• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue Domain still wants to open old file directory

KoenigHDxd

New Pleskian
Server operating system version
I don't have access to that info
Plesk version and microupdate number
18.0.63
Hey Guys,

I'm still new to the website stuff and I wanted to rebuild my old website I had bought about 10 years ago.
As it had a discontinued cms running on php 5.6, I wanted to build my own website with Wordpress.

I already made a Wordpress site in a sub domain and it worked flawlessly.

But now I wanted to build the actual site on my main domain and the domain still redirects to the old file directory, evnthough there is no .htaccess file on the server anymore.

When i view the sourcecode of the domain it shows this: (I removed the titles and domain for privacy reasons)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="XHTML namespace">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SITE TITLE</title>
<meta http-equiv="refresh" content="1; URL=http://www.domain.com/cms/SITE/index.php">
<meta name="Author" content="AUTHOR">
<meta name="Title" content="SITE TITLE">
<meta name="Publisher" content="PUBLISHER">
<meta name="Copyright" content="COPYRIGHT">
<meta name="Revisit" content="After 5 days">
<meta name="keywords" content="KEYWORDS">
<meta name="Description" content="DESCRIPTION">
<meta name="Abstract" content="ABSTRACT">
<meta name="page-topic" content="TOPIC">
<meta name="page-type" content="TYPE">
<meta name="audience" content="Alle">
<meta name="Robots" content="INDEX,FOLLOW">
<meta name="Robots" content="ALL">
<meta name="Language" content="Deutsch">
</head>
<body>
</body>
</html>

How can I edit this?

Kind regards
KoenigHDxd
 
@KoenigHDxd have you already confirmed the WordPress home and siteurl values? If not, please connect to your server via SSH and execute the following commands:

plesk ext wp-toolkit --wp-cli -instance-id 1 -- option get home
plesk ext wp-toolkit --wp-cli -instance-id 1 -- option get siteurl

Please note that you need to replace 1 with the actual ID of your WordPress instance. To identify the ID, go to WordPress and click the name of the WordPress installation. The ID will be displayed at the end of the URL in the browser.
 
Back
Top