csteinhilber
Programmer
I'm trying to install a new site on a hosted server. The server is running Apache 1.3.33, though it's capable of running ASP (not exactly sure of the method used).
However, the DirectoryIndex list obviously doesn't include index.asp files. So I created an .htaccess file to set a new DirectoryIndex.
DirectoryIndex index.asp index.html index.htm
Now the index.asp file is served as the default document, but the ASP isn't processed at all (all the ASP code actually displays in the browser). If I implicitly browse to the index.asp page, all is fine.
Anyone know what's going on?
Thanks in advance!
-Carl
-Carl
However, the DirectoryIndex list obviously doesn't include index.asp files. So I created an .htaccess file to set a new DirectoryIndex.
DirectoryIndex index.asp index.html index.htm
Now the index.asp file is served as the default document, but the ASP isn't processed at all (all the ASP code actually displays in the browser). If I implicitly browse to the index.asp page, all is fine.
Anyone know what's going on?
Thanks in advance!
-Carl
-Carl