Well yes it's late reply. BUT I am still messing with WordPress. LolMOD EDIT: I'm a spammer.... woo woo wooooo!![]()
Yes it is..Is your WordPress install in a directory called mista?
What webserver are you using e.g. Apache, nginx, caddy?
Something weird. "expires: Thu, 19 Nov 1981 08:52:00 GMT"Ah, Apparently you're using LiteSpeed, which is similar to Apache. I would guess that the server root that is configured is not including the directory where WordPress is installed
bump@zbook:~$ curl -I https://www.mistatee.co.uk/mista/
HTTP/2 200
content-type: text/html; charset=UTF-8
set-cookie: PHPSESSID=5ff5b0e0ddbfafc368babbb8423c016a; path=/; secure
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: breakdance_view_count=1; secure
set-cookie: breakdance_session_count=1; secure
set-cookie: breakdance_last_session_id=5ff5b0e0ddbfafc368babbb8423c016a; secure
link: <https://www.mistatee.co.uk/mista/wp-json/>; rel="https://api.w.org/"
link: <https://www.mistatee.co.uk/mista/wp-json/wp/v2/pages/40>; rel="alternate"; type="application/json"
link: <https://www.mistatee.co.uk/mista/>; rel=shortlink
date: Mon, 03 Apr 2023 18:55:36 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
bump@zbook:~$
yep I sort of worked that out BUT whilst I know I can alter .htaccess to get it to open the site this method does not go down well with search engines so I am told.I suspect that the LiteSpeed web server is expecting wordpress to not be installed in a directory. I would try migrating the contents out of the mista directory and place it in the site root, if you don't have the option to change where LiteSpeed is using as the site root.
GuruChanging your .htaccess rules won't have any impact on search engines unless you block the spidering bots from the search engines.
Who is it that you're hosting with?
Sorry mate I fixed it.They don't like writing much in the way of documentation.
https://www.mistatee.co.uk/wp-login.php will get you in to your admin interface.
Possibly but I have always understood the webroot is the 1st level inside public_html. I can live with it the way it is now and I have become more in tune with messing with phpmyadmin and the sql database again so its not all bad.Glad to hear all is working
Do they not five you access to define what the website root is in LiteSpeed? It's often harder when working with hosting providers that have views about how things are done based on their support processes rather than giving flexibility.
Possibly but I have always understood the webroot is the 1st level inside public_html. I can live with it the way it is now and I have become more in tune with messing with phpmyadmin and the sql database again so its not all bad.