[users@httpd] Location of Web Site Pages

2024-08-20 Thread Lawrence Taylor
Hi I have been trying to find the location of the actual html pages that you see on my website so I can edit them. But in my document root I only have 400.shtml 229 28-Oct-2021 07:25:02 r

RE: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Marc
> I have been trying to find the location of the actual html pages that you > see on my website so I can edit them. But in my document root I only have > > 400.shtml > iew&p=/var/www/html&f=400.shtml#new> 229 28-Oct-2

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
Based on the links you posted, it looks like your server is running cPanel. cPanel stores each website it hosts in its own user directory. You need to figure out which user your website is running as, then look at the public_html directory in the user account's home directory. If a single cPanel ac

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
On Tue, Aug 20, 2024 at 4:25 PM Marc wrote: > what about doing a > > find / -iname '*cse.cgi*' -ls > If anyone comes across this in the future: cse is ConfigServer Explorer, a cPanel plugin that provides a filesystem browser. It has nothing to do with HTTPD or with where the files of the website

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Lawrence Taylor
Thanks Yahuda I will try that!Sent from my iPhoneOn 20 Aug 2024, at 2:28 p.m., Yehuda Katz wrote:Based on the links you posted, it looks like your server is running cPanel. cPanel stores each website it hosts in its own user directory.You need to figure out which user your website is running as,

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Frank Gingras
On Tue, Aug 20, 2024 at 8:18 PM Lawrence Taylor wrote: > Yehuda > > I attach the images of the directories in CPanel for the web site user. > These directories do not have html files. > > What do you suggest now? > > Regards > > Lawrence > > > > On Tue, Aug 20, 2024 at 2:36 PM Lawrence Taylor >

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
You have some kind of PHP application running your website. You can check your .htaccess file for RewriteRule or other directives that affect requests and direct them to the application. There isn't enough information in the screenshots to see whether it is a custom application or something off the

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Yehuda Katz
This is a side issue, but I can see in your screenshots that you are running cPanel version 86. That version is 3+ years out of date and could have security vulnerabilities. You should not expose a server running software which has not been updated in such a long time on the Internet. - Y Sent fr