mod_rewrite is enabled, I have read a lot of forums, but they do not normally explain on one.
RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} !^www\.domain\.(com|ru)$ RewriteCond %{HTTP_HOST} (www\.)?(.*)\.domain\.(com|ru)$ RewriteCond %{REQUEST_URI} !games/ RewriteRule ^(.*)$ games/%2/$1 Here is an example of such a code, I write it in the root of the site, in .htaccess ... Then, as I try to go to games.domain.ru, I get an error 404, which I did not understand?