• 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter simuluscheck0

    (@simuluscheck0)

    I am using the Particle template and i am not using the WP-Cache plugin.

    Is it possible this is a wp-config.php problem as well?

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Apache/1.3.33 Server at madoffwatch.org Port 80

    Thread Starter simuluscheck0

    (@simuluscheck0)

    I don’t believe my WordPress is generating and updating htaccess files, could this be the issue regarding the links?

    Edit: disregard my question. Wrong thread. I have too many tabs open at the moment.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Internal 500 Error when clicking links’ is closed to new replies.