1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
ifhub.club/.htaccess

16 lines
305 B
ApacheConf
Raw Normal View History

AddDefaultCharset UTF-8
Options -Indexes
2008-09-21 09:36:57 +03:00
RewriteEngine On
2012-07-03 09:35:39 +03:00
#RewriteBase /
2008-09-21 09:36:57 +03:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php
2012-07-03 09:35:39 +03:00
# Alternative rule
#RewriteRule ^(.*)$ /index.php
<Files "plugins.dat">
order allow,deny
deny from all
</Files>