Hi,
the homepage of my site is different from index.html, do you know how I can change my homepage?
Hi,
the homepage of my site is different from index.html, do you know how I can change my homepage?
Hello
Your index.html has a redirect to home.php:
home.php is like that:HTML Code:<head> <meta http-equiv="refresh" content="0; URL='home.php'" /> </head>
How should it appear?
Bye!