Kekos/fileservice/master/public_html/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache