mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
6 lines
123 B
ApacheConf
6 lines
123 B
ApacheConf
|
RewriteEngine On
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteRule (.*) index.php [QSA]
|