Re: URI problem

2009-07-16 Thread Marcelo Andrade
On Wed, Jul 15, 2009 at 5:23 PM, Yc Zhangnjit...@gmail.com wrote: and I add a line of RewriteBase to public_html/cake/app/weboot folder  RewriteBase /~username/cake/ CakePHP has three .htaccess files. Besides the one at public_html/cake/app/webroot, try adding the RewriteBase to the others

URI problem

2009-07-15 Thread Yc Zhang
I install cake like this: /path/to/my/username/public_html/cake/app/ /path/to/my/usernamepublic_html/cake/cake/lib /path/to/my/username/public_html/cake/index.php I can access the cake by: http://web.domain.edu/~username/ I add .htaccess to the public_html folder IfModule mod_rewrite.c