RewriteEngine On RewriteRule ^/Article.php\?id=([\d]+?)$ Article.php?id=$1 RewriteRule ^/Article.php\?id=([^\d]+?)$ error.php
2
40
9
3