diff --git a/include/library/Crunchbutton/App.php b/include/library/Crunchbutton/App.php index 0f9245ae0..418593598 100755 --- a/include/library/Crunchbutton/App.php +++ b/include/library/Crunchbutton/App.php @@ -129,7 +129,7 @@ class Crunchbutton_App extends Cana_App { $r = Restaurant::o(74); if (!c::getPagePiece(0)) { - header('Location: https://'.$_SERVER['HTTP_HOST'].'/'.$r->community()->permalink.'/'.$r->permalink); + header('Location: http://'.$_SERVER['HTTP_HOST'].'/'.$r->community()->permalink.'/'.$r->permalink); exit; } elseif (c::getPagePiece(0) != 'api' && (c::getPagePiece(0) != 'providence' && c::getPagePiece(0) != $r->permalink)) {