Please check this .htaccess
-
Hello team, my site was hacked and I am still checking why it keeps adding 404 pages with URL related to pharma and all these stuff. I found this on my wordpress files can you please check
# 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
<Files 403.shtml>
order allow,deny
allow from all
</Files>
d
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please check this .htaccess’ is closed to new replies.