[pmwiki-users] .htaccess not allowing edits?
Josh Milane
jmilane at ulem.org
Tue Aug 29 12:52:18 CDT 2006
I actually just set $ScriptUrl in my config file to a secure page and it
seems to do what I need it to do.
J
________________________________
From: pmwiki-users-bounces at pmichaud.com
[mailto:pmwiki-users-bounces at pmichaud.com] On Behalf Of Josh Milane
Sent: Tuesday, August 29, 2006 1:31 PM
To: pmwiki-users at pmichaud.com
Subject: [pmwiki-users] .htaccess not allowing edits?
Hi Everyone,
I added these lines to my .htaccess to force pmwiki 2.1.18 to use https:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
<mailto:jmilane at ulem.org> And it works (almost) in that the user is
forced to https, but I discovered a problem today. No edits save.
Nothing saves now within pmwiki. You can read all you want and view all
day but as soon as you try to edit anything and hit 'save' - the form
resets.
It is because of the .htaccess code, so I need to do something about it.
Any ideas?
Thanks!!
J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20060829/bc9b98a6/attachment.html
More information about the pmwiki-users
mailing list