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://example.com/page.php?type=article
进入
http://example.com/page/article
Options +FollowSymLinks RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^page/([^/\.]+)/?$ page.php?type=$1 [NC,B,L]