Skip to navigation
How to add additional folders beside a cakephp application?
07.12.13
Reply
Anonymous
if you like to access an additional web-application or simple accessing an additional folder beside the cakephp than you have to change the .htaccess file: lets say you like to add a support folder thand the .htaccess file in the root directory could show like this: IfModule mod_rewrite.c RewriteEngine on RewriteRule ^support - [L] RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] /IfModule
07.12.13
Reply
Anonymous
Information Epoch 1732492434
When in doubt, use brute force.
Home
Notebook
Contact us