I am actually having the same problem. .htaccess works, but how do I
remap my /www root to /cake/app/webroot ? I have no idea about servers/
htaccess files and I think an answer would make a great addition to
the manual.
My server looks like this
> home
>> username
>>> cake
>>>> webroot
>>>>> app
>>> www
So far my .htaccess looks like this, but I get a 500 error
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ /home/username/cake/app/webroot/ [L]
RewriteRule (.*) /home/username/cake/app/webroot/$1 [L]
RewriteBase /home/username/
</IfModule>
I understand that this is a server issue and kind of OT in relation to
CAKE, but it would be great to get some help on this !
Thanks in advance !
On Aug 5, 3:41 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
> On 8/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > Long story short, I have cake running locally fine, but on my shared
> > hosting environment Im getting 500 internal server errors.
>
> The most likely IMO is mod_rewrite not allowed for your account
>
> Try using the cakePHP internal routing or holler at your host
>
> T
>
> --
> =============================================================
> Cheesecake-Photoblog:http://cheesecake-photoblog.org
> PHP for E-Biz:http://sanisoft.com
> =============================================================
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---