I know I can do a redirect using a PHP header in a directory but I want to do it in a tidier fashion with the use of .htaccess. I've looked at all the answers and other examples but they seem to be ignored? I am using the .htaccess file placed in the root of the site directory.
I want subdomain.domain.com/directorya to redirect to subdomain.domain.com/directoryb
The rule I am using:
redirect 301 directorya directoryb
But the rule is just being ignored and I get the 403 Forbidden error from the Lightspeed server.