Home page is not working

Home page is not working.Other pages are Ok.

Please check http://smartanda.com

How to fix?

Quote · 25 Oct 2014

There's no way to tell what's causing the reload fest from here. If you'd like, I can take a look and try to find what's up.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Oct 2014

Try to put suspected page blocks in page builder inactive..Sometimes it affects the page..

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 25 Oct 2014

Your server appears to have a 302 redirect for http://smartanda.com/ setup. It redirects to http://www.smartanda.com/

So check your inc/header.inc.php. See what the site url is set for. If the site url is set to http://smartanda.com/ then the servers redirect that you have in place will attempt to redirect to http://www.smartanda.com/ but if dolphin is configured for a url of http://smartanda.com/ it will attempt to redirect it back to it's configured url which ends up resulting in a endless redirect loop.

The 302 redirect is setup on the server. Either it was configured in your cPanal or was setup in your .htaccess file.

https://www.deanbassett.com
Quote · 25 Oct 2014

header.inc showing like below

$site['url']               = "http://www.smartanda.com/";

Quote · 28 Oct 2014

 

header.inc showing like below

$site['url']               = "http://www.smartanda.com/";

 

try to change from

 

$site['url']               = "http://www.smartanda.com/";

 

to

$site['url']               = "http://smartanda.com/";

 

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 28 Oct 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.