大家好,我正在使用它,我知道 htaccess 正在工作,因为它正在重定向到 notfound.php 但由于某种原因,我无法让它工作以不显示扩展名(php/html)在这里有任何帮助?
<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options Indexes
ErrorDocument 404 notfound.php
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.socialscenes\.co\.uk)(:80)? [NC]
RewriteRule ^(.*) http://socialscenes.co.uk/$1 [R=301,L]
DirectoryIndex index.php
order deny,allow