GrupoPIIS/pois/master/backend/.htaccess - Htaccess File

GrupoPIIS/pois/master/backend/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /codeigniter/restangular/index.php/$1 [L]

ErrorDocument 404 /codeigniter/restangular/index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache