Hi all,
it's possible change in url address
index.php/catalogsearch/result/?q=Apple
to
index.php/mysearch/result/?q=Apple
Thanks in advance
here is an example from config.xml in a custom module, HTP
<rewrite>
<tool_legacy>
<from><![CDATA[#^/designtool/(.+)#]]></from>
<to>/tool/$1</to>
<complete>1</complete>
</tool_legacy>
</rewrite>you can also use apache rewrite
I'm newbie.. it's very difficult for me..
Thanks