ryanb Posted September 21, 2006 Share Posted September 21, 2006 [Windows XP, PHP5, Apache 2]Hello,Is there a way so you can have a file and a directory of the same name, both in the same directory, and still use MultiViews and reference files without using extensions?For example, a file [color=green]test.php[/color] and a directory [color=green]test/[/color] are in the same location. I would like to be able to use something like, [color=green]<a href="test">[/color] to show [color=green]test.php[/color], not [color=green]test/[/color] the directory (which is what it does now). Is there a way to make Apache look for a file before a directory, or am I just going to have to make them different names? Thank you very much!Ryan[attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/21486-same-file-and-directory-names-with-multiviews-in-apache/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.