You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume that I have a WordPress post with a URL of http://example.com/2011/10/hello-world. Without hum installed, I can enter the URL http://example.com/hello and WordPress will redirect to the full URL for the above post. With hum installed, it redirects to http://example.com/hello/ (just adds a trailing slash), and loads the front page of the site.
When the requested URL does not explicitly match a hum URL, it should fall back to the standard WordPress logic.
The text was updated successfully, but these errors were encountered:
Assume that I have a WordPress post with a URL of
http://example.com/2011/10/hello-world
. Without hum installed, I can enter the URLhttp://example.com/hello
and WordPress will redirect to the full URL for the above post. With hum installed, it redirects tohttp://example.com/hello/
(just adds a trailing slash), and loads the front page of the site.When the requested URL does not explicitly match a hum URL, it should fall back to the standard WordPress logic.
The text was updated successfully, but these errors were encountered: