Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question