Htaccess File

ianbogda/actesapi/master/web/.htaccess

REQUEST_FILENAME
<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    #RewriteBase /path/to/app
    #RewriteBase /silex-simple-rest
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>
Exit mobile version