Hi,
is it possible to create a catch-all subdomain??
THANK YOU SO MUCH!!
strauberry
Hi,
is it possible to create a catch-all subdomain??
THANK YOU SO MUCH!!
strauberry
If you have access to DNS or ask your web host to do this:
Add the following DNS entry for your domain:
* A <IP your hosted on>
Then in httpd.conf let them add for your virtualhost block:
ServerAlias *.<yourdomain>
That should do it.
ok, thank you so much!
Let me know if it works.Originally posted by strauberry
ok, thank you so much!
Ok, I'll do![]()