0

我的客户目前正在托管我使用 Dotster.com 为他们构建的网站,他们最近转移到了全新的服务器或其他服务器上,并重定向了域名的 DNS(他们在电子邮件中告诉她),从那时起然后这个错误一直在发生(经常),我得到Internal Server Error了常规消息,但这是我的错误日志:

我不知道为什么这会是一个问题?

编辑

新服务器一定破坏了我的.htaccess代码。

.ht 访问:

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^ - [L]

RewriteRule ^([^/]+)/([^/]+)/?$ index.php/?node=$1&id=$2 [L,QSA]

RewriteRule ^([^/]+)/?$ index.php/?node=$1 [L,QSA]

php_value post_max_size 1000M
php_value upload_max_filesize 1000M
php_value max_execution_time 6000000
4

0 回答 0