Stop redirect to home page from rewritten url
PermalinkHowever 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?