Heim >Backend-Entwicklung >PHP-Tutorial >正则匹配随意字母但不包括.
正则匹配任意字母但不包括...
正则匹配任意字母但不包括about,help,conect
------解决方案--------------------
RewriteCond $1 !^(help\.html
------解决方案--------------------
about\.html
------解决方案--------------------
contect\.html)