setup cakephp

Solutions on MaxInterview for setup cakephp by the best coders in the world

showing results for - "setup cakephp"
Cleo
24 Jan 2021
11. Add .htaccess
2<IfModule mod_rewrite.c>
3	RewriteEngine on
4	RewriteRule ^$ webroot/ [L]
5	RewriteRule (.*) webroot/$1 [L]
6</IfModule>
7
82. Add Permission tmp, Vendor, Webroot
9- Window Set permisson
10- Linux Set chmod -R 777