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$ http://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