Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Permalinks doesnt work Re: Permalinks doesnt work

#71130
Nate
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]

# END WordPress