What happens when i put a slash (/) after a .php url?
问题 I have a simple question, but could not find the answer anywhere say I have a site "mysite.com". I can access the index page by either typing "mysite.com" or "mysite.com/index.php". This works fine... however, when i try to go to "mysite.com/index.php/" the page loads, but not correctly. what is exactly happening? I would think it should return a 404 error, since index.php would be treated as a (non existing) directory (i.e. i would think it would try to find "mysite.com/index.php/index.php")