Lỗi wwww là do đâu?

Thảo luận trong 'General Discussions' bắt đầu bởi halevan, 12/4/15.

  1. halevan

    halevan New Member

    Bài viết:
    54
    Likes :
    20
    Diễn đàn của mình không hiểu lỗi từ đâu mà gõ 4, 5 chữ w ở đầu nó vẫn mở diễn đàn bình thường, demo

    Mã:
    http://wwww.diendankhachsan.com/
     
    Đang tải...
  2. Bcat9505

    Bcat9505 Moderator Staff Member

    Bài viết:
    1,335
    Likes :
    494
    lỗi mà bạn
    Screenshot (21)
     
    halevan thích bài này.
  3. halevan

    halevan New Member

    Bài viết:
    54
    Likes :
    20
    Test lại dùm mình xem được chưa, vừa chỉnh lại haccess
     
  4. Bcat9505

    Bcat9505 Moderator Staff Member

    Bài viết:
    1,335
    Likes :
    494
    nếu bạn dùng RewriteRule thì nên chỉ dùng cho www hay non-www mà cái này có thể nạp cả 2 vào google webmaster tools .
    Xem lại hay gửi file .haccess lên cho m.n cùng xem nha
     
  5. halevan

    halevan New Member

    Bài viết:
    54
    Likes :
    20
    Mình để là www,domain,com mình đã chỉnh lại haccess như dưới:

    Mã:
    #    Mod_security can interfere with uploading of content such as attachments. If you
    #    cannot attach files, remove the "#" from the lines below.
    #<IfModule mod_security.c>
    #    SecFilterEngine Off
    #    SecFilterScanPOST Off
    #</IfModule>
    
    ErrorDocument 401 /404.php
    ErrorDocument 403 /404.php
    ErrorDocument 404 /404.php
    ErrorDocument 500 /404.php
    
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{SERVER_PORT} !=443
        RewriteRule ^ https://www.diendankhachsan.com%{REQUEST_URI} [R,L]
        #    If you are having problems with the rewrite rules, remove the "#" from the
        #    line that begins "RewriteBase" below. You will also have to change the path
        #    of the rewrite to reflect the path to your XenForo installation.
        #RewriteBase /xenforo
    
        #    This line may be needed to enable WebDAV editing with PHP as a CGI.
        #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    
        RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
        RewriteRule ^.*$ index.php [NC,L]
                      RewriteRule (robots\.txt)$ robots.php [NC,L]
    
    </IfModule>
    
    Bạn test dùm mình xem okie không.
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...