sarnowski/TypeSafe-core/master/src/main/resources/TypeSafe/dispatcher.htaccess - Htaccess File

sarnowski/TypeSafe-core/master/src/main/resources/TypeSafe/dispatcher.htaccess

RewriteEngine on

# use the TypeSafe dispatcher to handle all requests except file requests
RewriteRule ^$                        TypeSafe/dispatcher.php?uri=  [QSA,L]
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteRule ^(.*)$                    TypeSafe/dispatcher.php?uri=$1  [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache