What is the default WordPress database table prefix?
wp-
Why would a website owner want to disable hot linking?
To prevent unauthorized usage of bandwidth.
To avoid having broken links on the website.
What does SSL stand for in terms of website security?
Secure Sockets Layer.
What is the default prefix for all WordPress database tables?
wp
What might a hacker do once they've gained access to your WordPress site?
They might redirect your site to another website.
What is one of the first things you should do if you suspect your site has been hacked?
Conduct a scan for malware or other suspicious activity.
What is a consequence of not disabling hot linking?
Increased server resource consumption.
What is an SSL certificate?
A way of verifying a website’s identity then allowing an encrypted connection between servers and browsers.
When changing the WordPress database table prefix, which file needs to be modified?
wp-config.php
What is a website staging environment and why might it be helpful during recovery?
It is a private, duplicate version of your website where you can test updates and fixes without affecting the live site.
What is a potential risk of not hiding the WordPress version number?
Potential security vulnerability.
What happens if a website doesn't have an SSL certificate?
The website is more susceptible to hacking.
What purpose does an SSL certificate serve in protecting your WordPress website?
It encrypts data transferred between your website and your users.
What information does the wp-config.php file contain that is crucial to your WordPress site?
Database connection details.
What could indicate your WordPress website has been hacked?
You're unable to login to your WordPress admin account.
What is a security key?
A random and long string of characters that help with encrypting and decrypting stored information.
What is one benefit of using a security plugin in WordPress?
It can protect your website from various threats.
How does an administrator get an SSL certificate for a site?
Purchasing one if the hosting service does not provide it.
What could be a risk associated with changing the WordPress database table prefix?
It may slow down your website
It can break your site if not done correctly
It could cause your site to lose data
It can result in themes or plugins not working correctly
What is one recommended security best practice for WordPress?
Regularly changing your WordPress login password.
What happens if you change your WordPress Security Keys?
All logged-in users will be automatically logged out.
What is one reason to restrict access to your WordPress site to certain IP addresses?
To prevent unauthorized access or attacks.
What happens if a website doesn't have an SSL certificate?
The website is more susceptible to hacking.
What is the recommended location for storing your WordPress website backup files?
On a cloud storage service.
What is one of the first things you should do if you suspect your site has been hacked?
Conduct a scan for malware or other suspicious activity