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.
是否有可能重写http://mydomain.com/folder/index1.php以便导航到http://mydomain.com/folder/index1的任何人都会看到 index1.php 是否有意义?
谢谢
是的
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php