Forums

.htaccess edit crashed site!!! (5 posts)

  1. chrisjpolitzki
    Member
    Posted 1 year ago #

    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

  2. govpatel
    Member
    Posted 1 year ago #

    Log in ftp or host and rename .htaccess file and reset your permalinks.

    You website is working fine here on FF

  3. chrisjpolitzki
    Member
    Posted 1 year ago #

    How do I reset permalinks?

  4. chrisjpolitzki
    Member
    Posted 1 year ago #

    Hmmm, must just be Safari.... I will wait a little and recheck.... thanks.

  5. govpatel
    Member
    Posted 1 year ago #

    In your admin panel click on Settings>>>>Permalinks

Topic Closed

This topic has been closed to new replies.

About this Topic