我创建的子域给我内部错误500
目录结构
home/user/public_html/subdomain.mydomain.com
home/user/public_html/mydomain.com
我设置数据库配置,config base url
$config['base_url'] = 'http://subdomain.mydomian.com.au';
“ subdomain.mydomain.com”目录中的.htaccess文件具有以下代码
RewriteEngine on
RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|js|robots \.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]
它不起作用,在stackoverflow上分配了相同的问题,但对那些答案没有帮助。
这是错误详细信息
内部服务器错误 服务器遇到内部错误或配置错误,无法完成您的请求。
请通过以下网址与服务器管理员联系:“ webmaster@subdomain/mydomain.com.au”,以告知他们该错误发生的时间以及在此错误发生之前您执行的操作。
有关此错误的更多信息,可在服务器错误日志中找到。
此外,尝试使用ErrorDocument来处理请求时,遇到了500 Internal Server Error错误。