How to deactivate all plugins when not able to access the administrative menus?
http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F
http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F
Usually cpanel(WHM) compiles mod_rewrite by default. You can check with this: So you must just activate it in your ‘.htaccess’ using: To check if mod_rewrite module is enabaled, create a new php file in your root folder of your WAMP server. Enter the following phpinfo(); Access your created file from your browser. Ctrl+F to open … Read more
Resources: https://www.sslshopper.com/article-installing-an-ssl-certificate-in-windows-server-2008-iis-7.0.html https://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm
When using ftp to access the server, the following error logs: If you are on a plesk server, Plesk has an article here: https://docs.plesk.com/en-US/onyx/administrator-guide/server-administration/plesk-for-linux-configuring-passive-ftp-mode.74643/ To enable passive FTP mode in Plesk for Linux: Log in to your server via SSH as the root user. Create the /etc/proftpd.d/55-passive-ports.conf file, add the following lines to it, and … Read more
Connect to your server via Remote Desktop Click simultaneously on the Windows logo + R to open the “Run” dialog and execute the “cmd” command Open the registry editor by typing the “regedit” command Search for this registry subkey: Double-click or right-click on the “PortNumber” registry subkey, select the decimal base and type the port … Read more
Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7). In the Connections pane, click Sites. In Features View, select the site for which you … Read more
rogue scripts, with the following two websites being useful for this practice: http://www.stopthehacker.com/ http://www.exploit-db.com/ The following two websites can also be highly useful as additional resources when experiencing a security compromise. http://google.com/webmasters/hacked/ http://stopbadware.org/webmaster-help
Begin by opening the configuration file with your text editor as root: The first option that you may want to change is the port that SSH runs on. Find the line that looks like this: Change this to a different port Reload ssh After saving, don’t exit until you’ve completed these steps. By default, SELinux … Read more
Try this If you do not see the module – then you need to install it.
Useful commands to check if a server is getting ddos’d Show IPs with more than 10 connections open: Show # of connections open per IP Number of connections per IP Haynie’s version(better sorting): Drop ips with 100 or more connections: Graphic netstat connections(# of connections open per host) # netstat -an | grep ESTABLISHED | … Read more