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
Files
