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.
我想将我的example.com网页重定向到example.com/controller
example.com
example.com/controller
我该怎么做.htaccess?
.htaccess
干得好
重写规则:
RewriteEngine On RewriteRule ^controller$ / [L]