Posted on 27/06/2014 13:34:55
Ok thanks, one more question:
I installed isapirewrite because I want to redirect some pages but when the page is not found it redirects me with the query string and it gives me issues.
for example
RewriteRule /test /webshop [NC,R=301,L]
when I go to /test I get this /webshop?404%3bhttp://myshop/test and for some reason I get 404 even thourh it is a vaild url (webshop)
I noticed there is direct path module, and I could use it if it supported regex (I have a lot of dynamic content to redirect so writing it manually is not an optoin).
Can I use regex in direct paths, and if not, is there a way to fix 301 redirects not to include query string?
Thanks in advance.