danilomeneghel/prova_reserva_salas/criacao_sistema/web/.htaccess - Htaccess File

danilomeneghel/prova_reserva_salas/criacao_sistema/web/.htaccess

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on

# if file or directory dosn't exists go to /web/index.php 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache