htaccess not working after ubuntu 14.04 upgrade

on with 1 Reply

My htaccess was not working after Ubuntu 14.04 upgrade. I realized the issue is with Apache configuration file, because I was allowed to override the Apache configuration while upgrade. So I compared the /etc/apache2/apache2.conf with auto backup file  apache2.conf.dpkg-old. So we have to do the following replace in apache2.conf file to restore the htaccess.

Replace this

Options Indexes FollowSymLinks
AllowOverride None
Require all granted

with

AllowOverride All
Require all granted

Restart your Apache server and check!

sudo service apache2 restart

Cheers

Posted on by .

About Gowri

I am professional web developer with 8+ years experience. PHP, jQuery, WordPress, Angular and Ionic are my key skills in web development. I am working with strong enthusiastic team with spirit. We provide all web related solution like HTML/CSS development, Web graphic design and Logo.

One thought on “htaccess not working after ubuntu 14.04 upgrade

Leave a Reply

Your email address will not be published. Required fields are marked *