Advertisement:

Author Topic: net::ERR_TOO_MANY_REDIRECTS  (Read 837 times)

rohit_bhardwaj

  • Newbie
  • *
  • Posts: 1
net::ERR_TOO_MANY_REDIRECTS
« on: February 24, 2016, 05:01:30 pm »
Every time i try to search according to catagories or publish new listing this error shows up       
         
   net::ERR_TOO_MANY_REDIRECTS

osclass version 3.6 pls try to help as soon as possible


check out this website

http://aawake.com/old_books/index.php?page=search&sRegion=Uttar+Pradesh

srinath

  • Newbie
  • *
  • Posts: 1
Re: net::ERR_TOO_MANY_REDIRECTS
« Reply #1 on: March 13, 2016, 09:45:44 am »
me too having same issue, please help ...
In localhost its working fine but not in live server (godaddy hosting server )
website name is landsandsites.com

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: net::ERR_TOO_MANY_REDIRECTS
« Reply #2 on: March 13, 2016, 12:52:31 pm »
Hi,

Check your config.php (Osclass root folder):

Code: [Select]
define('REL_WEB_URL', '/');

define('WEB_PATH', 'http://your.domain.com/');

This if yourdomain.com points directly to Osclass root folder. In the case of rohit_bhardwaj it would need to be:

Code: [Select]
define('REL_WEB_URL', '/old_books/');

define('WEB_PATH', 'http://aawake.com/old_books/');

Regards