Forum Moderators: phranque
Here is how it was setup:
redirect /parent/child http://www.example.com/child/index.html
But I now have files in /parent/child. So, I deleted the redirect, but can't access my new files as the redirection is still happening -- even after clearing my browser's cache.
When I try to access:
http://www.example.com/parent/child/index.html
I get redirected to:
http://www.example.com/child/index.html/index.html
I'm used to working with mod_rewrite directives and not mod_alias. Any ideas for what to do? I'm running Apache 2.0. Should I be looking at mod_expires?
Chris
Jim