9 lines
186 B
ApacheConf
9 lines
186 B
ApacheConf
|
Options -Indexes
|
||
|
|
||
|
AddDefaultCharset Windows-1251
|
||
|
|
||
|
RewriteEngine On
|
||
|
RewriteBase /
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteRule . /core/index.php [L]
|