I have found a way to make the cakephp nice url link works properly (at least in my case). I edited html.php file located at cake/libs/view/helpers/
on line 132 : $base = strip_plugin($this->base, $this->plugin); I changed it to $base = '/index.php'; I am not sure if this is a proper work-around but it works for me. However I actually still prefer to use mod_rewrite. Anyone who has been able to use mod_rewrite on Netfirms please share your experience. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
