> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.alertbot.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Monitor Failure Due to Redirect on Non-Redirecting Web Page

A monitor will fail if **Follow Redirects** is set to False and you do not have a foward-slash after the last directory in your URL path. The reason this redirect happens is explained thoroughly in the Related Article listed below named "Unexpected page redirect error caused by Test Scenario misconfiguration". Please see that article for more infomation.  
  
The recommended solution, as outlined in the related article, is that you should end ALL directories in the URL file Path with a forward slash ( / ).  
  
An alternative solution (but not recommended) is to set the Follow Redirects field to "True". This will cause AlertBot to stop reporting an error, however the redirect will continue to happen. The Follow Redirects feature is used to alert you if your website is redirecting when you expect it not to be. By setting the Follow Redirects Field to "True" we will no longer be able to alert you of any unexpected redirects.  
  
**Related Links** 
*   [HTTP 404 Error When Following a Page Redirect](https://abkb.crisp.help/en-us/article/http-404-error-when-following-a-page-redirect-bomm1b/)
*   [Unexpected Page Redirect Error Caused by Test Scenario Misconfiguration](https://abkb.crisp.help/en-us/article/unexpected-page-redirect-error-caused-by-test-scenario-misconfiguration-ksbbm9/)