[wp-testers] .htaccess issues

Santanu Misra santanu.misra at gmail.com
Wed Nov 16 15:36:13 GMT 2005


Hello,

I am working with WordPress 1.6-ALPHA-2-still-dont-use and here is my
.htaccess file if that helps you.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php/$1 [L,QSA]
</IfModule>
# END WordPress

But I have another question for the group with this .htaccess I do not
get 404 error any more as all pages are getting redirected to
index.php

Any help ?

-Thanks
Santanu
www.santm.com


More information about the wp-testers mailing list