Skip to content

Commit

Permalink
Redireciona tudo para o index
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Godoy committed Feb 7, 2013
1 parent 6c9d5a0 commit f161806
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

0 comments on commit f161806

Please sign in to comment.