localhost/hrを使用してCIプロジェクトをブラウザで実行すると、localhost/dashboard/にリダイレクトされます。CodeIgniter Localhostがxamppホーム画面にリダイレクト
さまざまなソリューションを検索しましたが、うまく機能しませんでした。ここでの私の.htaccessファイルがある "のhtdocs/hrで" フォルダ
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
注:のhtdocsフォルダにはの.htaccessファイルはありません。
index.phpファイルを削除して名前を変更し、htdocsにアクセスするとエラーになります。
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
私は間違って何をしているのですか?私のhtdocs/hrの
スクリーンショットフォルダが
あなたのroute.phpには何かがあります – Snm
'$ route ['default_controller'] =" site "; 'RewriteEngine On'の後に$ route ['404_override'] = '' ';' –
' RewriteBase/hr/' – Kamran