Redirected to another website!

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
mtik
Posts: 1
Joined: Sun Oct 18, 2009 9:14 pm

Redirected to another website!

Post by mtik »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi! I installed the script and didn't face any problem with the installetion.
But I can't use it! When I fill the form and click on Add topic and then spam check, I'm redirected to 'www.domain.com'!
I've nothing with this site.
My mboard url is : http://www.mtik.co.cc/mboard/mboard.php
_
Thanks![/b]
Indian users get daily Free Jokes,Tricks,love msg via sms.
Just type:
JOIN FUNGAS
and send to
9219592195
or to
567678
_
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello mtik,

Have you set your setttings in the settings.php file inside you mboard folder?
For more explanation of the settings, read the readme.htm file

For the problem you have now, open the settings.php file inside you mboard folder and change

Code: Select all

$settings['website_url']='http://www.domain.com/';
to

Code: Select all

$settings['website_url']='http://www.mtik.co.cc';
and

Code: Select all

$settings['website_url']='$settings['mboard_url']='http://www.domain.com/mboard';';
to

Code: Select all

$settings['website_url']='$settings['mboard_url']='http://www.mtik.co.cc/mboard';';
And while you have this file open, it is best to check also the other settings :wink:

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Locked