开发者_运维技巧i want to make this url
site.com/var?section=value
example:
esite.com/PHP?section=articles
the php is varibale and the php file is
file.php?lang=php§ion=articles
Something like this maybe:
RewriteRule ^(.*?)\?section=(.*)$ file.php?lang=$1§ion=$2 [NC,L]
精彩评论