There are links like
ex-film.com/pages/registration.php ex-film.com/pages/films.php need to be replaced with links of this type
ex-film.com/registration.php ex-film.com/films.php Wrote such .htaccess, but does not work
RewriteEngine on RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^pages/(.*) http://%{HTTP_HOST}/$1 [R=301,L] RewriteRule ^$1 /pages/$1 [L]
.phpat the end? Make at least some minimal routing using PHP and send requests there - tutankhamun