I
I
Ilya Derevyannykh2020-08-09 22:37:18
htaccess
Ilya Derevyannykh, 2020-08-09 22:37:18

How to hide the folder address from the URL but at the same time to load the main page?

Found this solution to hide folder from URL via .htaccess

RewriteCond %{REQUEST_URI} !^/(pages)
RewriteRule (.*) /pages/$1


But then index.php is not loaded, it gives 404.
Maybe there are some other options?

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