Advertisement:

Author Topic: Browser throws up an error!  (Read 485 times)

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Browser throws up an error!
« on: February 14, 2015, 08:04:24 pm »
Hi

When I tried to refine my search on the result page or simply clicked ‘Apply, the browser threw up the message shown on the picture. Could someone suggest me a solution? Thanks!
« Last Edit: February 21, 2015, 02:27:20 am by BritWeb »

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Brower throws up an error!
« Reply #1 on: February 16, 2015, 11:05:38 pm »
your config.php isn't right
should look like this:

define('REL_WEB_URL', '/');

define('WEB_PATH', 'http://www.yousitel.com/');


make sure you have no other forwarding or masking going on. including in your .htaccess

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: Brower throws up an error!
« Reply #2 on: February 18, 2015, 09:34:28 pm »
Thanks, design. I wouldn't have figured it out in million years!