View Single Post

  #1 (permalink)  
Old 12-09-2008, 09:15 PM
Toiletroll Toiletroll is online now
PHYSEO Theriputithor
 
Join Date: Aug 2008
Location: Ireland
Posts: 194
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Toiletroll will become famous soon enough
Default 301 Redirect ISAPI

I have just installed isapi_rwl_x86_0072.msi on my server.

I then went to start -> ISAPI rewrite -> httpd.ini

Then I saved the httpd.ini file to the root directory of my website and it looks identical to this except for "mysite" being replaced by the site I am working on, all other syntax is in the ini file:

Quote:
[ISAPI_Rewrite]

# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default.ida|root.exe|..).* . [F,I,O]

RewriteCond Host: ^mysite.ie
RewriteRule (.*) http://www.mysite.ie$1 [I,RP]
Basically, what have I done wrong?

Thanks in advance
Reply With Quote