Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 484 Bytes

Simple MVC with AltoRouter StyleCI

AltoRouter Example

Install

  • Edit C:\Windows\System32\drivers\etc\hosts file.

  • Example 127.0.0.1 AltoRouter

  • Edit C:\xampp\apache\conf\extra\httpd-vhosts.conf

Example

<VirtualHost *:80>
    ServerName AltoRouter
    DocumentRoot "C:/xampp/htdocs/AltoRouter/public"
</VirtualHost>
  • Restart Xampp