handler
localhost/handler
, чтобы не открывалась папка, а открывало указанную страницу, наапример 404.php
? # Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Require all denied
</Files>
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
# godaddy hack no input file specified
RewriteRule .* index.php [PT,QSA,L]