.htaccess help
-
Hi, I’m a total noob so bear with me. Whenever I try to get permalinks working (and a .htaccess file is created) I get 403 errors when I try and access my page. I found the following topic in this forum (https://www.ads-software.com/support/topic/60442?replies=12 ) which outlined the same problem, but the solution suggested just doesn’t work for me. I’m new to .htaccess files so i don’t know If I’ve edited it correctly…here is is what it looks like now:
Options +SymLinksIfOwnerMatch
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPressPlease help me solve the problem. Thanks.
- The topic ‘.htaccess help’ is closed to new replies.