WDlinux官方论坛's Archiver

yixueliang 发表于 2017-5-28 23:23

使用 htaccess 网站 Internal Server Error

.htaccess
RewriteEngine on
RewriteCond %{http_host} ^xxxx.com [NC]
RewriteRule ^(.*)$ http://www.xxxx.com/$1 [L,R=301]

================================================
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{http_host} ^xxxx.com [NC]
RewriteRule ^(.*)$ http://www.xxxx.com/$1 [L,R=301]
</IfModule>

使用这两个都不行,只要上传这个.htaccess 网站就显示


提示:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email]you@example.com[/email] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

dnf008 发表于 2017-5-29 08:02

RewriteCond %{http_host} ^xxxx.com [NC] 把这条去掉试试 一条一条排除

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.