Page path starts with... (examples)
Estimated time to complete: 2 minutes
Requirements: An account on NowButtons.com
Example 1
URL in browser: | https://www.domain.com/blog/article-title/ |
---|---|
Setting: | Page path starts with: /blog/ |
Result: | Success! The path of the URL does begin with /blog/ . |
Example 2
URL in browser: | https://www.domain.com/blog/article-title/ |
---|---|
Setting: | Page path starts with: blog |
Result: | Faillure! The forward slash at the beginning is required as a path always starts with a forward slash (/ ). |
Example 3
URL in browser: | https://www.domain.com/blog/article-title/ |
---|---|
Setting: | Page path starts with: /article-title/ |
Result: | Faillure! The path starts with /blog/ . |
Did this answer your question?