lloydkeijzer/Tennis-3.0/master/web/.htaccess - Htaccess File

lloydkeijzer/Tennis-3.0/master/web/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app/app.php?query=$1

RewriteCond %{REQUEST_URI} ^/app/(.*)$
RewriteRule ^(.*)$ app/app.php?query=$1

RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^(.*)$ app/app.php?query=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache