htaccess help please!

by danb12
1 replies
Hello!

My website has been showing me a 500 error for the last hour.

I have found the problem! Its my htaccess. I updated it today, and since this its all gone wrong!!

All i did was add another 301 redirection and since this its showing a 500 error.
For the time being I have had to remove my htaccess otherwise I am losing traffic.

This is my code

[code] # BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


And I have just done some big changes to my site, so I really need the htaccess right now more then ever for the redirection!

Please help! Thanks
#htaccess
  • Profile picture of the author Nochek
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    I'm trying to figure out what you are attempting to do here. Do you want the index.php removed, or are you trying to append file and directory calls to it??
    Signature
    Nochek Solutions Presents:
    The Hydrurga WSO - Rank Your Site #1 And Score Over The Penguin Updates!
    {{ DiscussionBoard.errors[5709676].message }}

Trending Topics