Double Slash Fix

Categories

SEO

Component ID

2345639

Component name

Double Slash Fix

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Small module that will remove a double forward slash from the beginning of request uri. For example:

http://example.com//user

would be redirected to:

http://example.com/user

There are no configuration options or permissions. It's plug and play.