Server Is not reading .htaccess File
/var/www/html/lookslady.com/public_html
the website code and the .htaccess file is at above location, but the server is not reading the .htaccess file.
I have already increased the permission of .htaccess file to 777.
Also found the below solution form google:
AllowOverride None
Require all granted
In apache2.config i have changed the AllowOverride None to All, but it throws me Internal Server Error.
Please help me to fix this issue.
Thanks!