Is it possible to have apache get a request like whateverProtocol://localhost and redirect it to http://localhost?
Thanks in advance.
Update: Thank you for the answers. Specifically, I am trying to redirect ldap : // localhost to http : // localhost -- and I believe ldap may be recognized by mod_rewrite. But no luck so far using RewriteEngine/RewriteRule, including using RewriteCond SERVER_PROTOCOL...
Any ideas would be greatly appreciated.