Can someone tell me. The essence of the question is this.
On a new dedicated server, moved the database and files.
Part of the site works - admin, but also not all, through time. The site itself does not open. (I don’t rewrite DNS as I’m not sure about the performance of the site)
Access to the site can be done through the hosts file and set the ip and domain.
The point is, can it really play a role that the NS servers are not registered and the site is incorrectly displayed. Or is this, as I believe, the otmaza of stupid people?
Если подключиться по адресу *.*.*.* через telnet, а потом отправить запрос GET http://site.ru/ HTTP/1.0 - выдается содержимое главной страницы, как оно и должно быть. Так что сам сайт по-видимому работоспособен, а проблема именно в NS-серверах.
This is their answer, to which I do not believe. And here is the connection between the NS servers and the site, which, as a mirror, is transferred from hosting to a separate server. Or am I driving?
I will add. In this scenario, the admin works
AddHandler application / x-httpd-php .html .php
With this, scripts do not work in Html
AddHandler x-httpd-php .html .php
Here is the screen host
42
Here is .htaccess
AddHandler application/x-httpd-php .html .php ErrorDocument 404 /error_404.html ErrorDocument 403 /error_403.html #php_value error_reporting 0 RewriteEngine On # другие адреса главной страницы - кидаем на фасад # все несуществующие адреса - тоже на фасад RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^user(.*)$ /user.php [L]
About telnet they opened a working site. I do not know how, I did not ask. even if I cause an error on the site, I see its type, but they are still
/var/www/...
) and external (http://site.ru/...
). - Sh4dow