domain mapping in CakePHP domain mapping in CakePHP wordpress wordpress

domain mapping in CakePHP


You are not very clear on what you want, but at a guess it looks like you need this

You can use that plugin to set up different configs based on what domain is loaded. I use it for that use case also.


On mysite.com/me

use

<?php/* Redirect browser */header("Location: http://someonessite.com/myname");exit;/* Make sure that code below does not get executed when we redirect. */?>