Monthly Archives: January 2011

Apache2 .htaccess RewriteEngine error

To enable .htaccess files on your server, edit “/etc/apache2/sites-available/default” file, change AllowOverride to All NameVirtualHost * <VirtualHost *> ServerAdmin admin@site.com DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow … Continue reading

Posted in Apache, Help, Hosting, linux, PHP, Programming, Tutorials, Web | Tagged | 2 Comments