[pmwiki-users] .htaccess not allowing edits?

Josh Milane jmilane at ulem.org
Tue Aug 29 12:31:25 CDT 2006


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/3a1f5a53/attachment.html 


More information about the pmwiki-users mailing list