Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gbradfor

    (@gbradfor)

    Resolved == it was my DNS settings, I had set up Google Domains to forward the domain name to the IP address, instead of creating an A record.
    Thanks
    Geoff

    Thread Starter gbradfor

    (@gbradfor)

    Looks like this is a bitnami issue, I will try posting there.
    Thanks
    Geoff

    Thread Starter gbradfor

    (@gbradfor)

    Thanks. I have done some more investigating. When I change wp-config.php to point to the domain name, and check it with curl (to avoid any browser questions),
    I see that http://gopotatomusic.com redirects to http://52.73.240.32 but also that http://52.73.240.32 redirects to http://gopotatomusic.com, see below.

    So that is my redirect loop.

    Now I think the issue is with the grayed-out URLs in the WP Settings page that point to the IP address. Why are they grayed out? Is there a way to change them?

    Thanks
    Geoff

    bitnami@www:/opt/bitnami/apps/wordpress/htdocs$ curl http://gopotatomusic.com |
    
    <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
    <TITLE>301 Moved</TITLE></HEAD><BODY>
    <H1>301 Moved</H1>
    The document has moved
    <A HREF="http://52.73.240.32/">here</A>.
    </BODY></HTML>
    bitnami@www:/opt/bitnami/apps/wordpress/htdocs$ curl http://gopotatomusic.com
    <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
    <TITLE>301 Moved</TITLE></HEAD><BODY>
    <H1>301 Moved</H1>
    The document has moved
    <A HREF="http://52.73.240.32/">here</A>.
    </BODY></HTML>
    
    bitnami@www:/opt/bitnami/apps/wordpress/htdocs$ curl -v http://52.73.240.32
    * Rebuilt URL to: http://52.73.240.32/
    *   Trying 52.73.240.32...
    * Connected to 52.73.240.32 (52.73.240.32) port 80 (#0)
    > GET / HTTP/1.1
    > Host: 52.73.240.32
    > User-Agent: curl/7.45.0
    > Accept: */*
    >
    < HTTP/1.1 301 Moved Permanently
    < Date: Sun, 12 Jan 2020 16:25:57 GMT
    < Server: Apache
    < X-Powered-By: PHP/7.3.7
    < Expires: Thu, 19 Nov 1981 08:52:00 GMT
    < Cache-Control: no-store, no-cache, must-revalidate
    < Pragma: no-cache
    < X-Redirect-By: WordPress
    < Set-Cookie: PHPSESSID=ke0aok0jtnk64i3nk9u1us3rj5; path=/
    < X-Frame-Options: SAMEORIGIN
    < Vary: Cookie
    < Location: http://gopotatomusic.com/
    < Content-Length: 0
    < Content-Type: text/html; charset=UTF-8
    <
    * Connection #0 to host 52.73.240.32 left intact
Viewing 3 replies - 1 through 3 (of 3 total)