Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-27 19:14:11
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: Point another domain to txp section
Since TXP only allows you to associate one domain to your TXP site, you would need to do this external to TXP. It can be done in different ways and at different levels, but what you are doing is redirecting a domain to go to a specific URL on your TXP site.
A quick and dirty way is to do this via PHP: <code>header(“Location: http://www.yoursite.com/play-game”);</code>. You could place this on a PHP page on site “A” (the non-TXP site) and then people accessing that page would be redirected to site “B” (the TXP site).
But why not just make the TXP site the “play-game” site?
Last edited by aesop1 (2005-11-27 19:16:26)
Offline
Pages: 1