Skip Evans wrote:
Hey all,

I modified an Apache config file to list the HTML file first, after the PHP file, it still pulls up the PHP file first.

Is there another setting in Apache I should be looking for?

I need it to check for the HTML file first.

Thanks,
Skip

<IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>



yup it may be in the .htaccess as well :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to