Internal 500 Error when clicking links
-
I am new to WordPress so please take it easy on me!
I recently redirected the http://madoffwatch.org domain to the sub-folder http://madoffwatch.org/home (WordPress is located here). It was successful in terms of redirecting the site but now the Links for pages do not work. I am assuming this is an issue related to the ‘.htaccess’ file located in the /home/ folder.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /home/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /home/index.php [L]
</IfModule># END WordPress
Any help would be appreciated.
The topic ‘Internal 500 Error when clicking links’ is closed to new replies.