Hello all, here is my server info:
WHM/cPanel Version: 102.0.11
Linux x86_64 with Centos v7.9209 OS
Apache: 2.4.53
php: 7.4.29
Mysql: 5.7.37
Kernel: 3.10.0-1160.49.1el7.x86_64
Every now and then I am seeing a 404 error when clicking on a login link or option link with a dating site script running on the server.
At first I thought it may be a session issue as I was also logged into the admin in the same browser.
So I used a different computer and logged in with the client user information and after clicking around the profile and other options, the issue occurred a couple of times again.
Here is what I found in my apache error logs:
from this:
which is what I see in my httpd conf file currently.
So my question after all this is should I make those changes as suggested or is there something else going on maybe that I haven't been able to troubleshoot.
Forgot to add that I've checked my csf firewall logs and nothing shows there that could lead to the issue.
I checked with the developer of the script and he tells me it is an issue with my server and not the script.
Also not seeing anything in developer tools>>console regarding the issue ether.
Thanks for the support and patience for the long winded post.
WHM/cPanel Version: 102.0.11
Linux x86_64 with Centos v7.9209 OS
Apache: 2.4.53
php: 7.4.29
Mysql: 5.7.37
Kernel: 3.10.0-1160.49.1el7.x86_64
Every now and then I am seeing a 404 error when clicking on a login link or option link with a dating site script running on the server.
At first I thought it may be a session issue as I was also logged into the admin in the same browser.
So I used a different computer and logged in with the client user information and after clicking around the profile and other options, the issue occurred a couple of times again.
Here is what I found in my apache error logs:
I searched this forum and google and found a few references to changing the httpd conf file to:[Fri Apr 22 14:09:32.097514 2022] [:error] [pid 11778:tid 47447952926464] [client ip address:51602] client denied by server configuration: /home/username/public_html/dating/asset, referer: https://www.website.com/dating/
Code:
<Directory />
Require all granted
</Directory>
Code:
<Directory "/">
AllowOverride All
Options IncludesNOEXEC FollowSymLinks ExecCGI Indexes
</Directory>
So my question after all this is should I make those changes as suggested or is there something else going on maybe that I haven't been able to troubleshoot.
Forgot to add that I've checked my csf firewall logs and nothing shows there that could lead to the issue.
I checked with the developer of the script and he tells me it is an issue with my server and not the script.
Also not seeing anything in developer tools>>console regarding the issue ether.
Thanks for the support and patience for the long winded post.
Last edited: