colindm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: strange URL on my website – cannot deleteMany thanks for all the helpful reples
Forum: Fixing WordPress
In reply to: strange URL on my website – cannot deleteThe URL opens to a block with a string of japanese characters, including this URL: [ Spam URL deleted, don’t post that here ]
Here:
Your search for [ also deleted ] didn’t match any entries
yet when I paste the same URL into the ‘the page I need help with’ link here, then open that link once posted, I get a different page that simply states: ‘your search didn’t match any entries’
Your search for didn’t match any entries:
Suggestions
- Make sure all words are spelled correctly.
- Try different keywords.
- Try more general keywords.
Forum: Fixing WordPress
In reply to: second installation of wordpress on same siteHi
I think I have made all the required changes, as described in the Changing the Site URL link above. But I still get the following:This page isn’t working colinmunrophotography.com is currently unable to handle this request.
HTTP ERROR 500My wordpress install is on
main.colinmunrophotography.com
That also then stopped working.So I undid all the changes and at least got
main.colinmunrophotography.com up and running again.
I tried installing the Simple website redirect plugin. That doesn’t work either.Currently I have only
.well-known
cgi-bin
blog (a seperate wordpress install that opens in colinmunrophotography.com/blog, and does work)I have also tried adding this to the htaccess file in the public_html
RewriteEngine on
RewriteCond %{HTTPS_HOST} ^(www.)?colinmunrophotography.com$
RewriteCond %{REQUEST_URI} !^/main/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /main/$1
RewriteCond %{HTTPS_HOST} ^(www.)?colinmunrophotography.com$
RewriteRule ^(/)?$ main/index.html [L]Currently that is all that is in the htaccess file. But still is doesn’t redirect, it simply takes me to the index of/ for my main site.
I also have a an htacess file in the ‘main’ subdirectory. could that be causing issues?
All help appreciatedForum: Fixing WordPress
In reply to: second installation of wordpress on same siteThanks Olga, thats’s very helpful