My website has a redirect loop, does anyone know how to fix this?
Thank you.
My website has a redirect loop, does anyone know how to fix this?
Thank you.
Mary you need to login to your server via FTP or Cpanel
go to the folder where software is installed.
go to ow_includes folder of the software
open config.php file
what do you have there for HOME URI? the domain name should be without index.php at the end.
If you don't have index.php at the end of your domain name in config.php file, make sure you have default .htaccess file in the root of the software, make sure it is not empty.
If everything is ok, please contact your hosting provider and make sure you have mod_rewrite module enabled and properly configured.
<?php
define('OW_URL_HOME', 'http://worldwideddnetwork.com/');