I know that you probably set that variable up in Bootstrap for a good
reason, but for Conventions over Configuration you should (if
possible) set this up in the app_controller:

$site_new = '/'.$_SERVER["HTTP_HOST"].'/abc';
$this->set('site_new', $site_new);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to