Advertisement
Guest User

Untitled

a guest
May 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTP_HOST} ^.*$
  3. RewriteRule ^support$ "http\:\/\/cloudin728\.com\/forums\/index\.php\?page\=support" [R=301,L]
  4. AddHandler application/x-httpd-php5 .htm .html
  5. AddType application/x-httpd-php .html .htm
  6.  
  7. RewriteCond %{HTTP_HOST} ^.*$
  8. RewriteCond %{HTTP_HOST} ^.*$
  9. RewriteRule ^shop$ "http\:\/\/cloudin728\.com\/donate\/donate\.php" [R=301,L]
  10.  
  11. RewriteRule ^store\/$ "http\:\/\/cloudin728\.com\/donate\/donate\.php" [R=301,L]
  12. RewriteRule ^donate$ "http\:\/\/cloudin728\.com\/donate\/donate\.php" [R=301,L]
  13. RewriteRule ^store$ "http\:\/\/cloudin728\.com\/donate\/donate\.php" [R=301,L]
  14.  
  15. ErrorDocument 404 /404.html
  16. RewriteCond %{HTTP_HOST} ^.*$
  17. RewriteRule ^download\.html$ "http\:\/\/cloudin728\.com\/\#play" [NE,L,R=301]
  18.  
  19. RewriteCond %{HTTP_HOST} ^.*$
  20. RewriteRule ^play$ "http\:\/\/cloudin728\.com\/\#play" [NE,L,R=301]
  21.  
  22. RewriteCond %{HTTP_HOST} ^.*$
  23. RewriteRule ^download$ "http\:\/\/cloudin728\.com\/\#play" [NE,L,R=301]
  24.  
  25. RewriteCond %{HTTP_HOST} ^cloudin728\.com$ [OR]
  26. RewriteCond %{HTTP_HOST} ^www\.cloudin728\.com$
  27. RewriteRule ^donate\/?$ "http\:\/\/cloudin728\.com\/donate\/donate\.php" [R=301,L]
  28.  
  29. RewriteCond %{HTTP_HOST} ^cloudin728\.com$ [OR]
  30. RewriteCond %{HTTP_HOST} ^www\.cloudin728\.com$
  31. RewriteRule ^donate\/\.ipn$ "http\:\/\/cloudin728\.com\/" [R=301,L]
  32.  
  33. RewriteCond %{HTTP_HOST} ^cloudin728\.com$ [OR]
  34. RewriteCond %{HTTP_HOST} ^www\.cloudin728\.com$
  35. RewriteRule ^donate\/\.ipn_results\.log$ "http\:\/\/cloudin728\.com\/" [R=301,L]
  36.  
  37. RewriteCond %{HTTP_HOST} ^cloudin728\.com$ [OR]
  38. RewriteCond %{HTTP_HOST} ^www\.cloudin728\.com$
  39. RewriteRule ^donate\/\.ipnerr$ "http\:\/\/cloudin728\.com\/" [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement