• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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