[wp-hackers] RE: .htaccess cleanup

Jonathan Dingman jdingman at gmail.com
Sun May 22 18:39:07 GMT 2005


Not sure if anyone has taken a look at this, but BigJibby (aka Matt) in 
#wordpress saw this code written by boren and it is pretty simple, gets the 
job done I think:


   1. # WordPress Stuff
   2. RewriteCond %{REQUEST_FILENAME} !-f
   3. RewriteCond %{REQUEST_FILENAME} !-d
   4. RewriteRule ^(.+)$ /index.php/$1
   
I've been using that code for quite a while now and nothing has ever been 
broken and it has worked perfectly. Just my 2 cents for you guys to think 
about.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-hackers/attachments/20050522/01db4b5e/attachment.html


More information about the wp-hackers mailing list