Stop redirect to home page from rewritten url
Permalink
I have re-written a url in htaccess to point mysite.com/us/blog to point to mysite.com/blog
However instead of keeping the url the site redirects to mysite.com/blog.
the rule on the base htaccess is RewriteRule ^us/blog blog
and I have define('REDIRECT_TO_BASE_URL', false); defined in the site.config.
How can i stop the redirect to keep the alias url?
However instead of keeping the url the site redirects to mysite.com/blog.
the rule on the base htaccess is RewriteRule ^us/blog blog
and I have define('REDIRECT_TO_BASE_URL', false); defined in the site.config.
How can i stop the redirect to keep the alias url?