Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 625 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 625 Bytes

simple-vhost-index

I wanted to create a directory link class for my virtual hosts on my dev box. The features I looked to implement are:

  1. have the index file refer to the server root directory i.e. htdocs for public assets
  2. have the class in the vhost directory
  3. automatically get the correct index files
  4. Be able to ignore index.html in css, js, etc files
  5. make them links
  6. Use PHP iterator classes
  7. Be able to specify which port the host is on

Installation:

  1. Put dirlinks folder in the virtual host directory and create host

I will implement S-UI in the future.