mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-14 19:19:08 +03:00
32 lines
No EOL
494 B
ApacheConf
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 /\..*$ |