artifactdev/spottr-locationmanager/master/rest-api/.htaccess - Htaccess File

artifactdev/spottr-locationmanager/master/rest-api/.htaccess

# X-Cache must be deactivated!!
# The httpful framework can't work the activated x-cache. 
php_flag xcache.cacher Off
php_flag display_errors On
php_value error_reporting -1

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !restFacade.php$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule .* restFacade.php [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache