Otaqui.Com

Pete Otaqui’s blog about web development and everything else

CakePHP without mod_rewrite

leave a comment

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

Written by pete

April 11th, 2007 at 1:47 pm

Posted in Professional

Tagged with

Leave a Reply