hello, i use mod_rewrite for some searches to provide rss output but something is going wrong:
when i search in categories and rewrite url i have diferent result be4 rewriting? how this could happens?
egzample:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^Wanted-URL.xml$ http://www.myweb.com/search/search.cgi?zoom_query=words+im+searchin+for&zoom_p er_page=10&zoom_and=0&zoom_sort=0&zoom_cat%5B%5D=1 &zoom_xml=1 [L]
and normaly here http://myweb.com/Wanted-URL.xml i should have the same results as in the long url but this works only if i do search without categories... and i need to precise some searches be4 rewrite, so what im doing wrong please explain i use this rewrite metod long time and works with everthing... except with categories
any help will be appreciated
thank you very much in advance for your help
ewa
when i search in categories and rewrite url i have diferent result be4 rewriting? how this could happens?
egzample:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^Wanted-URL.xml$ http://www.myweb.com/search/search.cgi?zoom_query=words+im+searchin+for&zoom_p er_page=10&zoom_and=0&zoom_sort=0&zoom_cat%5B%5D=1 &zoom_xml=1 [L]
and normaly here http://myweb.com/Wanted-URL.xml i should have the same results as in the long url but this works only if i do search without categories... and i need to precise some searches be4 rewrite, so what im doing wrong please explain i use this rewrite metod long time and works with everthing... except with categories
any help will be appreciated
thank you very much in advance for your help
ewa
Comment