how to configuring a xampp web server for different root directory

后端 未结 10 1931
予麋鹿
予麋鹿 2020-12-02 07:17

The web directory is the home of all of your application\'s public and static files. Including images, stylesheets and JavaScript files. It is also where the front controlle

10条回答
  •  自闭症患者
    2020-12-02 07:59

    If you are running xampp on linux based image, to change root directory open:

    /opt/lampp/etc/httpd.conf
    

    Change default document root: DocumentRoot "/opt/lampp/htdocs" and

    to your folder DocumentRoot "/opt/lampp/htdocs/myFolder" and

提交回复
热议问题