I
I
Ilya Derevyannykh2020-08-13 10:26:00
htaccess
Ilya Derevyannykh, 2020-08-13 10:26:00

How to build a site hierarchy in html?

In .htaccess I remove the name of the folders

RewriteCond %{DOCUMENT_ROOT}/pages/$1 -f
RewriteRule ^(.*)$ pages/$1 [L,QSA]

The page https://example.com/priceis in the pages folder. Further from this page we go to https://example.com/Anticellyulitnyi_massaj.
How to make the address written not https://example.com/Anticellyulitnyi_massaj, but https://example.com/price/Anticellyulitnyi_massaj?

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