In Progress CPANEL-42899 - Header Response

Operating System & Version
CentOS v7.9.2009 STANDARD standard
cPanel & WHM Version
110.0.7

KTG

Registered
Jun 3, 2023
4
0
1
Lafayette, IN
cPanel Access Level
Root Administrator
When I inspect I get two returns for the same thing - how do I eliminate one of these?

Cache-Controlno-cache, no-store, must-revalidate, private
Cache-Controlno-cache, no-store, must-revalidate, private
 
Last edited by a moderator:

ResellerWiz

Well-Known Member
Mar 24, 2023
150
66
103
USA
cPanel Access Level
Root Administrator
Twitter
Check your .htaccess file in the root of your site's main folder (typically public_html).

.htaccess is a system/hidden file, so in File Manager you'll need to enable "Show Hidden Files" in your File Manager settings (found at the top right in File Manager).
 

KTG

Registered
Jun 3, 2023
4
0
1
Lafayette, IN
cPanel Access Level
Root Administrator
If I go to webmail.myowndomain.com in firefox
Right click in open space and choose "Inspect"
Network
Reload
Click on the top item it then loads the responses and at the top I see the following twice, I need to figure out how to get rid of these so it doesn't duplicate

I see the following twice
Cache-Control
no-cache, no-store, must-revalidate, private
 
Last edited by a moderator:

KTG

Registered
Jun 3, 2023
4
0
1
Lafayette, IN
cPanel Access Level
Root Administrator
Check your .htaccess file in the root of your site's main folder (typically public_html).

.htaccess is a system/hidden file, so in File Manager you'll need to enable "Show Hidden Files" in your File Manager settings (found at the top right in File Manager).

Below is the content of my .htaccess file

#blank .htaccess

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56†package as the default “PHP†programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,557
2,610
363
cPanel Access Level
Root Administrator
The developers were interested in checking this out, so I've created case CPANEL-42899 to have them take a look. I can't say for sure when (or if) the issue will be resolved, but I'll be sure to post updates as I hear them!