請註記,你網站的檔案都有附檔名,例如: .html,這讓瀏覽器可以讀取它,如果你想要隱藏副檔名,請使用 .htaccess 檔案,將規則加入到這個檔案,例如:
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.html [NC,L]
© Copyright (c) 2017 Mobirise