sardoj/RESTici/master/app/webroot/.htaccess - Htaccess File

sardoj/RESTici/master/app/webroot/.htaccess

Options -Indexes
Options +FollowSymlinks
RewriteEngine on

RewriteRule ^[auth|Auth]+/(.+)$  /index.php?controller=auth&key=$1 [L]
RewriteRule ^(.+)/(.+)/(.+)$  /index.php?controller=$1&id=$2&token=$3 [L]
RewriteRule ^(.+)/(.+)$  /index.php?controller=$1&token=$2 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache