[wp-hackers] RE: .htaccess cleanup
Denis de Bernardy
denis at semiologic.com
Sun May 22 23:15:02 GMT 2005
> > 1. # WordPress Stuff
> > 2. RewriteCond %{REQUEST_FILENAME} !-f
> > 3. RewriteCond %{REQUEST_FILENAME} !-d
> > 4. RewriteRule ^(.+)$ /index.php/$1
That one worked fine indeed, thanks a lot.
I did bump into a bug, though, but I suspect this comes from the wp source
code rather than the htaccess: WP then allows two pages to have the same
slug. Or might this be a feature?
D.
More information about the wp-hackers
mailing list