leonkramer/php_filemanager/master/.htaccess - Htaccess File

leonkramer/php_filemanager/master/.htaccess

RewriteEngine On
RewriteBase /

SetEnv no-gzip dont-vary

#RewriteCond %{HTTPS} !=on
#    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

#RewriteCond %{HTTP_HOST} !^(domain.com)$ [NC]
#    RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]

RewriteRule ^(.*)$ .php_filemanager/index.php?str=_$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, no-gzip, REQUEST_URI

Comments

Apache