Friday, November 26, 2010

Re: Problem with CakePHP in ~/public_html

Hi burli,

i think the issue with mod_rewrite...

Try to use below commands

sudo a2enmod rewrite
sudo
service apache2 restart

Regards,
Naresh


On Wed, Nov 24, 2010 at 10:49 PM, burli <mb@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.

Now I have no idea what's wrong. Hope someone can help me.

regards
burli

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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: