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.comWeb ページをリダイレクトしたいexample.com/controller
example.com
example.com/controller
でこれを行うにはどうすればよい.htaccessですか?
.htaccess
どうぞ
書き換えルール:
RewriteEngine On RewriteRule ^controller$ / [L]