Htaccess File

CareerHub/PHP-API-Example/master/CakePHP/app/webroot/.htaccess

REQUEST_FILENAME
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /php-api-example
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>
Exit mobile version