Category Archives: Web
Apache2 .htaccess RewriteEngine error
To enable .htaccess files on your server, edit “/etc/apache2/sites-available/default” file, change AllowOverride to All NameVirtualHost * <VirtualHost *> ServerAdmin admin@site.com DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow … Continue reading
Thinking out loud
It’s been a while I haven’t posted anything so I guess it’s time for that once in a year post lol… This post is not to help you in anything, it’s simply me thinking out loud, writing what’s on my … Continue reading
Apache Url Rewrite for SEO
I’ve been working on a personal business site of mine (I’ll post the link once I’m done), it has been listed in googles index recently and to my surprise I’ve forgotten to optimize the urls on the site and … Continue reading
Woopra Live Web Analytics in Action
I’ve been a beta (actually even pre-alpha ) user of Woopra for a while (one of the first, if not the first), so it’s now time to pay my dues by posting a video about it, the video was made … Continue reading
Live Mail to Gmail
Author: Raymond Abdallah It’s been a long while since I’ve been thinking to change my Windows Live Messenger account from my old Hotmail account to my Gmail one! I wanted to migrate totally from the Microsoft Corp (not totally since … Continue reading
How to install WordPress
Section: II Level: Beginner – Intermediate In the first section, we learned how to register a domain name and a host. In this section, we will take a look on how we can start having a website using that domain … Continue reading
Domain name and Hosting Registration
Section: I Level: Beginner In this section, we’ll take a look on: Why we need a domain name and a host Prices Some personal tips By reading this section, you will learn what a domain name and a host is … Continue reading
How to start your own WebSite!
I’ve always had this in mind but never had the patience to write it, yet when someone asks me “can you help me out with a new website?” I happily sit down and help them out by guiding them step … Continue reading