Hello,
I am creating an application with rewirte using .htaccess file.
The rule I have applied is as below
RewriteRule ^(.*)-(.*)\.html$ $1.php?page=$2 [L]
The rule, works like
news-1.html then it will redirect to news.php?page=1
Upto this it works fine.
But when I pass the query string variables like news-1.html?year=2009
then
its not giving me year param and its value in $_REQUEST['year']
Can anybody help me?
Mukesh Variya
Offshore Web Developer India
http://www.mukeshvariya.com

