Jump to content

[SOLVED] Error loading page in Front End


Recommended Posts

Thanks for trying to help me crezzur!

what i get is:

 

If I click on Informazioni -> Consegna prestashop loads http://www.lin.it/new/content/1-consegna 

Then I click on Informazioni -> Chi siamo and prestahop seems to load the correct page but show me again the page below

 

Can you confirm that you can load right page clicking the various the menu links?

Link to comment
Share on other sites

The hosting wrote me those settings:

 

 

 

Pannello admin di prestashop:
Parametri avanzati, prestazioni:
Nel pannello: CCC (Combinazione, Compressione e Cache)
 
Smart cache per CSS
 Utilizza CCC per i fogli di stile CSS. 
Smart cache per JavaScript
 Utilizza CCC per il codice JavaScript. 
Minimizzazione HTML
 Minimizza HTML dopo la compilazione dello Smarty. 
Compressione del JavaScript nell'HTML
 Comprimi il Javascript all'interno dell'HTML dopo la compilazione dello Smarty. 
Ottimizzazione Apache
 Sì 
 
Menu "Parametri Avanzati" ----> Webservice
Attiva servizio Web = SI
Attiva il modulo CGI per PHP = SI
 

 

But it didn't resolve the issue..

Link to comment
Share on other sites

My hosting solved this error

 

 

We inform you that the event was generated by mod_expired stated in .htaccess

we proceeded to comment the following items

:

 
#<IfModule mod_expires.c>
#       ExpiresActive On
#       ExpiresByType image/gif "access plus 1 month"
#       ExpiresByType image/jpeg "access plus 1 month"
#       ExpiresByType image/png "access plus 1 month"
#       ExpiresByType text/css "access plus 1 week"
#       ExpiresByType text/javascript "access plus 1 week"
#       ExpiresByType application/javascript "access plus 1 week"
#       ExpiresByType application/x-javascript "access plus 1 week"
#       ExpiresByType image/x-icon "access plus 1 year"
#       ExpiresByType image/svg+xml "access plus 1 year"
#       ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
#       ExpiresByType application/font-woff "access plus 1 year"
#       ExpiresByType application/x-font-woff "access plus 1 year"
#       ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
#       ExpiresByType font/opentype "access plus 1 year"
#       ExpiresByType font/ttf "access plus 1 year"
#       ExpiresByType font/otf "access plus 1 year"
#       ExpiresByType application/x-font-ttf "access plus 1 year"
#       ExpiresByType application/x-font-otf "access plus 1 year"
#</IfModule>
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...