- Download xampp
- Vind de htdocs folder in de C:
- Clone repo in deze map
- Ga naar C:\xampp\apache\conf\extra\httpd-vhosts.conf
- Zet het volgende in deze file:
<VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/sartheTravel" ServerName travel.local <Directory "C:/xampp/htdocs/sartheTravel"> Options Indexes FollowSymLinks AllowOverride All Require all granted
(check of de directory goed staat voor jouw pc, eventueel kan je die url aanpassen "travel.local")
- Ga naar C:\Windows\System32\drivers\etc\hosts
- Zet het volgende in de file:
127.0.0.1 travel.local
- Save de file als admin
- Start appache op in Xamp, of restart hem
- Navigeer in de browser naar: "travel.local" (of je eigen url)