Issue :

FrontPage not accepting the password for the  domain. Reinstalling FP Extensions might not resolve this issue.

Fix:

Check the httpd.conf file.
================
<Directory “/”>
AllowOverride None
Allow from all
</Directory>
================
If the Directive ‘AllowOverride’ is set to ‘None’ as shown above then change it to ‘AllowOverride All’
This is a server wide change and if you want to do it for a particular domain ,say example.com, then add the the following  in the VirtualHost entry corresponding to the domain ============================
<Directory /home/examp/public_html>
AllowOverride All
</Directory>
============================
Finally, restart Apache and the issue should be resolved.


Shares
Contact Us On WhatsApp