M
M
MrZed2021-07-08 01:06:07
PHP
MrZed, 2021-07-08 01:06:07

You do not have access rights to this object?

Hey!
There is a website structure:

spoiler
site.com
    photo
        index.php
    .htaccess
    index.html

File Code
 .htaccess:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

File Code
index.php:
<?php
echo "PHP";
?>


When I go to site.com/photo/ I get an error:
Доступ запрещён!
У Вас нет прав доступа к этому объекту. Файл недоступен для чтения, или сервер не может его прочитать.

Если Вы считаете, что это ошибка сервера, пожалуйста, сообщите об этом веб-мастеру.

Error 403
site.com
Apache

How to do something when you go to site.com/photo/ opened (displayed) on the page index.php file

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question