• Okay, so I was working on resolving this issue:

    http://wordpress.org/support/topic/rss-feed-not-working-64?replies=1#post-2057636

    when my site crashed and I got an internal server error. I called my server company (media temple) and they informed me the file causing the crash was the .htaccess file.

    Specifically, I was deactivating and reactivating plugins when the crash occurred (I also just updated to 3.1.1). Unfortunately, I have no idea what within the htaccess file could be causing the issue. Here’s the code…any expert help would be appreciated:

    ddHandler php5-script .php

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 1 replies (of 1 total)
  • That first line – ddHandler should almost certainly be addHandler

    It is a little odd to have two mod_rewrite sections.

    To debug, You can use the #(pound) to comment out lines in each section to figure out which section/line is causing the problem.

Viewing 1 replies (of 1 total)

The topic ‘Internal Server Error Due to .htaccess file’ is closed to new replies.