WordPress and htaccess

WordPress permalinks and htaccess When you modify the permalinks settings on your WordPress dashboard, these changes will be automatically applied to the .htaccess file, the below images show you how. Empty .htaccess file Immediately after the first access into your WordPress website you’ll find that the .htaccess file was created automatically and put in the …

Apache URL redirection

The Big Picture Do you agree on that “A picture is worth a thousand words“? If so, then you’ll find the following image is the best way for you to see the big picture of what an Apache URL redirections does, all the involved files are exposed in there. Prerequisite There is one prerequisite to …

Installing WordPress

Installing WordPress on CentOS 7 We’ve created a brand new Apache’s Virtual Host and we tested it using a simple, probably the simplest HTML file of all, the next step for us is to replace that file with WordPress because we are going to use that particular CMS (Content Management System) to build our website. …