Jump to content

error 500 in the front only


Recommended Posts

hi all;
As i know at IIS + php as CGI (the most terrible web server choice for php) some functions like Tools::redirectLink function may not work speacily at 64 bit hardwares. And file funcitons like include() or fwrite() returns errors because of Windows and Unix generates different path info for same files. Some differents Global variables like $_SERVER $_REQUEST (uses many times in prestashop ex:config/defines.inc.php)

As you know using SEF URL with IIS is imposible but its a matter of life or death for e-shop.

should try use with none sef url and .htaccess but firstly i advice find i unix server and use Apache + PHP 5 + Mysql 5

Link to comment
Share on other sites

hi letsbeonline
i mean that IIS dosnt support URL Rewriting as apache mod_rewrite (also support by commerical components). And any .htaccess file does not make sense for IIS. But if your site uses the SEF links content source links (img, js files e.t.c ) will be broken.

So your url have to contain "?" GET query if works in IIS. Like product.php?id_product=10. But serach engines especially Google spiders :) dont like parameters on url. So your pages will be at the bottom of search results.

Link to comment
Share on other sites

@mahmutta You can use friendly URLs on IIS, there's an explanation somewhere in the forum about how to do it.

I still think linux is by far the better way to go, but it's still possible to get it to work with IIS, so the problem must be somewhere else.

Link to comment
Share on other sites

hi tomerg3;
thanks i know, but sorry i think its imposible find a stable and non commerical explanation. Some IIS components are avaible for php rewrite but not stable.
and the other hand im a hotmaster and we setup 500+ prestashop at last year in Turkey. We use also win 2003 - 2008 and Unix centos apache many times. So we learn by trying that IIS never been a good choice for prestashop especially performance and stablity.

Link to comment
Share on other sites

thanks guys i finally found the solution.

I decided to install a new version when it asked me for the first time to give permission to some folder. so i stopped the new installation and gave permission to all the required folder the IUSR permission to right and it worked

thanks again

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...