Kekos/fileservice/master/public_html/.htaccess
Options -MultiViews
RewriteEngine on
RewriteBase /<MY-USERNAME>/
RewriteRule ^fileservice.conf.json$ index.php [R=404,L]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?path=$1 [QSA]
Files
