Jump to content

How do I do subdomains?


tibberous

Recommended Posts

When posting try and be very clear and precise on what you mean so members on this forum can help you better.

 

Where do you want it to point to a single php, in another subdomain, or main domain?

 

Anyway, you could have the PHP files in your subdomains redirect to the PHP file you want. For easy PHP redirecting, do something like:

 

header('Location: http://www.example.com/script_name.php');

exit;

 

If you have Apache web server, look into perhaps using mod_rewrite.

 

Good luck.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.