alepower25 / UpangLMS

Library Management System for PHINMA - University of Pangasinan (Dagupan)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpangLMS Virtual Host (how to run the system)

Library Management System for PHINMA - University of Pangasinan (Dagupan) you need to follow these instructions in order to prevent broken images. i am telling you. real talk.

Under xampp directory:

  1. Go to apache/conf/extra directory
  2. Open httpd-vhosts.conf with Notepad
  3. Paste this at end of the file

<VirtualHost *:80> DocumentRoot "C:\xampp\htdocs[folder name of your project]" ServerAdmin [your email address] ServerName [custom url or domain you like]

  1. Replace [folder name of your project] with your project's folder
  2. Replace [your email address] with your email address
  3. Replace [custom url or domain you like] with the domain you like (e.g. librarymanagmentsystem.upang.local)
  4. Open Notepad as an administrator (right click notepad and click run as administrator)
  5. When a prompt shows up, click yes
  6. Click File > Open
  7. Go to C:\Windows\System32\drivers\etc
  8. Select All Files in the dropdown above Open and Cancel
  9. Select hosts and Open
  10. Add this to the last line of the file

127.0.0.1 [custom url or domain you like]

  1. Replace [custom url or domain you like] with the domain/url from Step #6
  2. Save and close notepad.
  3. Stop and Start Apache in Xampp Control Panel

About

Library Management System for PHINMA - University of Pangasinan (Dagupan)