Enable custom Apache .htaccess mod_rewrite
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
Categories: Uncategorized