启用.htaccess出现500错误!
.htaccess好像没起作用 我开启了服务器的.htaccess功能 结果得到以下结果 我的网站不是放在根目录 所以我加了一句RewriteBase /t/ (t为我的目录名) 问题依旧 希望得到解答!
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.11 (Unix) DAV/2 PHP/5.2.9 Server at bscshop.cn Port 80
我的.htaccess如下
Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteBase /ty/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
[ 本帖最后由 xo181 于 2009-11-1 21:39 编辑 ]