Backend fetch failed

Status
Not open for further replies.

sbdv2x10

New Member
Messages
1
Reaction score
0
Points
1
A while ago I disabled caching in .htaccess for development purposes, but now I'm getting 503 errors in the console when images and style sheets are being loaded. How do I fix this?

H2ft6bo.png


My .htaccess:

Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"

# For security reasons, Option followsymlinks cannot be overridden.
# Options +FollowSymlinks
Options +SymLinksIfOwnerMatch
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /$1.php [L,QSA]
RewriteRule ^([^/.]+)/?$ $1.php
 

wimlego55

New Member
Messages
5
Reaction score
0
Points
1
I got 3 websites getting the same problem. The site in x07 is the most important.
Any ETA on when this is going to be fixed?
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hello,

I have made a small adjustment on xo7, which should resolve the intermittent 503 issues. Please could you check again, and let me know whether you are still receiving this error message?

Sorry for the inconvenience.

Thank you,
 
Status
Not open for further replies.
Top