Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
f3 committed Mar 23, 2013
1 parent 69c8509 commit f33aabb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea/
temp/
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Enable rewrite engine and route requests to framework
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_URI} \.ini$
RewriteRule \.ini$ - [R=404]

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// app vars

$f3->set('REPO', 'https://github.com/ikkez/F3com');
$f3->set('DOMAIN', 'vircuit.net');
$f3->set('DOMAIN', 'fatfreeframework.com');

// ROUTING

Expand Down

0 comments on commit f33aabb

Please sign in to comment.