Protected: Registry Booster 2 pesmica
December 4th, 2007
Enter your password to view comments.
Categories: Pesmica
Enable custom Apache .htaccess mod_rewrite files on SuSE linux
1. Edit the file /etc/apache2/default-server.conf with your prefered editor
1. Search for AllowOverride – it should be below the line
2. Change AllowOverride None to AllowOverride All – this will allow custom .htaccess rewrite rules
3. Save your changes and exit
2. run SuSEconfig to update the apache configuration files
3. run /etc/init.d/apache2 restart to restart the Apache server
First, you need to add the optional software repository to your system. From the command line, run: echo "rpm [pcn] ftp://rhel-4:hiptop@rh.apt.clarkconnect.com System extras" > \ /etc/apt/sources.list.d/extras.list apt-get update If you already have PHP/MySQL installed, then run: apt-get dist-upgrade If you do not have PHP/MySQL installed, run: apt-get install cc-php cc-mysql