Otaqui.com Blog

CakePHP without mod_rewrite

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'));