CrushedPixel/MCMapAnalytics/master/.htaccess - Htaccess File

CrushedPixel/MCMapAnalytics/master/.htaccess

RewriteEngine On

RewriteBase /analytics

RewriteRule ^get_skull/MCAnalytics_(.*)$ get_skull.php?id=$1 [QSA]
RewriteRule ^view/(.*)$ view.php?id=$1 [QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache