merchantprotocol/documentation/master/.htaccess - Htaccess File

merchantprotocol/documentation/master/.htaccess

RewriteEngine On
#RewriteBase /

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://merchantprotocol.com/user_manuals/$1 [R,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SERVER_PORT

Comments

Apache