Page 1 of 1

Redirected to another website!

Posted: Sun Oct 18, 2009 9:27 pm
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]

Posted: Mon Oct 19, 2009 5:37 am
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