[thelist] apache rewrite? I guess

Courtenay court3nay at gmail.com
Tue Feb 1 11:22:39 CST 2005


I think you're probably looking for DirectoryIndex
  http://httpd.apache.org/docs/mod/mod_dir.html

"Several URLs may be given, in which case the server will return the
first one that it finds."

So you'd put DirectoryIndex index.jsp index.htm index.html
.. or whatever

and if index.jsp exists, it will be returned rather than the html (or php, etc)

> I need to make sure on the URLs that in certain directories that / is
> replaced by /index.jsp.
> 
> thoughts?
> --


More information about the thelist mailing list