• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. I

    Issue website downloads index.php instead of showing it

    2 more days of struggling, searching the internet and trying over and over... but I have it working! So for others running into this, quite a few tutorials are oooold.... But my main error was (and I did not see that!) is that with every new install Plesk would default back to "Fast CGI...
  2. I

    Issue website downloads index.php instead of showing it

    no the httaccess points to httpdocs/pub as it should, simply one directory up. .htaccess is in httpdocs and points to /pub/index.php... but I am getting more and more errors now, since I tried to turn off the proxy mode :-( 599437#0: *12 upstream sent too big header while reading response...
  3. I

    Issue website downloads index.php instead of showing it

    renamed it to htaccess.txt and renamed the one in httpdocs too to htaccess.txt, doesn't do much (I don't think nginx uses it, apache could...), this is the content: RewriteEngine on RewriteCond %{REQUEST_URI} !^/pub/ RewriteCond %{REQUEST_URI} !^/setup/ RewriteCond %{REQUEST_URI} !^/update/...
  4. I

    Issue website downloads index.php instead of showing it

    If you set it to no it will simply go to 404 not found
  5. I

    Issue website downloads index.php instead of showing it

    No. What docker container? Where does it mention a docker container? The steps I followed come from a "How to run Magento 2 on Plesk Obsidian 18 without Docker". I am simply trying to run a Magento 2 website. No docker container.
  6. I

    Issue website downloads index.php instead of showing it

    I may be new to Plesk, but I have been doing server installations for over 18 years. I just thought I would give Plesk a try as CPanel is end of life and I did not want to do another DirectAdmin (I do regret that now). As said before, I have uploaded and created quite a few index.php and...
  7. I

    Issue website downloads index.php instead of showing it

    and one more thing, if you push the "view the phpinfo page" link, it displays that totally fine. That is php code too...
  8. I

    Issue website downloads index.php instead of showing it

    yes, php8.3 running. Yes root is pointing to the right place (if I change it to some place else and put a simple index.php there it will download that too and I can see the difference when I open the download: <?php echo "hi from httpdocs"; ?> or <?php echo "hi from pub"; ?> so on and so on). I...
  9. I

    Issue website downloads index.php instead of showing it

    yes, php8.3 running. Yes root is pointing to the right place (if I change it to some place else and put a simple index.php there it will download that too and I can see the difference when I open the download: <?php echo "hi from httpdocs"; ?> or <?php echo "hi from pub"; ?> so on and so on)...
  10. I

    Issue website downloads index.php instead of showing it

    Hello, after struggling with a 403 Forbidden issue I know can actually approach my site but! It tries to download the index.php instead of showing it! None of my other sites have this issue... Plesk version Plesk Obsidian 18.0.71 (newest), PHP 8.3.23 run as FastCGI application served by Apache...
  11. I

    Input How to run Magento 2 on Plesk Obsidian 18 without Docker

    I have followed all the steps and it installs but when I try to access the site I get a 403 Forbidden The logs say: Cannot serve directory /var/www/vhosts/exampleshop.com/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm,index.shtml) found, and...
  12. I

    Question how to reach docker container with opensearch?

    Hello, I have Plesk Obsidian 18.x.x and I have created a docker container that runs OpenSearch. The container name is opensearch and has user admin and password (let's say it is mypassword123#) and manual mapping 9200 to 33136 (and more but I need the 9200 mainly). On my domain I have made a...
Back
Top