Jesdisciple (Chris)
Nov 24 2007, 04:28 AM
I want
http://www.example.com/foo/ to redirect to
http://www.example.com/foo/index.cfm if it exists, so I changed my
(Apache) DirectoryIndex directive so "index.cfm" is at the beginning, but it has no effect... What'd I miss?
vchris
Nov 26 2007, 04:42 PM
What I'd do is use a .htaccess file. I used that on my site and it works great.
Jesdisciple (Chris)
Dec 10 2007, 09:56 PM
Yeah, I've heard of those, but I was hoping to make an umbrella rule for the entire server.