khobbits/PHPsig/master/.htaccess - Htaccess File

khobbits/PHPsig/master/.htaccess

AddDefaultCharset UTF-8
Options +FollowSymlinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9-]+)/s.*.png$ sig.php?user=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^gentime gentime.php [L]
     
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*.png$ sig.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache