文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Drupal Internal Server Error 500

Drupal Internal Server Error 500

时间:2011-03-29  来源:kingQueenyun

我在本地测试网站完毕后,上传到空间,出现Internal Server Error 500,这样我只有关闭clean url,然后.htaccess才能起作用,才能实现301的跳转。可当我开启clean url,如果你使用的是drupal默认的.htaccess,那么就找不到页面。下面我简单地重写了下.htaccess,因为我只需要它实现301跳转。

原文出自:http://suyou.info/node/32

  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteBase /
  4. RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
  5. RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  9. </IfModule>
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载