Now i have domain and subdomain. I want what subdomain show file from domain file. Ex. dom.example.com -> must show file from example.com/subdomain.php
How make that with htaccsess thanks
|
Now i have domain and subdomain. I want what subdomain show file from domain file. Ex. dom.example.com -> must show file from example.com/subdomain.php How make that with htaccsess thanks | |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You have to put something like this in httpd.conf. You can't do it in .htaccess.
| |||||
feedback
|