NykO18/photofov/master/www/.htaccess - Htaccess File

NykO18/photofov/master/www/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteRule ^frame/([0-9]+)x([0-9]+).png frame.php?w=$1&h=$2 [L]
RewriteRule ^([a-z-]+) $1.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache