Closed timball closed 10 years ago
so old compare urls need to be regexed :
old
http://capitolwords.org/compare/q/india,bangladesh/
new
http://capitolwords.org/?terma=india&statea=&partya=&termb=bangladesh&stateb=&partyb=
shouldn't be too terrible .
--timball
fixed this did the trick :
location ~ ^/compare/q/(.+),(.+)/ { rewrite ^\/compare\/q\/(.+),(.+)\/ /?terma=$1&statea=&partya=&termb=$2&stateb=&partyb= permanent; }
so old compare urls need to be regexed :
old
new
shouldn't be too terrible .
--timball