Can any one help me for: what apache configuration should I make to:
Redirect a url with out changing the original url being displayed at the browser's end.
In simple words, I want to redirect http://www.example.com/public/xyz to http://www.example.com/internal?param=xyz
where xyz may vary. (Please note:public/xyz has to be internal?param= xyz )
At the browser end, user should always see the typed url only ie, http://www.example.com/public/xyz
I tried RewriteRule, but at browsers end also the url was changed.
Regards, RKR.
Redirect a url with out changing the original url being displayed at the browser's end.
In simple words, I want to redirect http://www.example.com/public/xyz to http://www.example.com/internal?param=xyz
where xyz may vary. (Please note:public/xyz has to be internal?param= xyz )
At the browser end, user should always see the typed url only ie, http://www.example.com/public/xyz
I tried RewriteRule, but at browsers end also the url was changed.
Regards, RKR.
Comment