Re: Getting Cake to work without access to the apache config file

2006-08-16 Thread [EMAIL PROTECTED]
What I'm trying to to is use a url like mysite.com/users instead of mysite.com/cake/index.php/users and instead of mysite.com/cake/users --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to

Re: Getting Cake to work without access to the apache config file

2006-08-16 Thread chris
You could just use your public_html directory as the app root. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this

Re: Getting Cake to work without access to the apache config file

2006-08-16 Thread chris
And probably tweak the settings in index.php. See this section in the manual: http://manual.cakephp.org/chapter/installing. Chech out the Advanced Setup: Alternative Installation Options section. --~--~-~--~~~---~--~~ You received this message because you are

Getting Cake to work without access to the apache config file

2006-08-15 Thread [EMAIL PROTECTED]
I have hosting at 1and1.com, so i dont have access to modify the DocumentRoot property. Is there any way i can get cake to work without having to use urls like mysite.com/cake/users ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Getting Cake to work without access to the apache config file

2006-08-15 Thread John David Anderson (_psychic_)
On Aug 15, 2006, at 3:42 PM, [EMAIL PROTECTED] wrote: I have hosting at 1and1.com, so i dont have access to modify the DocumentRoot property. Is there any way i can get cake to work without having to use urls like mysite.com/cake/users ? Check out the settings dealing with mod_rewrite