.htaccess problems
-
When I try to add a “Page” to my WordPress blog, this code is automatically added to my .htaccess file:
BEGIN WordPress # END WordPress
The file should look like:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?insiderevolution.net [NC] RewriteRule \.(jpg|jpeg|png|gif)$ https://www.insiderevolution.net/nohotlink.jpe [NC,R,L]
Anyone know why this does this and how to fix it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘.htaccess problems’ is closed to new replies.