Skip to content

Commit

Permalink
Fixed .htaccess site redirecting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Iammac authored and Iammac committed Jan 1, 2013
1 parent acd7f29 commit d5f8d66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
*/

// Production
// $config['base_url'] = 'http://www.mcsfeed.com/';
$config['base_url'] = 'http://www.mcsfeed.com/';

// Local Development
$config['base_url'] = 'http://project1.mac/';
// $config['base_url'] = 'http://project1.mac/';

/*
|--------------------------------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions application/config/facebook.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

// For Production
// $config['appId'] = '515671738453115';
// $config['secret'] = '9d762fa59d92cf4149ed65403046e2df';
// $config['canvas_page'] = 'http://apps.facebook.com/democistage';
$config['appId'] = '515671738453115';
$config['secret'] = '9d762fa59d92cf4149ed65403046e2df';
$config['canvas_page'] = 'http://apps.facebook.com/democistage';

// For local Development
$config['appId'] = '100632496779350';
$config['secret'] = '0062f2fb34b7aed816b827fb0bc8f046';
$config['canvas_page'] = 'http://apps.facebook.com/democistagelocal';
// $config['appId'] = '100632496779350';
// $config['secret'] = '0062f2fb34b7aed816b827fb0bc8f046';
// $config['canvas_page'] = 'http://apps.facebook.com/democistagelocal';

/* End of file */

0 comments on commit d5f8d66

Please sign in to comment.