nativegallery-weryskok/.htaccess
2024-07-04 12:15:08 +03:00

32 lines
No EOL
494 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
AddDefaultCharset UTF-8
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options -Indexes
<Files .env>
Order allow,deny
Deny from all
</Files>
<Files .gitignore>
Order allow,deny
Deny from all
</Files>
<Files .yml>
Order allow,deny
Deny from all
</Files>
<Files .yaml>
Order allow,deny
Deny from all
</Files>
RedirectMatch 404 /\.git
RedirectMatch 404 /\.yml
RedirectMatch 404 /\.yaml
RedirectMatch 404 /\..*$