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]
Files
