こんにちは、私はこれを使用しています。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