Help Ai làm Wap truyện vào gấp!

  • Thread starter Thread starter Hoanghaivippro
  • Start date Start date
H

Hoanghaivippro

New Member
Tớ lần đầu tiên làm wap truyện.ai đã làm cho tớ hỏi sao tớ click vào bài viết(truyện) thì nó báo "Lỗi không tìm thấy" nhiều code truyện đều thế.ai biết giúp tớ nhé!
 
Xem lại public_html có files .htaccess đã rewrite chưa
 
Xem lại public_html có files .htaccess đã rewrite chưa

rewrite là gì ad? Lần đầu làm wap truyện

----------> Bổ sung bài viết lúc 12:35 PM <----------> Bài viết trước lúc 12:27 PM <----------

File .htacess đây
Addtype application/java-archive .jar
AddType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad

RewriteEngine On
RewriteBase /
RewriteRule ^truc-tuyen.html$ /online.php
RewriteRule ^lien-he.html$ /lien-he.php
RewriteRule ^about.html$ /about.php
RewriteRule ^binh-luan-moi.html$ /binh-luan.php
RewriteRule ^new.html$ /new.php
RewriteRule ^bbcode.html$ /faq.php?act=bbcode
RewriteRule ^smiles.html$ /faq.php?act=smile
RewriteRule ^search.html$ /search.php
RewriteRule ^add-article.html$ /add_article.php
RewriteRule ^gzip.gif$ /Gzip.php
RewriteRule ^code.gif$ /captcha.php
RewriteRule ^log.html$ /login.php
RewriteRule ^exit.html$ /logout.php
RewriteRule ^top.html$ /top.php
RewriteRule ^download/file-([0-9]*)-(.*).html down.php?id=$1 [L,QSA]
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]

ErrorDocument 404 /index.php
ErrorDocument 403/index.php
 

Facebook Comments

Back
Top