bhohbaum/libcompactmvc/master/.htaccess
RewriteEngine on
RewriteRule ^app$ /index.php?&action=&%{QUERY_STRING} [L]
RewriteRule ^app/([^/]*)$ /index.php?&action=$1&%{QUERY_STRING} [L]
RewriteRule ^app/([^/]*)/([^/]*)$ /index.php?&action=$1¶m0=$2&%{QUERY_STRING} [L]
RewriteRule ^app/([^/]*)/([^/]*)/([^/]*)$ /index.php?&action=$1¶m0=$2¶m1=$3&%{QUERY_STRING} [L]
RewriteRule ^app/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /index.php?&action=$1¶m0=$2¶m1=$3¶m2=$4&%{QUERY_STRING} [L]
RewriteRule ^app/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /index.php?&action=$1¶m0=$2¶m1=$3¶m2=$4¶m3=$5&%{QUERY_STRING} [L]
RewriteRule ^restapi/([^/]*)$ /api.php?&action=$1&%{QUERY_STRING} [L]
RewriteRule ^restapi/([^/]*)/([^/]*)$ /api.php?&action=$1¶m0=$2&%{QUERY_STRING} [L]
RewriteRule ^restapi/([^/]*)/([^/]*)/([^/]*)$ /api.php?&action=$1¶m0=$2¶m1=$3&%{QUERY_STRING} [L]
RewriteRule ^restapi/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /api.php?&action=$1¶m0=$2¶m1=$3¶m2=$4&%{QUERY_STRING} [L]
RewriteRule ^restapi/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /api.php?&action=$1¶m0=$2¶m1=$3¶m2=$4¶m3=$5&%{QUERY_STRING} [L]
RewriteRule ^backend$ /backend.php?&action=test&%{QUERY_STRING} [L]
RewriteRule ^backend/([^/]*)$ /backend.php?&action=$1&%{QUERY_STRING} [L]
RewriteRule ^backend/([^/]*)/([^/]*)$ /backend.php?&action=$1¶m0=$2&%{QUERY_STRING} [L]
RewriteRule ^backend/([^/]*)/([^/]*)/([^/]*)$ /backend.php?&action=$1¶m0=$2¶m1=$3&%{QUERY_STRING} [L]
RewriteRule ^backend/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /backend.php?&action=$1¶m0=$2¶m1=$3¶m2=$4&%{QUERY_STRING} [L]
RewriteRule ^backend/([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /backend.php?&action=$1¶m0=$2¶m1=$3¶m2=$4¶m3=$5&%{QUERY_STRING} [L]
On Github License
Files