Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter colindm

    (@colindm)

    Hi
    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 500

    My 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 appreciated

    Thread Starter colindm

    (@colindm)

    Thanks Olga, thats’s very helpful

Viewing 2 replies - 1 through 2 (of 2 total)