chandler/public/.htaccess
Ilya Bakhlin 096f8b779f Rename the Folder
Closes #3.
2021-12-28 20:19:00 +01:00

5 lines
123 B
ApacheConf

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