tandiono
10-03-2005, 01:23 AM
Hi! Is there a way to create a non exist subdomain* and redirect it to some site?
I would like my site to look something like this:
free.blobal.com
sdsdsd.blobal.com
asdgasd.blobal.com
whatever is type in for the subdomain it always exist, rather than nothing.
My current .htaccess code is this:
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.blabla.com
AuthUserFile /home/vom/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/vom/public_html/_vti_pvt/service.grp
Please guide me for this one.. Any help will be greatly appreciate. Thanks in advance :)
Tandiono
I would like my site to look something like this:
free.blobal.com
sdsdsd.blobal.com
asdgasd.blobal.com
whatever is type in for the subdomain it always exist, rather than nothing.
My current .htaccess code is this:
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.blabla.com
AuthUserFile /home/vom/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/vom/public_html/_vti_pvt/service.grp
Please guide me for this one.. Any help will be greatly appreciate. Thanks in advance :)
Tandiono