问号的.htaccess规则怎么写RewriteRule QUERY

2025-05-14 21:17:10
推荐回答(1个)
回答1:

Options +FollowSymLinks IndexIgnore */* RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to abc.php RewriteRule . abc.php