brolaugh/fikatime-php/master/.htaccess - Htaccess File

brolaugh/fikatime-php/master/.htaccess

RewriteEngine on

RewriteRule ^register index.php?page=register [NC,L]
RewriteRule ^login index.php?page=login [NC,L]
RewriteRule ^splash index.php?page=splash [NC,L]
RewriteRule ^404 index.php?page=404 [NC,L]
RewriteRule ^dashboard index.php?page=dashboard [NC,L]

RewriteRule ^image/([0-9a-zA-Z]+) index.php?view=image&id=$1 [NC,L]
RewriteRule ^tag/([0-9a-zA-Z-]+) index.php?view=tag&tag=$1 [NC,L]
RewriteRule ^tag index.php?page=tagSelect [NC,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache