Wednesday, January 6, 2010

Re: Can CakePHP run in a user account?

Hi Fred,

> Thanks, Marcelo. I did try that but it didn't work out, I'm afraid. I
> edited the 3 .htaccess files (in /, /apps, /apps/webroot) to look
> like:
>
> <IfModule mod_rewrite.c>
>    RewriteBase /~fredriley
>    RewriteEngine on
>    RewriteRule    ^$    webroot/    [L]
>    RewriteRule    (.*) webroot/$1    [L]
>  </IfModule>

Each htaccess file is different, if you've made them the same, things
certainly won't work with modrewrite enabled.

J

--
jon bennett - www.jben.net - blog.jben.net

No comments: