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.
元の URL を .htaccess に書き換えるには?
例 :
元の URL = www.mydomain.com/en/specialroom.php
= www.mydomain.com/en/roomspecial/に書き換えます
よろしくお願いします
RewriteEngine On RewriteRule ^en/roomspecial/$ /en/specialroom.php [L]