chrly/public/.htaccess
2015-01-28 23:20:29 +03:00

7 lines
172 B
ApacheConf

AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>