NeuralFramework/NeuralPHPv4/master/.htaccess - Htaccess File

NeuralFramework/NeuralPHPv4/master/.htaccess

###
#
# RewriteEngine
#
# Modulo de apache para crear url
# amigables, este solo aplica para
# apache, para servidores IIS de 
# windows este valor no aplica
#
###

RewriteEngine Off

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?PATH_INFO=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
PATH_INFO, REQUEST_FILENAME

Comments

Apache