i have php project with ci framework. then i install laravel valet. I access my admin page using this domain myprojectname.dev/admin. but the admin page return is 404Page Not found. can somebody help me to fix this ?
Asked
Active
Viewed 1,338 times
0
-
Are You using CodeIgniter + Laravel? – Salim Ibrohimi Sep 20 '17 at 03:38
-
Laravel Valet doesn't support CodeIgniter. – Salim Ibrohimi Sep 20 '17 at 03:40
-
just using code igniter. But I install valet so my local project can be access with domain .dev . Sorry i'm a newbie. I have local project that if i access the web page i.e myprojectname.dev it's work. but if access the admin page i.e myprojectname.dev/admin it doesn't work. 'A Database Error Occurred Error Number: 1055' – Wita Karwila Sep 20 '17 at 09:50
-
If You using `codeigniter`s routing, then You should write like: `myprojectname.dev/index.php/admin`, if You hav not `.htaccess` file in Your root folder – Salim Ibrohimi Sep 20 '17 at 09:54
-
did help to You? :-| – Salim Ibrohimi Sep 20 '17 at 09:59
-
thank you for your reply, Salim :) – Wita Karwila Sep 20 '17 at 10:09
-
did it help to You +1 – Salim Ibrohimi Sep 20 '17 at 10:10
-
yes. it helps me a lot. Thank you :D – Wita Karwila Sep 20 '17 at 10:17
-
if it's help to You can You check it as right answer and upvote; I just add my answer; I will appreciate it if You do – Salim Ibrohimi Sep 20 '17 at 10:19
1 Answers
0
If You using codeigniters routing, then You should write like: myprojectname.dev/index.php/admin
, if You hav not `.htaccess file in Your root folder

Salim Ibrohimi
- 1,351
- 3
- 17
- 35