Quote Originally Posted by R0ck$taR View Post
If your using apache2 you can enable the mod_rewrite module by logging in through SSH and type the command.

Code: 
sudo a2enmod rewrite
Restart apache2 so changes take effect

Code: 
sudo /etc/init.d/apache2 restart

this will work on Debian .. hes using kloxo, which mostly means its CentOS.