Error with links in Pretty URL
-
In my config file I have set: define('BASE', 'http://site.test/');
In production it works (changing .test to .com), but in the localhost, no one of the links work (css, js, nothing). In view-source I see something like: <link rel="stylesheet" href="http://site.test/assets/bootstrap/css/bootstrap.css">, and if I click on it, it give me the DNS_PROBE_FINISHED_NXDOMAIN message.