I have a fresh localhost install and when i change the permalink structure from the default to any other structure the links break. I have created new post under the new structure and it doesnt work. When i change the structure i get the "Permalink Structure updated" alert but it does not work. When i switch back to default, everything works. I tried updating .htaccess to
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
END WordPress
and nothing. This is probably an easy fix. Please help
Jim
