esseremmerik/Dashboard/master/php/.htaccess - Htaccess File

esseremmerik/Dashboard/master/php/.htaccess

AddType application/x-httpd-php .html .htm

RewriteEngine ON
RewriteBase /bootadmin/php/

RewriteRule ^(.*)/(.*)/(.*).html$ index.php?page=$1&section=$2&ss=$3 [QSA,L]
RewriteRule ^(.*)/(.*).html$ index.php?page=$1&section=$2 [QSA,L]
RewriteRule ^(.*).html$ index.php?page=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache