• So I thought I could do some redirecting, but didn’t back up the old .htaccess file for my wordpress site.

    Please, what do I need to do to get the site back up?

    Currently, this is what’s in the file:

    # 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

    I’ve set permissions to 755 as well and nothing helps…. the URL is: http://www.coloradoschoolofmusic/

    Any help in getting the site back is greatly appreciated, thanks!

    Chris

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

The topic ‘.htaccess edit crashed site!!!’ is closed to new replies.