Brent W
Well-known member
Got the archives working under nginx with this
	
	
	
		
Though that does not take into count paging. Can someone help me with paging?
Only thing I have left is the page-2 problem here: http://xenforo.com/community/threads/page-2-redirect-not-working.62438/
				
			
		Code:
	
	location /vb/archive/index.php/ {
                                                            rewrite ^/vb/archive/index.php/t-([0-9]+)\.html /vb/archive/index.php?t-$1.html last;
                                                            rewrite ^/vb/archive/index.php/f-([0-9]+)\.html /vb/archive/index.php?f-$1.html last;
}
	Though that does not take into count paging. Can someone help me with paging?
Only thing I have left is the page-2 problem here: http://xenforo.com/community/threads/page-2-redirect-not-working.62438/