Serving files with naming conflicts

web_ant

New Member
I'm trying to duplicate something that's being done on a website that seems a bit weird. They are serving both\[code\]h**p://site.com/script.php ANDh**p://site.com/script.php/file1\[/code\]This doesn't seem to make any sense to me. script.php is clearly a PHP file that will get interpreted and have its output returned. file1 seems like its some sort of file in the script.php directory, but no operating system is going to allow a file and a directory to share the same name. What's going on here? Do I need to configure my server and/or PHP to do something this funky?
 
Back
Top