Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 868 Bytes

File metadata and controls

20 lines (12 loc) · 868 Bytes

XAMPP Router - Localhost Router

How can you do this?

Paste the files in this repository into the C:\xampp\htdocs folder.

image

Change your directory and application name variables in routes\location.php

code

What is the point?

When writing page redirects, you can access files directly from the home directory by prefixing the addresses with "/".

Example

You visited the redirect "/list" address or a file in it.
This application will allow you to visit "http://localhost/[path]/[application]/list/".
If you do not use this application, when you want to visit "/list" you will visit "http://localhost/list/".