Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Can't solve this redirect :(

$
0
0
Hi JoakimR;

This will probably work.

location /filters {
rewrite .* /index.php?controller=filters permanent;
}

Permanent means, address that you try to access is moved to new address.QSA process is automatically doing in Nginx rewrite condition.Hence, you don't have to do an extra thing.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>