- Mark Chang
- 0°C
- 6 年又 243 天
利用.htaccess隱藏副檔名html和php
隱藏副檔名htmlRewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]隱藏副檔名php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]https://innstory.com/story-利用htaccess隱藏副檔名html和php-1973
- 2,388
- 0
- 0

