• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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