Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t get permalinks working

Hmmm i had the same error when i tried to change from basic to prettylinks.

First i got an error when i tried to change the WordPress install to permalinks (friendly links)

And it told me to copy and past this code to my .htaccess file.

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^index.php$ – [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

When i did that and chmod the file to 666 by Transmit (file upload client) everything worked fine..

But when i tried to change bbPress from basic to pretty permalinks i got also the same error the TS had.

But adding this code (line) below the code above i have no trouble anymore..

Options +MultiViews

* So i don’t know what i’m doing but i think it’s okay because it works.

Thanks..

Skip to toolbar