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 ファイルでどのように変更しますか??
http://www.mydomain.com/index.htm すべてのリダイレクト先: http://www.mydomain.com/
Options +FollowSymLinks DirectoryIndex index.php RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} /index.php RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]