我尝试使用BlueHost共享IP地址作为我的临时网址使用Codeigniter Framework .

MAINPAGE 在我打开http://69.000.000.000/~glexcorp/example时工作正常 . problem 是我访问其他子页面时,它导致我 404: File Not Found .

htaccess有什么问题吗?

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?/$0 [PT,L]