i need to get the following urls mapped onto a handler in httpd.conf
/
/index
/index.*i thought about something like thisi'm thinking that maybe its best to do /index.html and then do a mod_rewrite or rediect to index.html
suggestions?
