• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved url with 'bin' in go to 404 error

mudassar

Basic Pleskian
Hi,

We are having an issue with our windows hosted plesk server.
When the term 'bin' is included in the url, we get a 404 error.
so website.com/folder/file.html works fine
but website.com/folder/bin/file.html will incur a 404 error.

Is there a fix for this?

Thanks.
 
So I solved the issue in my own way. Removed 'bin' from hidden segments in the request filtering from IIS. Any advise on why i should leave it there and a work around would be helpful.
I'm using a database at the moment and one of the categories is 'body interior' which is being output as /bin/ so my whole system fails.
 
The /bin/ folder is used within the ASP.NET Framework and get's extra protection via the hidden segments.

If you don't use the bin folder this way you can remove it in IIS from the request filtering.

Everything ok now :)
 
Aah, ok, so there is no real risk by removing it from filtering as we are php on the website.

Thank you!
 
Back
Top