Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. # Some hosts require RewriteBase to make RewriteRules work.
  4. RewriteBase /
  5.  
  6. # Google SEO workaround for search.php highlights:
  7. # Make this rule the first rewrite rule in your .htaccess!
  8. RewriteRule ^([^&]*)&(.*)$ http://trafficgangster.club/$1?$2 [L,QSA,R=301]
  9.  
  10. # Google SEO 404:
  11. ErrorDocument 404 /misc.php?google_seo_error=404
  12.  
  13. # Google SEO Sitemap:
  14. RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement