我正在尝试将我的网站发布为测试期。例如,我的域是http://my_domain.me和 codeigniter 文件夹(ci),我已将 htaccess 文件编辑如下:
RewriteEngine on
RewriteCond $1!^(index\.php|user_guide|frontend|backend)
RewriteRule ^(.*)$ http://my_domain.me/ci/index.php/$1 [L]
它不起作用,当我请求我的网站时出现错误 500?任何帮助请..