Category Archives: Hosting

Asterisk Setup – 404 Not Found

If you’re getting a 404 Page Not Found error when you’re trying to access your Asterisk web gui on http://localhost:8088 (by default), it’s because you need to create a symbolic link to /usr/share/asterisk/static-http, do the following and all should be … Continue reading

Share
Posted in Apache, Hosting, linux, Programming, Tutorials | Leave a comment

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

Share
Posted in Apache, Help, Hosting, linux, PHP, Programming, Tutorials, Web | Tagged | Leave a comment

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

Share
Posted in Analytics, Client-Server, Database, Domain Name, Hosting, Programming, Project, Tutorials, video, Web, Woopra | Tagged , | 9 Comments

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

Share
Posted in Database, Hosting, Tutorials, Web, Wordpress | 1 Comment

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

Share
Posted in Domain Name, Hosting, Tutorials, Web | 4 Comments