10/10/2018, 09:33

file .htaccess redirect lỗi gì vậy nhỉ

Mình mới tìm được file .htaccess để redirect trang của mình Thành dạng www.domain........

Nhưng sao tải lên thì ko được

mà mấy cái đó mình ấy bên việt seo.net không nữa chứ
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.vietseo..net$ [NC]
RewriteRule ^(.*)$ http://www.vietseo.net/$1 [R=301,L]
về thay lại rồi nhưng ko tác dụng gì cả vào trang chủ thì erro còn vào trang thư mục thì ko redirect sang www

bạn nào giúp mình với
fotech_nd viết 11:39 ngày 10/10/2018
Được gửi bởi imchicken
Mình mới tìm được file .htaccess để redirect trang của mình Thành dạng www.domain........

Nhưng sao tải lên thì ko được

mà mấy cái đó mình ấy bên việt seo.net không nữa chứ
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.vietseo.\.net$ [NC]
RewriteRule ^(.*)$ http://www.vietseo.net/$1 [R=301,L]
về thay lại rồi nhưng ko tác dụng gì cả vào trang chủ thì erro còn vào trang thư mục thì ko redirect sang www

bạn nào giúp mình với
=> Thừa dấu chấm sau chữ vietseo ở dòng
Code:
RewriteCond %{HTTP_HOST} !^www\.vietseo.\.net$ [NC]
tức là dòng này sửa lại thành:
Code:
RewriteCond %{HTTP_HOST} !^www\.vietseo\.net$ [NC]
Chú ý là thay vietseo.net thành tên domain của bạn.
imchicken viết 11:46 ngày 10/10/2018
vẫn bị lỗi bạn xem lại tí đi

[=========> Bổ sung bài viết <=========]

Code:
Options +FollowSymLinks
RewriteEngine o­n
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.svhiast.\com$ [NC]
RewriteRule ^(.*)$ http://www.svhiast.com/$1 [R=301,L]

[=========> Bổ sung bài viết <=========]

làm vậy mà vẫn lỗi ko hiểu tại sao nữa

[=========> Bổ sung bài viết <=========]

ai dùng cái này giúp với
fotech_nd viết 11:42 ngày 10/10/2018
Chịu bạn đấy - chỉ việc sửa một dòng mà cũng ko làm được
Phải sửa là \. chứ ko phải là .\
Code:
Options +FollowSymLinks
RewriteEngine o­n
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.svhiast\.com$ [NC]
RewriteRule ^(.*)$ http://www.svhiast.com/$1 [R=301,L]
imchicken viết 11:36 ngày 10/10/2018
Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@hiast.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Đó lỗi đó bạn à

pó tay có file htaccess nào hoạt động tốt bạn cho mình với
fotech_nd viết 11:49 ngày 10/10/2018
Bỏ dòng Options +FollowSymLinks đi xem nhé.

Code:
RewriteEngine o­n
RewriteCond %{HTTP_HOST} !^www\.svhiast\.com$ [NC]
RewriteRule ^(.*)$ http://www.svhiast.com/$1 [R=301,L]
Regards!!!
imchicken viết 11:34 ngày 10/10/2018
được rồi bạn à khi mình vào http://svhiast.com -> http://www.svhiast.com

nhưng khi mình vào http://svhiast.com/f@rum thì nó không redirect tới http://www.svhiast.com/f@rum nhỉ
Bài liên quan
0