WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › Most of the Permalink settings won’t work for me :( › Re: Most of the Permalink settings won’t work for me :(
July 19, 2016 at 9:36 pm
#1727
Participant
Which piece of code is correct? I found this one on a help page
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress