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

6 lines
123 B
ApacheConf
Raw Normal View History

2020-05-29 21:49:16 +03:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [QSA]