Apache file order

View: New views
2 Messages — Rating Filter:   Alert me  

Apache file order

by Skip Evans :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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>


--
====================================
Skip Evans
PenguinSites.com, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://penguinsites.com
------------------------------------
Those of you who believe in
telekinesis, raise my hand.
  -- Kurt Vonnegut

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


Re: Apache file order

by Nathan Rixham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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