kucoe/elvn/master/sync-server/.htaccess - Htaccess File

kucoe/elvn/master/sync-server/.htaccess

RewriteEngine on
Options +FollowSymlinks

RewriteRule ^ui[/]?([^/]+)*[/]?([^/]+)*[/]?$ elvn.php?token=$1&plan=$2 [NC]

RewriteCond $1 ^(auth|users|items)$
RewriteRule ^([^/]+)[/]?([^/]+)?[/]?([^/]+)*[/]?$ $1.php?token=$2&email=$3 [NC]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache