Internal 500 Error when clicking links
-
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 blog I need help with is: (visible only to logged in users)
-
The blog you specified at madoffwatch.org does not appear to be hosted at WordPress.com.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘Internal 500 Error when clicking links’ is closed to new replies.