DiogoBezerra/php-core/master/.htaccess - Htaccess File

DiogoBezerra/php-core/master/.htaccess

#deny from all
#allow from 192.168.1.210
#allow from 192.168.1.220

RewriteEngine on

#RewriteCond %{HTTP_HOST} !^www.girafa.com.br
#RewriteRule (.*) http://www.girafa.com.br/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ engine/connect.php?path=$1&rewrite=1 [NC,L,QSA]

#Options -Indexes

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache