.htaccess php_value auto_prepend_file makes 500 error. How can I fix this?

前端 未结 2 952
迷失自我
迷失自我 2020-12-30 16:04

My .htaccess is as follows:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /school
RewriteRule ^([a-zA-Z0-9]+)/$ index.php?page=$1
RewriteRule ^([a-zA-         


        
2条回答
  •  無奈伤痛
    2020-12-30 16:39

    You could use htscanner PHP module if you want to use php_value in your .htaccess files when running php as a CGI/FastCGI application.

提交回复
热议问题