hello,
I have been looking for a solution to redirect the users to the correct urlrewrite page but I cant come up with anything thats working.
This is how I rewrite it now:[code=mod_rewrit e]
RewriteRule ^(search)/(.*)$ search.php?id=$ 2 [L][/code]
so basically the user could search like this:
search/something
the problem is that I need to redirect them from search.php?id=s omething to search/something
I tried to add [R=301] but that didn't work, I didn't have any luck with redirect 301 either.
Any ideas on how to get this fixed?
I have been looking for a solution to redirect the users to the correct urlrewrite page but I cant come up with anything thats working.
This is how I rewrite it now:[code=mod_rewrit e]
RewriteRule ^(search)/(.*)$ search.php?id=$ 2 [L][/code]
so basically the user could search like this:
search/something
the problem is that I need to redirect them from search.php?id=s omething to search/something
I tried to add [R=301] but that didn't work, I didn't have any luck with redirect 301 either.
Any ideas on how to get this fixed?
Comment