• My redirects are loaded fine, and the execptions are fine, but the page TO redirect is not loading.

    Any idea?

    #BEGIN SOPA
    	RewriteEngine On
    	RewriteBase /
    	Options +FollowSymlinks
    
    	RewriteCond %{HTTPS} off
    	RewriteCond %{REQUEST_URI} !^/wp-admin/
    	RewriteCond %{REQUEST_URI} !^/wp-content/
    	RewriteCond %{REQUEST_URI} !^/wp-content/plugins/sopa-blackout-for-right-to-speech/sopa-blackout-for-right-to-speech.php
    	RewriteCond %{REQUEST_URI} !^/wp-content/plugins/sopa-blackout-for-right-to-speech/social_blogsite_web_design.php
    	RewriteCond %{REQUEST_URI} !^/wp-content/plugins/sopa-blackout-for-right-to-speech/social_blogsite_web_design.html
    	RewriteCond %{REQUEST_URI} !^/wp-content/plugins/sopa-blackout-for-right-to-speech/social_blogsite_web_design.jpg
    	RewriteCond %{REQUEST_URI} !^/wp-content/plugins/sopa-blackout-for-right-to-speech/uninstall.php
    	RewriteCond %{REQUEST_URI} !^/social_downloads/sopa-blackout-for-right-to-speech.zip
    	RewriteCond %{REQUEST_URI} !^/robots.txt
    	RewriteRule ^(.*)$ /wp-content/plugins/sopa-blackout-for-right-to-speech/social_blogsite_web_design.html [R=503,L]
    
    	#END SOPA
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Any programmer to help me with this SOPA plugin?’ is closed to new replies.