So first off, why are you even doing this? Secondly, you can just
append it in the .htaccess.

On Nov 17, 11:00 am, Robert <crsh...@gmail.com> wrote:
> Hello,
>
> I'm having an issue with one of my cake apps. It's actually pretty
> custom, so I'm not surprised Cake isn't handling this very special
> case gracefully.
>
> I want my application to have a baseUrl = 'addonmodules.php?
> module=phusion'
>
> I've tried a few variations of the change in my config.php:
>
> Configure::write('App.baseUrl', env('SCRIPT_NAME').'?module=phusion');
> Configure::write('App.baseUrl', env('SCRIPT_NAME').'?
> module=phusion&url=');
> Configure::write('App.baseUrl', env
> ('SCRIPT_NAME').'&#63;module=phusion');
> Configure::write('App.baseUrl', env
> ('SCRIPT_NAME').'&#63;module=phusion&#38;url=');
>
> but I can't seem to be able to get this to work. Any assistance with
> this would be much appreciated.
>
> If you need more information I'd be happy to provide it.

--

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


Reply via email to