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]