Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 1.53 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. RewriteCond %{HTTP_HOST} doesn't work
  2. My full ISAPI htaccess:
  3. ===================
  4. # Helicon ISAPI_Rewrite configuration file
  5. # Version 3.1.0.60
  6.  
  7. RewriteEngine On
  8. RewriteCompatibility2 On
  9. RepeatLimit 32
  10. RewriteBase
  11.  
  12. RewriteRule ^/Bing$ http://%{HTTP:Host} [NC,L,P]
  13. RewriteRule ^/Zynga$ http://%{HTTP:Host} [NC,L,P]
  14. RewriteRule ^/([0-9]+)$ http://%{HTTP:Host} [NC,L,P]
  15. RewriteRule ^/CT([0-9]+)$ http://%{HTTP:Host} [NC,L,P]
  16. RewriteRule ^images/infowindows/SPE_title.png$ http://%{HTTP_HOST}/images/infowindows/search.png [NC,L,R=301]
  17.        
  18. GET http://www108.MyHome.com/images/infowindows/SPE_ti... HTTP/1.1
  19. Host: www108.conduitlive.com
  20. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
  21. Accept: image/png,image/*;q=0.8,*/*;q=0.5
  22. Accept-Language: en-us,en;q=0.5
  23. Accept-Encoding: gzip, deflate
  24. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  25. Keep-Alive: 115
  26. Connection: keep-alive
  27. Referer: http://www108.MyHome.com/bing
  28. Cookie: __utma=264109214.1078718614.1305536197.1305547582.1305556877.4; __utmc=264109214; __utmz=264109214.1305536197.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=69165847.1285126412.1305559921.1305559921.1305559921.1; __utmb=69165847.3.10.1305559921; __utmc=69165847; __utmz=69165847.1305559921.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
  29. Pragma: no-cache
  30. Cache-Control: no-cache
  31.        
  32. RewriteRule ^images/infowindows/SPE_title.png$ http://%{HTTP_HOST}/images/infowindows/search.png [NC,L,R=301]
  33.        
  34. RewriteRule ^/images/infowindows/SPE_title.png$ /images/infowindows/search.png [NC,L,R=301]