How to change xampp localhost to another folder ( outside xampp folder)?

前端 未结 9 1975
闹比i
闹比i 2020-12-01 01:03

How can I change my default xampp localhost c:xampp/htdoc to another folder i.e. c:/alan? When I use the IP address I should be able to view my we

9条回答
  •  不思量自难忘°
    2020-12-01 01:47

    steps :

    1. run your xampp control panel
    2. click the button saying config
    3. select apache( httpd.conf )
    4. find document root

    replace

    DocumentRoot "C:/xampp/htdocs"
    
    

    Those 2 lines

    | C:/xampp/htdocs == current location for root |

    |change C:/xampp/htdocs with any location you want|

    1. save it

    DONE: start apache and go to the localhost see in action [ watch video click here ]

提交回复
热议问题