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
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 [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

Reply via email to