Hi , Isapi_rewrite is intalled but i have some problems URL/controller/ works (URL/controller/ -> index) but URL/controller/method/ don't work
edit httpd.ini ? on my server : [ISAPI_Rewrite] RewriteRule (.*?\.php)(\?[^/]*)?/([^/]*)/(.*) $1(?2$2&:\?url=/$3/$4) RewriteRule ^/(.*)/ /index.php?url=/$1 Regards Dom. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
