Re: htacces issue

2009-05-04 Thread Miguel Rojas
Error 500 :(

Why this isn't consistent...same version of apache...one server gets it
right away, and this other server keep crashing.

2009/5/1 Benedikt R. 

>
> Hey!
>
> Got the same problem... Try Options FollowSymLinks:
>
> 
>Options FollowSymLinks
>RewriteEngine on
>RewriteRule^$ app/webroot/[L]
>RewriteRule(.*) app/webroot/$1 [L]
> 
>
>
> .. I hate setting up cakePHP .. :-(
> >
>


-- 
"Los nomades provienen algunos de ciertos oasis poblados, y otros, de
ciertos desiertos desiertos"
-Les Luthiers
Steve Martin 
- "I've got to keep breathing. It'll be my worst business mistake if I
don't."

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@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=en
-~--~~~~--~~--~--~---



Re: htacces issue

2009-05-01 Thread Benedikt R.

Hey!

Got the same problem... Try Options FollowSymLinks:


Options FollowSymLinks
RewriteEngine on
RewriteRule^$ app/webroot/[L]
RewriteRule(.*) app/webroot/$1 [L]



.. I hate setting up cakePHP .. :-(
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@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=en
-~--~~~~--~~--~--~---



Re: htacces issue

2009-05-01 Thread fain182

> Hi, i've installed cake in two servers, two different applications,
> never had a trouble installing and firing it up.
>
> Suddendly I've installed this copy of cake php in a third
> server...htaccess trouble. I've activated mod_rewrite and tested the
> installation. And this error appears :
>
> Not Found
> The requested URL /home/user/public_html/application/app/webroot was
> not found in the server
>
> When the cake application IS in fact installed in /home/user/
> public_html/application.
>
> I've searched the group and the internet for an answer to this (in the
> other two servers I've had to activate mod_rewrite only to made cake
> work).
are you using apache?
check the AllowOverride configuration... i had i similar problem, when
it was set to "none", try with "all"...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@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=en
-~--~~~~--~~--~--~---



htacces issue

2009-04-30 Thread Leprosy

Hi, i've installed cake in two servers, two different applications,
never had a trouble installing and firing it up.

Suddendly I've installed this copy of cake php in a third
server...htaccess trouble. I've activated mod_rewrite and tested the
installation. And this error appears :

Not Found
The requested URL /home/user/public_html/application/app/webroot was
not found in the server

When the cake application IS in fact installed in /home/user/
public_html/application.

I've searched the group and the internet for an answer to this (in the
other two servers I've had to activate mod_rewrite only to made cake
work).

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@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=en
-~--~~~~--~~--~--~---