1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-28 15:09:22 +03:00
ifhub.club/.htaccess

13 lines
237 B
ApacheConf

AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php
<Files "plugins.dat">
order allow,deny
deny from all
</Files>