I am converting a site that makes link reference to ../directory/
It assumes ../directory/index.php
Yet when I click on the link I get a "The requested page could not be found." If I extend the URL manually by typing index.php at the end, I get the page I need to in Drupal.
How can I make Drupal behave like my httpd.conf file behaves in these cases?