Not quite sure about this one,so apologies if it's in the wrong place,
I have developed some scripts that require redirects, and on my development machine this works fine. In a subdirectory of the main site, 'instructors', I have the following .htaccess file;
RewriteEngine On
RewriteRule ^(.*)$ index.php
This works fine on my development machine;
http://localhost/instructors
But on the main site, I have to put a / after instructors to get it to work properly, otherwise I get Bad Request. Can anybody help with this?