.htaccess file issues
-
Good day,
I’m having to contact my hosting provider every time as I’m getting time out errors on my website.
This is due to some code that is being added by some kind of plugin etc that interferes with the website’s .htaccess file.
The code that is blocking this is:
BEGIN WordPress<<IfModule mod_rewrite.c>
RewriteEngine OnRewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Can I ask if you can advice which plugin creates this code on my website, so I can remove the plugin. My website has been offline more than 30 times in Jan as a result.
My URL: https://techtechy.com
Thank you
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘.htaccess file issues’ is closed to new replies.