I tried to use this function to refresh the page as soon as I entered the site.
if (!isset($_GET ['reload'])) {
header("Refresh:0 url=https://luxurybites.it/?reload=true");
}
But my aim is to refreshare the page only by accessing the site via a specific link For example, by entering through the link "www.urlspecific.it" The page is refreshed. Can you help me or direct me in the right way please?