Archive | Server RSS feed for this section

403 forbidden you don’t have permission to access / on this server

27. April 2010

2 Comments

ShareSolution for the error 403 Forbidden you don’t have permission to access / on this server. This specific HTTP 403 error will only appear on an Apache server.

Continue reading...

Why I left the Rackspace Cloud

27. April 2010

14 Comments

ShareI started using the Rackspace cloud because of Rackspace’s good reputation and of course the ability to host multiple servers on a cloud at an “affordable” price.

Continue reading...

Clear DNS Cache

9. April 2009

4 Comments

Clear DNS Cache

Share Mac OS Tiger Mac OS Leopard I have experienced some problems in the past (and still do from time to time) with opening specific sites from my computer while my internet connection is fine and other sites open without any issues.

Continue reading...

Redirect a Web Page

3. December 2008

4 Comments

Redirect a Web Page

ShareThis article will guide you through the procedure of redirecting a web page properly, the search engine friendly way with HTTP 301 status in order to tell search engines that the page has permanently moved to a different location.

Continue reading...

Install WordPress via Command Line

2. September 2008

3 Comments

Install WordPress via Command Line

ShareI wrote a useful article/tutorial over at BloggingRocket which guides you through the process of installing WordPress with Shell Access. Please feel free to check it out and comment.

Continue reading...

CakePHP Crontab

28. February 2008

5 Comments

ShareDue to the way that CakePHP rewrites URL requests with its router, it might seem confusing to execute a Crontab to run a controller action. I will show you how to set up a cron dispatcher so that you can execute all your different controller action schedules on a single file and pass the controller [...]

Continue reading...

Xampp phpMyAdmin Problem

23. February 2008

6 Comments

ShareI started XAMPP today and tried to open phpMyAdmin (http://localhost/phpmyadmin/) in my browser in order to do some database management. Unfortunately I was presented with the following error message : cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly After playing around [...]

Continue reading...

Linux : Change file/folder owner

20. February 2008

0 Comments

ShareOn a Unix based system, all files and folders belong to a group and a owner. Or rather, an owner and a group has specific permissions to read, write and execute files. So you might need to change the owner of certain files and folders so that you’ll be able to open them, edit them [...]

Continue reading...

MySQL : Transfer database from server to another server

20. February 2008

8 Comments

ShareIn this article, I will show you how to dump a mysql database from one server to another remote server without having to export and import your SQL structure and data. We’ll dump a database directly to another empty database on another, remote server. In order to do this, you’ll need shell access to both [...]

Continue reading...

Server to server file transfers

16. February 2008

1 Comment

Server to server file transfers

ShareServer to server file transfers are relatively easy on a dedicated or virtual private server running Unix. I’ll quickly show you how to use the scp command which acts just about exactly the same as the cp command. It copies all files from a specified source path to a destination path on the remote server [...]

Continue reading...