1
1
Fork 0
mirror of https://github.com/openvk/chandler.git synced 2025-03-09 19:09:44 +03:00
chandler/htdocs/.htaccess

5 lines
123 B
ApacheConf

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