tvitcom/simple_registration_testcase/master/.htaccess
#This ToroPHP recomendation Apache > 2.2.15:
#FallbackResource /index.php
AddDefaultCharset UTF-8
#or this for server14 (official ToroPHP recomendation):
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php)
RewriteRule ^(.*)$ /index.php/$1 [L]
# or this for server with folder /002 code:
#RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule .* index.php/$0 [L]
On Github License
Files