brianjking/leantime/master/.htaccess - Htaccess File

brianjking/leantime/master/.htaccess

RewriteEngine On

RewriteRule ^/?$ /index.php?act=dashboard.show
RewriteRule ^([^/.]+)/([^/.]+)/?$ /index.php?act=$1.$2 [NC]
RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)/?$ /index.php?act=$1.$2&id=$3
RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)/([^/.]+)/?$ /index.php?act=$1.$2&id=$3&id2=$4

On Github License

Files

Download PDF of Htaccess file

Comments

Apache