xo7 Cachewall error

Status
Not open for further replies.

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
When I try to access the Cachewall in cPanel I get "An error has occurred. Please report this problem with our support team."

Username: kolbysx1
 

luwielem

New Member
Messages
5
Reaction score
1
Points
1
Hey you guys, I just want to share what I found in google. So I can't make changes to my project coz of cachewall and I look around in google and saw this https://www.inmotionhosting.com/support/email/htaccess/disable-caching-htaccess I used the example #2 to prevent caching and it works for me. Hope it'll helps :)

# DISABLE CACHING
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
 

karrx10h

Member
Messages
60
Reaction score
6
Points
8
Great contribution. But, as I read, I think it's about client-side (browser) caching. CPanel's Cachewall is server-side caching.

Thanks, anyway.
 

luwielem

New Member
Messages
5
Reaction score
1
Points
1
Not gonna lie, I honestly have a little knowledge about client and server side caching but somehow it works for me ;)
 

greenmet

New Member
Messages
26
Reaction score
1
Points
3
Doesn't look like anything has been done for yet another month...
 
Status
Not open for further replies.
Top