1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-12 22:08:20 +03:00
ifhub.club/.htaccess

6 lines
165 B
ApacheConf
Raw Normal View History

AddDefaultCharset UTF-8
Options -Indexes
2008-09-21 09:36:57 +03:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php