Friday, November 27, 2009

How to install Filezilla Ftp client To ubuntu

Install Filezilla Ftp client to ubuntu

sudo aptitude install filezilla

Tuesday, November 24, 2009

Internal Server Error in ubuntu

1. You Should install mod_rewrite to ubuntu
sudo a2enmod rewrite
thanks

How to enable apache mod_rewrite in Ubuntu

1. you should change AllowOverride None to AllowOverride ALL in virtual host File.
2. you should enable mod_rewrite in the ubuntu operating System.
3 If you want to enable mod rewrite you should add the following command in your terminal.

sudo a2enmod rewrite

thanks.