I
I
Ilya Derevyannykh2020-08-18 10:23:45
htaccess
Ilya Derevyannykh, 2020-08-18 10:23:45

How to redirect from a folder to a file?

This folder contains the usligi.php file.
How to redirect from a folder to a file?
Also in the folder is a file , just in case
Code .htaccess

#Убрать название папки
RewriteCond %{DOCUMENT_ROOT}/pages/$1 -f
RewriteRule ^(.*)$ pages/$1 [L,QSA]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2020-08-18
@shambler81

Do I understand correctly that you need to execute uslugi.php when the url is /page
If yes, then enter in this folder in .htaccess
DirectoryIndex uslugi.php index.php
or if the order is not needed, then simply
DirectoryIndex uslugi.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question