Hi,
I made below rewriteRule to redirect URL from to But we want to keep URL ( in the Address Bar, Internally Redirection Should happen.
Kindly please help me on this.
Thanks
Jayaram
I made below rewriteRule to redirect URL from to But we want to keep URL ( in the Address Bar, Internally Redirection Should happen.
Kindly please help me on this.
Code:
RewriteEngine On # Turn on the rewriting engine
RewriteRule /sites/en_US/about/newsroom/([0-9]+)/([0-9]+) sites/en_US/about/newsroom?year=$1&month=$2 [R]
Thanks
Jayaram