Lần trước t đã share code của GócTruyện.Mobi nhưng do zip bằng cp nên 1 số ng nói thiếu file .htaccess và k chạy. Ai thếu thì tạo file .htaccess và paste code này vào :
PHP:
ServerSignature Off
AddDefaultCharset UTF-8
RewriteEngine On
RewriteRule ^about.html$ about.php [L]
RewriteRule ^new.html$ new.php [L]
RewriteRule ^bbcode.html$ faq.php?act=bbcode [L]
RewriteRule ^smiles.html$ faq.php?act=smile [L]
RewriteRule ^search.html$ search.php [L,QSA]
RewriteRule ^add-article.html$ add_article.php [L,QSA]
RewriteRule ^gzip.gif$ Gzip.php [L]
RewriteRule ^code.gif$ captcha.php [L]
RewriteRule ^log.html$ login.php [L]
RewriteRule ^exit.html$ logout.php [L]
RewriteRule ^top.html$ top.php [L]
RewriteRule ^cat/([0-9]*)-(.*).html view.php?id=$1 [L,QSA]
RewriteRule ^article/([0-9]*)-(.*).html article.php?id=$1 [L,QSA]
RewriteRule ^comment/([0-9]*)-(.*).html comm.php?id=$1 [L,QSA]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]