Page 1 of 1

trying to post... getting 404 tried everything

Posted: Tue Apr 12, 2011 2:49 am
by matrixpunk
Hey everyone.. had a little php exp, but just trying to get everything working.
set count to 666, created msg folder and set to 777.
checked the other posts with no prevail.
any help is appreciated!!!

http://www.benjamindodsworth.ca/mboard13/mboard.php

Re: trying to post... getting 404 tried everything

Posted: Tue Apr 12, 2011 4:56 pm
by Henrie
Hello matrixpunk,

In the settings.php file you have not changed the setting

Code: Select all

// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']='http://www.domain.com/mboard';
this should in your case be set to

Code: Select all

$settings['mboard_url']='http://www.benjamindodsworth.ca/mboard13';
Greetings,
Henrie

Re: trying to post... getting 404 tried everything

Posted: Tue Apr 12, 2011 9:13 pm
by matrixpunk
Fixed... bought you a beer. Thanks dude!

Re: trying to post... getting 404 tried everything

Posted: Tue Apr 12, 2011 9:18 pm
by Henrie
Thank you. Very much appreciated :)

Henrie