Posted on 11/04/2007. By Pete Otaqui.
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'));
Posted on 11/04/2007. By Pete Otaqui.
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'));