• I edited the .htaccess file through filezilla and it broke my site. I tried to go back and change it to what is was before but it is still not work. Help me please! Site is https://www.nationalhose.com

    This is the code I currently and trying the .htaccess 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`

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Delete the .htaccess file, then try re-saving your permalink structure at Settings/Permalinks in your admin panel. If WordPress cannot automatically edit the .htaccess file, it will provide manual instructions after saving.

Viewing 1 replies (of 1 total)
  • The topic ‘Edited .htaccess file and now my site is not working’ is closed to new replies.