php ошибка 403
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
использую XAMPP . В httpd.conf добавил
и
<Directory "C:/tshirtshop">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Спасибо заранее.
Код:
Require all granted
И еще таки посмотри права на папку c:/tshirtshop и на сам файл test.php
Цитата: Defman
Для Directory добавь
Иногда помогает.
И еще таки посмотри права на папку c:/tshirtshop и на сам файл test.php
Код:
Require all granted
И еще таки посмотри права на папку c:/tshirtshop и на сам файл test.php
Заработало, спасибо добрый человек.