Website goes down at least 3 times a day!
-
Code from.htaccess is listed below. Why is the ReWriteEngin On same line? Is this causing whatever WordPress does to have my website go down every day, more than once?
# 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
- The topic ‘Website goes down at least 3 times a day!’ is closed to new replies.