adsense

Sunday, February 21, 2021

HTTP Error 500.52 - URL Rewrite Module Error

 When browsing website through IIS you might encounter the following error.

Website is not accessible: HTTP Error 500.52 - URL Rewrite Module Error 

Follow the below steps to resolve this issue.

  • open (IIS) Manager (in windows 10 type "inetmgr" in search windows
  • Navigate to Server name > Sites >your_website > URL rewrite
  • Select each rewrite rule and disable them (Right click  and disable)
  • Enable each rewrite rule (right click and clicking enable)

Cheers

Samitha


Tuesday, February 16, 2021

using carriage return in a HTML tooltip

 If you want to add a line break to HTML tooltip, just press ENTER at the end of each word. Ans example is shown.


<a href="#" title='This

tooltip

shows in

multiple

Lines'>link</a>