Welcome Guest, Not a member yet? Register   Sign In
erreur 404 when using upload file
#1

(This post was last modified: 01-07-2020, 11:34 AM by guizmo.)

Hello,

I am using the file upload class with the 2 views and the controllers.

It work at the beginning but I got the 404 error from apache when Im clicking on the upload button after adding a file.

Moreover when I delete my actual base_url= "http://local host/ the problem disapear

Any help ?

Attached Files Thumbnail(s)
       
Reply
#2

In your case your url should be:
http://localhost/PhpProject1/

As that's your "root" url of your page. Your Codeigniter are in a subfolder and not in the root folder.
Reply
#3

Yes I Just Saw my mistake. Thank you !
Reply
#4

(01-08-2020, 12:22 PM)jreklund Wrote: In your case your url should be:
http://localhost/PhpProject1/

As that's your "root" url of your page. Your Codeigniter are in a subfolder and not in the root folder.

Yes I just realize my mistake. Thank you !
Reply




Theme © iAndrew 2016 - Forum software by © MyBB