• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue 403 after steam login on own website

Chewbacca

New Pleskian
Hello there,
I implemented a steam login on my website with PHP, which works perfectly on my own machine, but as soon as I upload it to my plesk website, I always get a 403 Forbidden after confirming the log in on steam.

The website is forcing HTTP to HTTPS, but its not denying HTTP requests.

thehairy.org
 
Is the document root directory owned by
Code:
psaserv:<subscription username>
and are all files and subdirectories that descend from that path owned by
Code:
psacln:<subscription username>
and is the document root directory set to permisssions 0750?

Are you using Nginx-only hosting in combination with PHP-FPM served by nginx? Or are you using Proxy mode (nginx+Apache) in combination with PHP-FPM served by Apache?

Do you have any rewrite rules in your .htaccess file? Have you checked that all of these are correct, that the scripts are indeed accessible and are indeed delivering a result?

Do you generate images or other static files "on the fly" by PHP-scripts that mimic being an image or other static file? Are you using Nginx caching in combination with this? It might not work that way.
 
Back
Top