Any ideas on how to pull this off.

    I would like to have http://mydomain.com and http://www.mydomain.com
resolve to my /index.html page.  When a user types in
http://crazy.mydomain.com or http://crazy.mydomain.com/crazy-page.php, I
would like to have it resolve to /home/mydomain/public_html/handler.php
where I can trap for the subdomain/URI and perform dynamic processing on
those values.

    I presume it would have to be a process though mod_rewrite and
.htaccess?  Is this able to be done.  I've gone though quite a bit yet
unable to get it working as described.

Any ideas?

Jon



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to