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.
我有链接说http://www.domain.com/index.php?route=page/view&id=cs-schedule
我想将其重写为http://www.domain.com/page/view/id/cs-schedule
它是如何实现的?
尝试这个:
RewriteEngine On RewriteRule ^(.+)/(.+)$ main.php?route=$1&id=$2