Home › Forums › Back End › Permalinks doesnt work › Re: Permalinks doesnt work
February 18, 2010 at 10:18 pm
#71130
Member
That most likely has something to do with your .htaccess file.
In your web root, was that file created? If so – post it.
here’s what mine has (generated by WordPress)
Code:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress