[wp-testers] Permalinks in 1.6

Jason Bainbridge jbainbridge at gmail.com
Thu Nov 17 20:14:56 GMT 2005


On 11/17/05, Hayford O'Leary, Sean <hayfordoleary at gmail.com> wrote:
> I mentioned this yesterday (".htaccess problems). An earlier build of 1.6
> created .htaccess, but for the past week or two it hasn't.
>
> If this is a "feature," it's certainly not appreciated by me -- adding
> index.php just makes the address messy.
>

There must be a bug with the .htaccess creation, for now just manually
add the below to your .htaccess and all should be well with the world:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>

# END WordPress

--
Jason Bainbridge
An Aussie geek stuck in Texas - http://jasonbainbridge.com
Advertisement free blogs for those affected by emergency situations -
http://911blogs.com


More information about the wp-testers mailing list