htaccess
-
My site was hacked. The htaccess had a 301 redirect. I deleted it. But I also deleted some wordpress plugin code and now my site is showing that the renamed pages are missing.
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]
RewriteCond %{HTTP_REFERER} !^https://www.jesusradicals.com/wp-admin
RewriteRule ^(.*)wp-content/uploads/(.*) /index.php?attachment=$2&scoper_rewrite=1 [NC,L]
</IfModule># END
WordPress
After this was the hack. I may have deleted something. What might that have been?
- The topic ‘htaccess’ is closed to new replies.