Welcome Guest, Not a member yet? Register   Sign In
htaccess question: is this correct?
#1

[eluser]codex[/eluser]
I'm testing my server on the implementation of wildcard DNS. I'd like to know if these conditions in the htaccess do what they're supposed to. If I'm correct, any request for a subdomain on scripto.nl should redirect to www.google.com. Right?:

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.scripto\.nl?$
RewriteCond %{HTTP_HOST} ^([^.]+)\.scripto\.nl?$

RewriteRule ^$ http://www.google.com


Messages In This Thread
htaccess question: is this correct? - by El Forum - 05-25-2008, 01:05 PM
htaccess question: is this correct? - by El Forum - 05-26-2008, 09:24 AM
htaccess question: is this correct? - by El Forum - 05-26-2008, 09:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB