SuluRedirectBundle
SuluRedirectBundle copied to clipboard
Redirect .html url with hostSource
Q | A |
---|---|
Bug? | yes |
New Feature? | no |
Sulu Version | 2.4 |
SuluRedirect Version | Specific version or SHA of a commit |
Browser Version | Browser name and version |
Actual Behavior
When I make a redirection from a source with .html
extension, the redirect is available only if I don't specify sourceHost.
Expected Behavior
Redirect properly when defining a sourceHost.
Steps to Reproduce
source : test.html
sourceHost: your host or 127.0.0.1:8000
target : /
=> 404
source : test.html
sourceHost: empty host
target : /
=> It's 👍