Answers for "xampp 500 internal server error"

0

xampp 500 internal server error

Try editing this part in your httpd.conf and set AllowOverride All

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride All
Or try this:

<Directory />
     AllowOverride All
</Directory>
Posted by: Guest on March-20-2021

Code answers related to "xampp 500 internal server error"

Browse Popular Code Answers by Language