mirror of
https://github.com/openvk/chandler.git
synced 2025-04-23 16:33:02 +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]
|