[Pmwiki-users] ReWrite Rule breaks Uploads?
Roy
royemail
Fri Mar 5 15:52:58 CST 2004
I seem to recall someone else having this issue. I was doing the tricks, to make "Pretty URLS". Here's my .htaccess file...
[snip]
DirectoryIndex pmwiki.php
RewriteEngine on
RewriteBase /
RewriteRule ^([A-Z].*) /public/wiki/pmwiki.php?pagename=$1&%{QUERY_STRING} [L]
[end snip]
Everything works great, except you can't upload files (for Attach tags). I put the directory into 777 mode, but still no-go.
Can I assume the upload path is getting confused?
Roy
More information about the pmwiki-users
mailing list