IRSO/irsosav/master/php_code/.htaccess - Htaccess File

IRSO/irsosav/master/php_code/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(usuarios|provincias|localidades|tipodocumentos|perfiles)/(.*)$
RewriteRule ^(.*)$ http://localhost:3000/$1  [P,L]
RewriteRule ^(.+)$ index.php?uri=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache