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