markbrody/googlyizer.com/master/public/.htaccess - Htaccess File

markbrody/googlyizer.com/master/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule (result)/(.*) $1.php?uniqid=$2 [L]
RewriteRule (.*) $1.php [L]
#ErrorDocument 404 /var/www/googlyizer.com/public/404.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache