-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Milestone
Description
Within the config file should be a flag to declare if the application is served using directory or file URLs.
For directory style:
example.com/Index.html >301> example.com
example.com/About.html >301> example.com/About
For file style:
example.com >301> example.com/Index.html
example.com/About >301> example.com/About.html
And this must include the case-matching:
example.com/About >301> example.com/About.html