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.
如何用 .htaccess 重写原始 URL?
例子 :
原始 URL = www.mydomain.com/en/specialroom.php
重写为 = www.mydomain.com/en/roomspecial/
之前谢谢,最好的问候
RewriteEngine On RewriteRule ^en/roomspecial/$ /en/specialroom.php [L]