I've read a zillion posts about trailing slash and am not sure what my
deal is.

I have a php hello world app in webroot/x named index.php

It is a standard cake install where app and cake dirs are in
public_html

If I browse to www.mydomain.com/x/ everything looks fine and it
invokes the code in folder x file index.php - all URL is 
http://www.mydomain.com/x/
in the browser - notice the trailing slash is present.

HOWEVER If I browse to www.mydomain.com/x WITHOUT the trailing slash
my URLS switch to just http://mydomain.com/x/ in the browser although
the code runs fine.

Any idea why I am seeing this behavior? It's definitely the cake
router or dispatcher doing something I'm not understanding. .htaccess
has the standard stuff that come in the distribution.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to