8 Jun 2009 at 20:19 #1 TheTiger TheTiger Soldato Joined 11 Aug 2004 Posts 10,334 Hi there, how would I rewrite something like: /news?start=0, /news?start=1 etc to /news, /news/page-1 ? I've got this so far: RewriteRule ^news/([0-9]+)$ news?start=$1 But I'm sure that's incorrect. Thanks
Hi there, how would I rewrite something like: /news?start=0, /news?start=1 etc to /news, /news/page-1 ? I've got this so far: RewriteRule ^news/([0-9]+)$ news?start=$1 But I'm sure that's incorrect. Thanks