Posts mit dem Label Upgrade werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Upgrade werden angezeigt. Alle Posts anzeigen

Dienstag, 1. März 2016

How to Protect a Website From MalwareIn Feburary 2016 30,

In Feburary 2016 30,
Change the main website password (also known as the web hosting plan password) once a month. Use a combination of numbers, letters and symbols to form a secure password that is hard to guess or crack through hacking programs. For example, the password 'N3409Fn29aa' is harder to guess than 'sunshine29,'
Log in to each PHP script installed and in use (guestbook, blog, mailing list) and change their administrator passwords. Form difficult administrator password for each script that you're using on the website.
Update all scripts that are in use and are planned to be parts of the website in the future. Upgrade to latest available and stable versions by downloading them from the developers' websites. Update any security patches available through the developer. Outdated PHP scripts have insecure coding and are often hacked and injected with malware code.
Remove any scripts that are outdated and no longer in use. Delete the files off the web server or follow uninstall directions if available through your website's control panel.
Disable global directives and variables (which can be used to gain access to administrator panels and inject malware code) from your web hosting account. Alter the '.htaccess' file to secure the website and protect it from this common malice.
Disable 'php_globals'
Log in to your website's root directory using an FTP program. Select 'Show hidden files' from the FTP display options.
Locate a folder called 'public_html' and open it.
Download '.htaccess' from your website to your desktop.
Right-click on the downloaded '.htaccess' file. Select 'Open With - Notepad.'
Type on the first line of the .htaccess file the following code:php_flag register_globals offSave the file and upload back to 'public_html.'
In Feburary 2016 30,