index.php 以外のすべてを拒否するためにこのスクリプトを書きました
Order allow,deny
Deny from All
<Files *>
Order Deny,Allow
Deny from all
</Files>
<Files index.php>
Order Deny,Allow
Allow from all
</Files>
ただし、http://mywebsite.com/image.jpgなどのリンクは引き続き表示されます。そんなことがあるものか?