gitpay/website/master/.htaccess - Htaccess File

gitpay/website/master/.htaccess

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_METHOD} !POST [NC]

RewriteRule ^([^?]*)/activity/$ activity.php?user=$1 [NC,L,QSA]
RewriteRule ^([^/]*)/([^/]*)$ repo.php?user=$1&repo=$2 [NC,L,QSA]
RewriteRule ^([a-z0-9-]*)$ user.php?user=$1 [NC,L,QSA]

On Github License

Files

Download PDF of Htaccess file
POST, REQUEST_FILENAME, REQUEST_METHOD

Comments

Apache