I would like the / of a website to go to a sub folder in webroot like /app/webroot/frontend/ and everything /admin to the standard controllers and actions of cakephp.
The reason for this is, I have a standard html page as front end which gets data using ajax from cakephp that is located in the root. I do not want to use a redirect so that when users go to the site they are redirected to /app/webroot/frontend (seeing this in the URL). The admin is now accessible through /
Or is it wise to move the whole cakephp app to a sub folder admin and have the site run in the root / ?