somebodysays Posted December 10, 2015 Share Posted December 10, 2015 I just installed the latest prestashop 1.6.1.3 on ubuntu with Nginx 1.8.0. It showed that was successfully installed. And I could get into the dash board. But after opening "http://myshopabcdefg.com", an file "index.php" was downloaded automatically. And it's actually a PHP script. But I didn't want it. I want the 'index.php' script be parsed. I had another php script phpinfo.php, <?php phpinfo(); ?> And it rendered very well. But only the index.php from prestashop was not rendered. How to fix this?? Many thanks! Link to comment Share on other sites More sharing options...
somebodysays Posted December 10, 2015 Author Share Posted December 10, 2015 Someone can help?? Link to comment Share on other sites More sharing options...
somebodysays Posted December 10, 2015 Author Share Posted December 10, 2015 And I found if I added "?" after "index.php" to be "http://mysite.com/index.php?", it would work. Im using Chrome in Linux. It's sooo weird. And if that's in Chromium browser, without "?" it worked. It also worked in Firefox. But it did not work in Chrome browser unless I put a "?" So weird!! Link to comment Share on other sites More sharing options...
somebodysays Posted December 10, 2015 Author Share Posted December 10, 2015 Problem solved! Cache issue. Clean them and it works! Link to comment Share on other sites More sharing options...
Recommended Posts