Error 403 and htaccess
-
Hi
All my dirs, subdomains etc. gives now error 403 after WordPress installation. The reason is .htaccess, so much I do know.
RedirectMatch permanent ^/greyhound$ https://www.greyhoundwiki.org
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any ideas how to fix that?
Cheers, Jakke
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error 403 and htaccess’ is closed to new replies.