Sioweb/Sioweb-MVC/master/.htaccess
RewriteEngine on
RewriteBase /Sioweb-MVC/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9]+)/+([a-zA-Z0-9]+)/+([a-zA-Z0-9]+)/? index.php?controller=$1&action=$2&action_id=$3 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/+([^/]*)/+([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/? index.php?controller=$1&action=$2¶m1=$3¶m2=$4¶m3=$5¶m4=$6¶m5=$7¶m6=$8¶m7=$9 [L,QSA]
## Set the action to your Root-File like index, home, startpunkt – Results: index.html.php, home.html.php, startpunkt.html.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/ index.php?controller=$1&action=index [L,QSA]
## Set your default-controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^$ ?root_controller=setup [L,QSA]
On Github License
Files
Download PDF of Htaccess file