I\'ve never had a problem with cakePHP before, but something\'s odd about this server and is causing the redirects in the .htaccess files to behave oddly.
CakePHP us
It was quite simple (using uolhost shared host):
Edit both .htaccess files:
/webroot/.htaccess
/.htaccess
Add the following line: RewriteBase /
Here is the whole /webroot/.htaccess file:
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]