Answer the question
In order to leave comments, you need to log in
Why is a 403 error shown in the browser when running php code from the open server?
So I installed OpenServer, created a php folder in the domains folder and put a php file inside it
In which
this code is written
<?php
echo *Hello*;
?>
Answer the question
In order to leave comments, you need to log in
Faced the same problem. Found the following solutions:
1. Edit the Apache config (I do not recommend). The desired config file is opened through the program menu.
<Directory "%ssitedir%/*">
AllowOverride All
# Options -FollowSymLinks +SymLinksIfOwnerMatch
Options -MultiViews +Indexes +FollowSymLinks +IncludesNoExec +Includes +ExecCGI
Require all granted
</Directory>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question