• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Subdomain creation - POST data not working

D

Damien AUDOUX

Guest
Hello,

As far as i was using Plesk, i could create easily my subdomains and use them.
But for severals days (may be some weeks as i haven't to create subdomain or domain every day), i create the subdomain but i can't use form POST method anymore as the POST data are not retreive on the server side.

Can you help me to resolve that please ?
I have tried to set the PHP version to 5.6, 7.0 and 7.1 without change.

I try this with this very simple code :
PHP:
<html>
<head>
    <title>Test form post data</title>
</head>
<body>
    <?php var_dump($_GET);var_dump($_POST);var_dump($_FILE);var_dump($_PUT);var_dump($_REQUEST); ?>
    <form action="index.php" method="post">
        <input type="text" id="test" name="test" value="" />
        <input type="submit" id="valider" name="valider" value="Valider" />
    </form>
</body>
</html>

Thank you for your help
Regards
Damien
 
Thank you for your answer.
You're right, it was that the problem, it's too bad to not found anything about this on the web.
Thank you again.
 
Back
Top