how to solve error 404 in xammp.?? i..e object not found | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to solve error 404 in xammp.?? i..e object not found

16th Apr 2017, 5:36 PM
Vijay Mhaske
Vijay Mhaske - avatar
2 Answers
+ 1
You will get such error only when the object really doesn't exist in your htdocs directory. You don't have to append xampp after localhost because xampp will treat it as an object or a folder under htdocs. if you want to access your blog, make sure you have a blog folder under htdocs and put in your URL localhost/blog
16th Apr 2017, 5:48 PM
Santosh Pothina
Santosh Pothina - avatar
+ 1
you should replace your file in the htdocs folder and put 'localhost/namefile.php'. in this example the file name 'namefile.php'. and remember, you shouldn't forget the extention
16th Apr 2017, 6:53 PM
Elghozi Nasreddine
Elghozi Nasreddine - avatar