内部 URL:example.com/abc/xyz/rule.php?price=1&pass=2
外部 URL:example.com/abc/xyz/rule/1/2
ただし、css、js ファイルは外部 URL では有効になりません。私の .htaccess ファイル:
RewriteEngine On
RewriteBase /example.com/abc/
RewriteRule ^rule/([0-9]+)/([0-9]+)/?$ rule.php?price=$1&pass=$2