Hello
We currently use mod_rewrite to map urls to their correct path on the
webserver as mentioned on the apache manual, for instance
RewriteRule ^(.+) ${lowercase:%{SERVER_NAME}}$1 [C]
RewriteRule ^www\.([a-z-]+)\.isp\.com/(.*) /home/$1/$2
Would redirect www.something.isp.com to /home/something/
url_people_asked_for
Ok
I'm having a problem with cake's bundled rules (running everything
on /, no separate docroot for app), for example
www.something.isp.com/myapp
gets a path
/home/something/app/home/something/myapp
Anyone ever experienced such problems ?
Thanks a lot
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---