CakePHP without mod_rewrite
April 11, 2007 – 1:47 pmIn order to use the CakePHP framework (version 1.2 alpha) without mod_rewrite you must uncomment the line in /app/config/core.php that looks like this:
define ('BASE_URL', env('SCRIPT_NAME'));
Pete Otaqui’s personal blog
In order to use the CakePHP framework (version 1.2 alpha) without mod_rewrite you must uncomment the line in /app/config/core.php that looks like this:
define ('BASE_URL', env('SCRIPT_NAME'));