I am trying to install a CakePHP website in Webfaction. I've created a website, a PHP 5.3 webapp and put the files in the correct directories. Whien I echo $content_for_layout a get a message from CakePHP saying "URL rewriting is not properly configured on your server." anyone knows how to solve this? asked 20 Nov '11, 12:33 daniels1006 |
Are you using CakePHP under a sub-directory or a sub-URL path?
If so, have you set the RewriteBase in your .htaccess?
Which .htaccess does this need to be set in? I.e. which folder?
This would be at the root of the application; for example "
$HOME/webapps/myapp/.htaccess
"