Help !!
How can I detect if the current loaded document is the result of a default document or the explicit file.
www.foo.bar and
www.foo.bar/index.php would both return index.php using $_SERVER['PHP_SELF'].
Any ideas?
Thanks
PS
Needs to be cross web server compliant so some clever apache tricks would not help.