Hello, I dont know how to write it, but I need to redirect URLs with “suffixes”:
add.address.com/catalog/index.php?number=1&cars=2
to
192.168.0.1/catalog/index.php?number=1&cars=2
I managed redirect only from
add.address.com/catalog/index.php?number=1&cars=2
to
192.168.0.1
with transparent proxy from this “walkthrought”: http://cedartech.blogspot.cz/2011/03/how-to-setup-site-blocking-and-url.html
How to redirect with “/catalog/index.php?number=1&cars=2” ?
thanks