Skip to content

Sephtonlol/sartheTravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Download xampp
  2. Vind de htdocs folder in de C:
  3. Clone repo in deze map
  4. Ga naar C:\xampp\apache\conf\extra\httpd-vhosts.conf
  5. 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")

  1. Ga naar C:\Windows\System32\drivers\etc\hosts
  2. Zet het volgende in de file:

127.0.0.1 travel.local

  1. Save de file als admin
  2. Start appache op in Xamp, of restart hem
  3. Navigeer in de browser naar: "travel.local" (of je eigen url)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Hack 36.0%
  • CSS 33.4%
  • PHP 20.8%
  • JavaScript 9.8%