• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue a new subdomain sometimes redirect to main domain

dblii

New Pleskian
Hi a new subdomain sometimes redirect to main domain. any other had in the past similar problem? and some other times the page load normally and if i reload i get this page Screenshot this happens very offen each second reload.

Thanks in advance
 
This can be caused by on-the-fly generation of images or other static files. On the first request, Nginx forwards it to Apache, and an .htaccess rule converts the seemingly static file request to a script call. The script generates the content, returns it to the browser and everything is fine. Now, on furthe requests, Nginx cache remembers that it has served that static file before and now tries to serve the content from cache. However, this is not a physical static file, so there is no cached content and the physical location of the file cannot be accessed (because there is no physical location). This can lead to the 404 not found error.

You can try to disable Nginx caching and also set Nginx to exclude static file extensions for the files that are causing the not-found-error.
 
Back
Top