Ismael Touama wrote: > > OK I am really sorry because my insertion are done. > It's in fact 'index.html' which is not interpreted > by Apache...I tell to me that it's may be because of > the '.html' extension. > So I try modify 'index.htm' to include index.asp > in the code line. >
Getting index.html to respond like *.asp is an apache configuration issue. Once you have a configuration that works for one set of files, you can use things like the <Files ...> directive to match against *.html files as well. <Location> & <Directory> configs can be used as well. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
