• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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