chrly/public/.htaccess

7 lines
172 B
ApacheConf
Raw Normal View History

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