sf
When I start with http://127.0.0.1/glossword/1.8/index.php /… ← ProblemsSupportA free dictionary/glossary PHP-script Guest  •  Sign In  •  Register a new account

Problem: #kb-A When I start with http://127.0.0.1/glossword/1.8/index.php /… (1)

  • Status: Solved
  • Topic: Front-End (User interface)
  • Applies to: Glossword 1.8.11
  • When I start with http://127.0.0.1/glossword/1.8/index.php /list/Example+dictionary.xhtml I have the following message:

    HTTP 404.11 - Not Found.

    The request filtering module is configured to deny a request that contains a double escape sequence

    Module: RequestFilteringModule

  • Created: , DmitrySh
  • Modified:

Comments (1)

    • DmitrySh

    It happen when you have configured Glossword to use SEF-mode (Search engine friendly URLs). By default, IIS 7.0 rejects URLs with a double escape sequence. Open file web.config and set allowDoubleEscaping:

    xml
    1. <system.webServer>
    2.   ...
    3.   <security>
    4.     <requestFiltering allowDoubleEscaping="true"/>
    5.   </security>
    6.   ...
    7. </system.webServer>

New comment

Discussion closed.