EM-Creations/ecoCart/master/api/2/.htaccess - Htaccess File

EM-Creations/ecoCart/master/api/2/.htaccess

# .htaccess file for routing parameters to the API
# Author: Edward McKnight (UP608985)
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache