Skip to content

Commit

Permalink
Assume 192.168.xxx.xxx == build
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Aug 13, 2012
1 parent 3e5a4ac commit 0d6109d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -4,3 +4,4 @@ RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
# if we are using non vhost, assume localhost is build mode
SetEnvIf Host localhost PROJECT_MODE=build
SetEnvIf Host ^192.168. PROJECT_MODE=build

0 comments on commit 0d6109d

Please sign in to comment.