WordPress is now 13 years old
wordpress.org
WordPress is now 13 years old
1–10 of 66 posts
Re: WordPress is now 13 years old
#2Blogger was bought by Google a few months before WP appeared.
Re: WordPress is now 13 years old
#3- Whitelist IPs for access to your wp_admin and wp_login.
- If you have the skills to automate WordPress updates yourself, remove all write access (except for the uploads folder) from the user WordPress is running as (i.e. www-data). It's all just unzip and untar over the structure of the directory anyways.
- If you remove write access, you might as well block the "cron" as well.
- Limit the WordPress DB user to the usual crud operations; don't let it create or alter tables.
- If you feel like getting really into it, whitelist explicit URLs. Maintaining it isn't really too hard, and it reduces your attack surface significantly.
- Set up even a simple nginx cache in front of WordPress - even a 1-5 minute cache will let your site run on crappy hardware and handle HN or Reddit with a minimum of sweat.
Re: WordPress is now 13 years old
#413 years ago Movable Type and Blogger owned the space. MT was for folks who wanted to install software on their own server, Blogger for those who wanted a hosted option. Blogger was bought by Google a few months before WP appeared.
Re: WordPress is now 13 years old
#5Re: WordPress is now 13 years old
#6A few free safety and performance tips when dealing with wordpress: - Whitelist IPs for access to your wp_admin and wp_login. - If you have the skills to automate WordPress updates yourself, remove all write access (except for the uploads folder) from the user WordPress is running as (i.e. www-data). It's all just unzip and untar over the structure of the directory anyways. - If you remove write access, you might as…
Re: WordPress is now 13 years old
#7A few free safety and performance tips when dealing with wordpress: - Whitelist IPs for access to your wp_admin and wp_login. - If you have the skills to automate WordPress updates yourself, remove all write access (except for the uploads folder) from the user WordPress is running as (i.e. www-data). It's all just unzip and untar over the structure of the directory anyways. - If you remove write access, you might as…
Re: WordPress is now 13 years old
#8A few free safety and performance tips when dealing with wordpress: - Whitelist IPs for access to your wp_admin and wp_login. - If you have the skills to automate WordPress updates yourself, remove all write access (except for the uploads folder) from the user WordPress is running as (i.e. www-data). It's all just unzip and untar over the structure of the directory anyways. - If you remove write access, you might as…
I've seen too many old php apps fall due to files uploaded and executed from /tmp. Bulletin boards, blogs, but this was all 8 years ago.
Re: WordPress is now 13 years old
#9I'm not sure if it's me, but when ever I see WordPress in a news article, the first association is always with 'Mass Hacks'...
...most of the sites with really important data have long since migrated away. Haha
Re: WordPress is now 13 years old
#10If you hit its (admittedly broad) use case, you are great, but if you go even a little off, its a pain.