如何從我自己網站的網頁副檔名 .html 移除?

請註記,你網站的檔案都有附檔名,例如: .html,這讓瀏覽器可以讀取它,如果你想要隱藏副檔名,請使用 .htaccess 檔案,將規則加入到這個檔案,例如:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]

其他問題

© Copyright (c) 2017 Mobirise