decima/php_ftp/master/rest/.htaccess - Htaccess File

decima/php_ftp/master/rest/.htaccess

Options +Indexes
RewriteEngine   On

RewriteCond %{REQUEST_URI} !^(/favicon.ico)[L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^$ index.php?request=/ [L,QSA]
RewriteRule ^(.*)$ index.php?request=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache