Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JM committed Jul 30, 2021
0 parents commit 5c5f2ff
Show file tree
Hide file tree
Showing 310 changed files with 387,526 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
application/vendor/
application/config/database.php
application/config/settings.php
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RewriteEngine On

CGIPassAuth on

#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/foro.*
RewriteRule (.*) index.php/$1
Loading

0 comments on commit 5c5f2ff

Please sign in to comment.