.htaccess给出错误500

时间:2017-08-01 20:51:06

标签: php apache .htaccess

我继承了一些网站,我正在尝试将其迁移到另一个提供商,但显然我的.htaccess文件存在一些问题,因为它进入循环并给出错误500.

这是我的档案,显然重写规则有问题,但我不知道是什么

AddHandler php5.3-fastcgi php
RewriteEngine on

RewriteRule ^css(/)?$ /sheets/ [R] 

RewriteRule ^lang/?([0-9]+)? /index.php?sl=$1
RewriteRule ^photo* /index.php
RewriteRule ^bio* /biography.php
RewriteRule ^albums* /albums.php
RewriteRule ^contact* /contact.php

php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
php_value error_log /home/path/public_html/domain/PHP_errors.log
php_value error_reporting -1
php_value log_errors_max_len 0

0 个答案:

没有答案