What's the best way to redirect from web root (e.g., example.com) and the www subdomain (e.g., www.example.com) to a specified subdomain? I've not got great access to the server I'm working on, so editing .htaccess or similar would probably be the most practical solution.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In .htaccess:
That'll do a 301 redirect and will include anything after the initial /, so |
|||||||||||||
|
|
If you cannot edit configuration files, but can upload files to the root directory via FTP, you can also do it with severside script. In PHP, for example in an index.php:
|
|||
|
|