The Fix:
- Navigate to the file "httpd-xampp.conf" mine is "/opt/lampp/etc/extra/httpd-xampp.conf"
- Add "Require all granted" to this block of code
#
AllowOverride AuthConfig Limit Order allow,deny Allow from all # - The result will be
#
AllowOverride AuthConfig Limit Order allow,deny Allow from all Require all granted # - Then restart your lampp
# sudo /opt/lampp/lampp restart #
No comments:
Post a Comment