| Posted: 15 May 2010 at 10:44am | IP Logged
|
|
|
on my laptop I get this error
Oops! Internet Explorer could not find www.127.0.0.1
rather than delete the www rule I want to write a condition to add ww except if localhost or 127.0.0.1
here are my rules right now
[ISAPI_Rewrite] RewriteCond %HTTPS (on)? RewriteCond Host: (?!www\.)(.+) #RewriteRule (.*) http(?$1s:)\://www.$2$3 [I,RP]
# SHOULD BE ON TOP: Redirect non-www website to www RewriteCond Host: (?!www\.)(.+) #RewriteRule (.*) http\://www\.$1$2 [I,RP]
|