You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I connect on below link, website will auto redirect to new url:
http://localhost:8888/ci4/public/admin redirect to http://localhost:8888/admin
http://localhost:8888/ci4/public/admin/ redirect to http://localhost:8888/admin
http://localhost:8888/ci4/public/admin/auth/ redirect to http://localhost:8888/admin/auth
But when I connect to http://localhost:8888/ci4/public/admin.html; and routes realized that i connect to V_admin Controllers, and website has print contents of admin page.
I think the issue here is when i connect a folders not exists, website will auto redirect to root folder. On my source code, I set V_admin for admin controllers.
My Routes:
When I connect on below link, website will auto redirect to new url:
http://localhost:8888/ci4/public/admin
redirect tohttp://localhost:8888/admin
http://localhost:8888/ci4/public/admin/
redirect tohttp://localhost:8888/admin
http://localhost:8888/ci4/public/admin/auth/
redirect tohttp://localhost:8888/admin/auth
But when I connect to
http://localhost:8888/ci4/public/admin.html
; and routes realized that i connect to V_admin Controllers, and website has print contents of admin page.I think the issue here is when i connect a folders not exists, website will auto redirect to root folder. On my source code, I set V_admin for admin controllers.
My Routes:
I don't know how to fix it or find any problems with my localhost. I used MAMP Pro on Mac Sierra. And CI3 run very well.
The text was updated successfully, but these errors were encountered: