标签: .htaccess joomla1.5 internal-server-error
请帮助我joomla 1.5。 我的网站上有内部服务器错误,请给我正确的解决方法。
错误日志:
/home/xxx/public_html/.htaccess: Option FollowSymLinks not allowed here
答案 0 :(得分:1)
在.htaccess文件中,尝试评论该行:
Options +FollowSymLinks
错误可能是因为apache httpd主虚拟主机配置不允许您使用Options。
Options