Jump to content

qemboad

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by qemboad

  1. Hi, More testing.. If I disable in .htaccess below row # Catch 404 errors # ErrorDocument 404 /404.php I get the Litespeed webserver to show the default 404 page, but it is not showing the page that is defined in Litespeed config ErrorDocument 404 /page-not-found 404 Not Found The resource requested could not be found on this server! Powered By LiteSpeed Web Server LiteSpeed Technologies is not responsible for administration and contents of this web site! It seems to be a problem with customized error pages, see this forum http://www.litespeedtech.com/support/forum/showthread.php?t=5455 /BoA
  2. Hi Mike, Same error occurred here also after my hosting company switched over to Litespeed. I'm trying to solve it by changing the settings in CP panel for error document 404 to redirect to /page-not-found instead of 404.php Let you know as soon as server updated from config file ErrorDocument 404 /page-not-found Because I can as some one else in this thread reach "/pagenotfound" when friendly-url is on The strange thing is that the table "pagenotfound" is populated with pages even if the page is not redirected correctly, seems to me like the error occurs when the 404.php tries to redirect to /page-not-found In -htaccess it says RewriteRule ^page-not-found$ /404.php [QSA,L] But after trying and disabled friendly-url, emptied all cache and compile, it was still the same problem, with the difference that I could view the page "/404.php" that did not work when I had friendly-url on, because then "/page-not-found" worked With firebug I get this HTTP/1.1 404 Not Found Content-Encoding: gzip Vary: Accept-Encoding Date: Thu, 08 Nov 2012 12:01:10 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.2.17 Content-Type: text/html; charset=utf-8 Cache-Control: no-cache Location: http://domain.yyy/page-not-found Content-Length: 20 /BoA
  3. Hi, The fault is caused when enabling "Active mode CGI for PHP" under "Tools / Webservice" on certain webhosting servers, among them seems Surftown and GoDaddy. If you disable "Active mode CGI for PHP" then the login wont work under webservices that i s found in PS_SHOP_DOMAIN_SSL/api/ Have not tried, but this might be a solution "If PHP is running in CGI mode and not as apache module, the authentification isn't working anymore as there is no authentification system in CGI mode." http://forge.prestashop.com/browse/PSCFI-4330 /BoA
×
×
  • Create New...