L
L
lageMul2015-03-24 21:56:23
Layout
lageMul, 2015-03-24 21:56:23

Safari remembered the old ip and lies (puts) on the virtualhost, how to fix it?

Added two new domains to the hosting, both point to the same directory, set up virtualhosts
first

<VirtualHost *:80>
        DocumentRoot "/home/user/public_html/website/"
        ServerName www.newdomen.org
        ServerAlias newdomen.org
        <Directory />
                AllowOverride All
                Options -Indexes
                Order allow,deny
                Allow from all
       </Directory>
</VirtualHost>

second
<VirtualHost *:80>
        DocumentRoot "/home/user/public_html/website/"
        ServerName  www.newdomen.com
        ServerAlias newdomen.com
        <Directory />
                AllowOverride All
                Options -Indexes
                Order allow,deny
                Allow from all
       </Directory>
</VirtualHost>

chrome and other browsers on both domains open the site, safari on one of the domains opens a stub from reg.ru, probably remembered it on the first visit, while when I do cmd + R opens the site, I already cleared the cache and read all the commandments to him, what is wrong with him / me?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Varyukhin, 2018-02-10
@Alizoda

So

S
Sergei, 2015-04-09
@viruhost

try clearing dns cache

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question