On Wed, Nov 24, 2010 at 12:19 PM, burli <m...@embedit.de> wrote:
> Hi, I want to start with CakePHP and install apache in Ubuntu 10.10. I
> want to use the public_html option to make editing easier.
>
> I fixed the bug with the pubic_html option in Ubuntu 10.04 and 10.10,
> installed the modules and copy the CakePHP files into public_html.
>
> When I call localhost/~burli I can see the start page, but in plain
> HTML without CSS, becaues the path to favicon and the css file starts
> with /~burli
>
> I forgot to install mod_rewrite. I installed and activated the module,
> but now I get a "404 Not Found" Error.

Do you have debug set to 2? If it's disabled, Cake throws a 404 if
there's some error in your code (or something misconfigured) to hide
it when in production. Set debug to 2 in core.php and see if Cake
disaplays an error msg.

I can't help with the route issue, though, as I've never used that setup.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to