chanklish
- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by chanklish-
i think i fixed it .. now the https version takes me to Forbidden You don't have permission to access /cgi-bin/ on this server. Additionally, a 403 Forbidden error was encountered while trying to...
-
You should upgrade your PHP and add ini_set as suggested. You'll know what happened if something does break as the alert mentions and can go right back in and remove it if needed. :) i change the p...
-
Here's a screenshot of where you'd edit this. this work perfectly .thank you i still have these warnings in the firewall, what do you think about them : Check php version [/opt/cpanel/ea-php5...
-
hello again after all this time i was looking to deny access to a certain page except for my public ip i used the below in .htaccess but it is even blocking the ip address i am allowing - i am writ...
-
Add a new .htaccess file into the folder /admin with the code above, replacing the 'file.ext' with login.php and changing the IPs as required worked perfectly ! thank you
-
In your htaccess file, you could try the following format: Order deny,allow Deny from all Allow from 127.0.0.1 Allow from 127.0.0.2 where file.ext is the file yo...
-
What CMS? If Wordpress you could consider using a plugin: Restricted Site Access no a CMS for a regular website not wordpress .. i want to IP restrict it
-
Hello, You can find a similiar thread here: infected files in virtfs This is answered on the following third-party URL: what does this clamAV message mean? Thank you. thank you for your inpu...
-
i am sorry .. i received now this email .. but i did not know what happened with the infected items /home/virtfs/africatc/usr/local/cpanel/cpaddons/cPanel/Blogs/WordPress/upgrade/2.6.5_2.7/diff: H...
-
Hello, Rather than setting up a custom bash script, you may simply want to add the following cron job when using the "crontab -e" command: 0 5 * * * /usr/local/cpanel/3rdparty/bin/clamscan -ir /h...