Ahmed Amayem has written 90 articles

A Web Application Developer Entrepreneur.

Setting Up Pretty Permalinks in WordPress WITHOUT htaccess on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) As shown here, when we setup pretty permalinks using .htaccess we end up having to do it manually. It is also mentioned by Apache that enabling .htaccess causes a performance hit, so why not just configure Apache properly to beging…

Setting Up Pretty Permalinks in WordPress Using htaccess and mod_rewrite on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) Getting pretty permalinks to work properly on WordPress has turned out to be a much more involving process than what I was expecting, which is a bit annoying. None the less we gotta do what we gotta do. Requirements WordPress…

Installing WordPress Step 4: Deciding the Site Root Directory and Moving Files there on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) Requirements MySQL has been installed and secured WordPress Directory has been Installed Using yum Without yum MySQL database for WordPress has been made wp-config.php has been appropriately configured with database settings and security keys Now that our WordPress site has…

Installing WordPress Step 5: Running the WordPress php Install Script

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) Requirements MySQL has been installed and secured WordPress Directory has been Installed Using yum Without yum MySQL database for WordPress has been made wp-config.php has been appropriately configured with database settings and security keys The Site Root Directory has been…

Installing WordPress Step 3: Updating wp-config.php with Database Settings and Security Keys on Linux (CentOS)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) Requirements MySQL has been installed and secured WordPress Directory has been Installed Using yum Without yum MySQL database for WordPress has been made Locating the config file You can find your wp-config.php in your WordPress directory, wherever you installed it.…