with successfull I installed ISPconfig on Amazon AMI. I have only a problem. I uploaded a file called "installer.php" in the root of my website. The webpage generated from file have a button. When I click on the button after I completed the form I received error 404 because ngix webserver redirects on this page: http://mywebsite.com/installer.php/installer.php The error isn't in the file because I have tried it on another hosting and it works.
solved! in php.ini is not uncomment the line about fastcgi Add this line to your xxx.vhost file if you want use permalinks in wordpress: Code: location / { when using query string try_files $uri $uri/ /index.php?$args; } If you have subdomain change location path.