Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用重写规则和映射:
mydomain.com/miami-fl-33308/
至
mydomain.com/city.php?ci=miami&st=fl&zi=33308
只需使用
RewriteRule ^(\w+)-(\w+)-(\d+)/? /city.php?ci=$1&st=$2&zi=$3 [L]