My side resides in
www.domain.com/Folder/Front.php
So inside of Folder I have a .htaccess file that just has one line reading:
DirectoryIndex Front.php
So typing in www.domain.com/Folder is the same thing as www.domain.com/Folder/Front.php. However I want to redirect www.domain.com/Folder/Front.php TO www.domain.com/Folder. I know I have to have something like:
RewriteEngine On
RewriteBase /
But I don’t know what the Cond or Rule would be. Any ideas? Thanks
Put this in a .htaccess at root level and it will redirect any request to AnyFolder/Front.php to AnyFolder/