Skip to content

Commit

Permalink
Adição do arquivo .htaccess para enviar todas as requisições para o a…
Browse files Browse the repository at this point in the history
…rquivo principal.
  • Loading branch information
luispaiva committed Jul 9, 2022
1 parent 7b23b37 commit 3c16a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

0 comments on commit 3c16a3f

Please sign in to comment.