ผม copy ทั้ง folder ลงมานะครับ
ส่วน database ก็ใช้ export มา
ปัญหาคือ ตอนนี้ เวลาเข้าเวปบอร์ดหน้าแรกแล้ว link ทุก link จะมี path ผิดหมดเลยครับ
เช่น
http://localhost/board/board/index.php?board=3.0
ของจริงอยู่ที่
http://localhost/board/index.php?board=3.0
อยากทราบว่าผม set อะไรผิดไปครับ หรือว่าต้องไปแก้ที่ไหน
ใน settings.php มีรายละเอียดดังนี้ครับ
$mbname = 'My Community'; # The name of your forum.
$language = 'thai-utf8'; # The default language file set for the forum.
$boardurl = 'board'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = '
[email protected]'; # Email address to send emails from. (like
[email protected].)
$cookiename = 'SMFCookie439'; # Name of the cookie to set for authentication.
########## Database Info ##########
$db_server = 'localhost';
$db_name = 'footballin_board';
$db_user = 'root';
$db_passwd = 'Kitty555';
$db_prefix = 'smf_';
$db_persist = 0;
$db_error_send = 1;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/home/footballin/domains/footballinter.com/public_html/board'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/home/footballin/domains/footballinter.com/public_html/board/Sources'; # Path to the Sources directory.