win服务器,宝塔安装完成后,访问网址报错



win服务器,宝塔安装完成后,访问网址报错

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@example.com 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.

请先 登录 后评论

2 个回答

宋登峰 - 官方技术支持
擅长:tipask,php,服务器,网站建设

apache的配置应该更简单,查一下apache错误日志看看具体原因。

apache下面需要配置一下伪静态规则,同时确认一下php相关扩展是否开启,php-fileinfo,php-gd

Options +FollowSymLinks -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]


请先 登录 后评论
小苏

我也是这个问题,感谢楼上解答

请先 登录 后评论