19 June, 2011

Cakephp og Ubuntu - endnu engang

I konfigurationsfilen kan man fravælge "pretty urls" - filen /var/www/cake/app/config/core.php fortæller hele proceduren. Jeg omdøbte simpelt hen .htaccess til .htaccess.old - og slettede derefter .htaccess. 

/**
 * To configure CakePHP *not* to use mod_rewrite and to
 * use CakePHP pretty URLs, remove these .htaccess
 * files:
 *
 * /.htaccess
 * /app/.htaccess
 * /app/webroot/.htaccess
 *
 * And uncomment the App.baseUrl below:
 */
    Configure::write('App.baseUrl', env('SCRIPT_NAME'));

/**

---
Dagen efter virker denne opskrift ikke. CakePHP kan være en prøvelse.

No comments: