Closed GoogleCodeExporter closed 9 years ago
Make sure you have a properly configured .htaccess file for wordpress.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
The lines for %{REQUEST_FILENAME} make sure that a file that exists in the file
system gets served as-is and not by WP.
Since server configuration and applications vary widely, I am unable to provide
support for this specific issue as it is not likely an actual bug with the
script.
Original comment by brian.gi...@gmail.com
on 13 Apr 2010 at 2:09
Original issue reported on code.google.com by
jjoanneb...@me.com
on 12 Apr 2010 at 8:48