1
1
Fork 0
mirror of https://github.com/openvk/chandler.git synced 2025-03-14 13:25:21 +03:00
chandler/htdocs/.htaccess

5 lines
123 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [QSA]