Skip to content

Directory or file style URLs #34

@g105b

Description

@g105b

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions