
don't have permission to access
don't have permission to access
Every time I want to read a message it says: "You don't have permission to access /mboard/msg/1.html on this server" in times new roman!! I need help.... urg 

Settings
MY SETTINGS
<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme file
// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;
// Password for admin area
$settings['apass']="*****";
// Website title
$settings['website_title']="Hundeleksikon";
// Website URL
$settings['website_url']="http://www.hundesitter.dk";
// Message board title
$settings['mboard_title']="Hundeleksikon - online debat";
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard/mboard.php";
// Allow smileys? 1 = YES, 0 = NO
$settings['smileys']=0;
// Send you an e-mail when a new entry is added? 1 = YES, 0 = NO
$settings['notify']=0;
// Your e-mail. Only required if $settings['notify'] is set to 1.
$settings['admin_email']="you@yourdomain.com";
// Display IP number of members posting? 1 = YES, 0 = NO
$settings['display_IP']=0;
// Maximum number of posts displayed on the first page
$settings['maxposts']=50;
// Keep or delete old posts? 1 = KEEP, 0 = DELETE
$settings['keepoldmsg']=1;
// File exstention for message files
$settings['extension']="htm";
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=0;
/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']="en";
// >>> DO NOT EDIT BELOW <<< //
$settings['verzija']="1.1.2";
?>
<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme file
// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;
// Password for admin area
$settings['apass']="*****";
// Website title
$settings['website_title']="Hundeleksikon";
// Website URL
$settings['website_url']="http://www.hundesitter.dk";
// Message board title
$settings['mboard_title']="Hundeleksikon - online debat";
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard/mboard.php";
// Allow smileys? 1 = YES, 0 = NO
$settings['smileys']=0;
// Send you an e-mail when a new entry is added? 1 = YES, 0 = NO
$settings['notify']=0;
// Your e-mail. Only required if $settings['notify'] is set to 1.
$settings['admin_email']="you@yourdomain.com";
// Display IP number of members posting? 1 = YES, 0 = NO
$settings['display_IP']=0;
// Maximum number of posts displayed on the first page
$settings['maxposts']=50;
// Keep or delete old posts? 1 = KEEP, 0 = DELETE
$settings['keepoldmsg']=1;
// File exstention for message files
$settings['extension']="htm";
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=0;
/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']="en";
// >>> DO NOT EDIT BELOW <<< //
$settings['verzija']="1.1.2";
?>
Problems...
I have downloaded Smart FTP now and have changed msg to 777 and the 2 files to 666, but the font is still "Times new roman" in the messages!?
I solved the problem myself
I changed
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard/mboard.php";
to
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard";
Thank you
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard/mboard.php";
to
// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.hundesitter.dk/mboard";
Thank you

If you read the readme.htm carefully you can solve many problems 

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools