Darian Anthony Patrick писал(а): > This looks like a job for Apache's mod_rewrite to me. There is a good > tutorial at http://httpd.apache.org in the documentation section for your > (target) version of Apache. This info, combined with the > app/webroot/.htaccess that ships with CakePHP, should get you going.
Looks good, but... The "wishful" address is "http://controller1.domain.com/info/". With rule RewriteRule ^(.*)$ http://domain.com/controller1/$1 [QSA,L] it rewrites to "http://domain.com/controller1/info/" and users can see that in it's browsers. Not good. How can I keep "wishful" address? P.S. Please, forgive me my bad english... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
