Hi All I am not sure the right forum for this question regarding .htaccess but in the past I got too much help from this forum.Anyhow my probolem is as follows.
I am using .htaccess to redirect pages on a given url.
Is it possible whatever I pass in a url as a parameter that does not appear in the browser. For example my url is as follows:
www.example.com/index/command/message/1
www.example.com/index/command/message/2
www.example.com/index/command/message/3
whatever may be the url I want browser to display the following url
www.example.com/myUrl
but I need the value of message like 1,2,3 etc. But dont want browser to show what value is passed.
How can I achieve this. Thanks in Advance
sorry for my bad english If I have not been able to explain.
I am using .htaccess to redirect pages on a given url.
Is it possible whatever I pass in a url as a parameter that does not appear in the browser. For example my url is as follows:
www.example.com/index/command/message/1
www.example.com/index/command/message/2
www.example.com/index/command/message/3
whatever may be the url I want browser to display the following url
www.example.com/myUrl
but I need the value of message like 1,2,3 etc. But dont want browser to show what value is passed.
How can I achieve this. Thanks in Advance
sorry for my bad english If I have not been able to explain.
Comment