$_Get not working in this particular case

dreamruebe

New Member
I am trying to use \[code\]http://www.example.com/news/id/21/title/top-10-things/?page=\[/code\]1 for sending the page parameter and it is not working in phpbelow is my setting in the .htaccess file\[code\]Options +FollowSymLinksRewriteEngine onRewriteRule ^news/(.*)/(.*)/(.*)/(.*)/$ /news.php?$1=$2&$3=$4RewriteRule ^news/(.*)/(.*)/$ /news.php?$1=$2RewriteRule ^news/$ /news.php\[/code\]
 
Top