htaccess ルールが機能しない
php 拡張機能
のルールを表示したくない
Options +FollowSymlinks -MultiViews -Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^WHMCS/?$ 404.php [L]
RewriteRule .*\.php$ 404.php [L]
RewriteRule ^contact$ /contact.php [L]
RewriteRule ^p/([a-zA-Z0-9_-]+)/?$ ./page.php?page=$1 [L]
RewriteRule ^comments$ ./comments.php [L]
しかし、拡張子なしでURLを開くと、404エラーも表示されます
よろしくお願いします