index.php redirects to localhost
-
I run my site on WAMP, updated PHP to 7.4.16 and WordPress to latest, and after that:
<!DOCTYPE html>
<html>
<head>
<title>Redirecting…</title>
<meta http-equiv=”refresh” content=”0;url=http://localhost/wordpress”>
</head>
<body>
<script type=”text/javascript”>
window.location = “http://localhost/wordpress”;
</script><p>You are being redirected to http://localhost/wordpress</p>
</body>
</html>`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘index.php redirects to localhost’ is closed to new replies.