Edited .htaccess file and now my site is not working
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Edited .htaccess file and now my site is not working’ is closed to new replies.