I’ve been wondering about making a blog hosting site like blogspot as a bit of a hobby. I figure WordPress would be ideal to use but I’m not 100% on a lot of things related to this. Can I simply create mysql databases and wordpress installs with php functions and keep it secure from possible hacks? Or would the server as a whole need its own software to handle this securely?
Leave a Reply
You must be logged in to post a comment.
WordPress Mu
is a better choice for such site.
Most hosting packages come with one click install of WordPress. I used to have a Netfirms plan that I got for $10! Just click and install as many WordPress sites you need.
Security with WordPress is very strong. They have been around and the software is mature. You wouldn’t be exposing yourself to much danger by templating the site.
You can try WordPress using the WAMP server.
We created an open source script for this purpose, you can find it here http://buckhill.github.io/linux-package-installer-for-wordpress
We wrote an article on how to use it here: https://www.buckhill.co.uk/blog/how-to-automatically-install-wordpress-plus-plugins/6
If you want to contribute to the project, please go ahead 🙂