Home page folder issues

Couple of queries if I may. I have built a website and published it to my public_html folder with my hosting company. All gone well except the home page does not show (https://www.bonscott.net) It appears to have loaded but nothing shows?

The home page within RW shows the folder as “my-page” and is greyed out where as all the other site pages give me the option to add folder name. Any ideas much appreciated.

03

Home pages are always greyed out as they should be at the root level of the domain.

Looking at the page that is at `

It is NOT a rapidweaver page:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <style type="text/css">
            html, body, #partner, iframe {
                height:100%;
                width:100%;
                margin:0;
                padding:0;
                border:0;
                outline:0;
                font-size:100%;
                vertical-align:baseline;
                background:transparent;
            }
            body {
                overflow:hidden;
            }
        </style>
        <meta content="NOW" name="expires">
        <meta content="index, follow, all" name="GOOGLEBOT">
        <meta content="index, follow, all" name="robots">
        <!-- Following Meta-Tag fixes scaling-issues on mobile devices -->
        <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport">
    </head>
    <body>
        <div id="partner"></div>
        <script type="text/javascript">
            document.write(
                    '<script type="text/javascript" language="JavaScript"'
                            + 'src="//sedoparking.com/frmpark/'
                            + window.location.host + '/'
                            + 'livedns'
                            + '/park.js">'
                    + '<\/script>'
            );
        </script>
    </body>
</html>

Is that the only page? Do other pages show up? No matter what I type I get the same page. Looks as though you are using Cloudflare? Do you have some sort of page rules set up in CloudFlare or htaccess rules?

I had to change name servers to cloudflare for the SSL so that must be the issue. I will check that out first. Thanks for getting back to me.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.