I’m trying to do something like this…
Redirect mysite.com/directory/ To mysite.com/directory/do
But ONLY when “/directory/” is opened without pointing to a file. I am aware that “DirectoryIndex” can help with this, but I want the file’s name (which is “do”) to appear in the url the users sees. Is there a way to accomplish this with .htaccess..?
Thanks in advance!
That works…but can it be better…?