Object not found - XAMPP

后端 未结 3 802
难免孤独
难免孤独 2021-01-14 16:33

I recently installed XAMPP on my laptop - windows-7 64-bit. I just wrote a very basic and elementary \"Hello World\" script in HTML. But, however when i\'m trying to run it,

相关标签:
3条回答
  • 2021-01-14 17:11

    if problem is in linux Folders not should be cut from Windows into Linux folders permissions not set . change it

    0 讨论(0)
  • 2021-01-14 17:23

    You just need to change the root of project from xampp/apache/htdocs to xampp/htdocs.

    I mean your project folder has to be in xampp/htdocs root .(e.g: xampp/htdocs/project).

    And your project address will be localhost/project

    0 讨论(0)
  • 2021-01-14 17:32

    It seems xampp is not able to locate your file.

    Check DocumentRoot setting in XAMPP\apache\conf\httpd.conf to find currently it is pointing to which folder.

    If you want you can point it to some other folder like,

    D:/phpprojects/

    By the way, You sure htdocs is in xampp/apache/htdocs ? Mine is in xampp/htdocs.

    0 讨论(0)
提交回复
热议问题