spacexion/IonXApiFramework/master/example/www/.htaccess - Htaccess File

spacexion/IonXApiFramework/master/example/www/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteRule ^api/ api/api.php [L]

  RewriteCond ${REQUEST_URI} !^api/
  RewriteRule ^(/)?$ web [L]
</IfModule>

<IfModule mod_rewrite.so>
  RewriteEngine on

  RewriteRule ^api/ api/api.php [L]

  RewriteCond ${REQUEST_URI} !^api/
  RewriteRule ^(/)?$ web [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache