• Resolved jackgym

    (@jackgym)


    Hi

    When I click on my site: https://thewrongsideof50.com it won’t come up. The browser address bar changes to a page that that I’ve recently deleted: https://thewrongsideof50.com/members-only-2/

    The browser says “The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”

    The Home page is on my nav bar but not in the list of pages inside. How do I make my Home page come up when I click on the site URL please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have a look at .htaccess file in your root… use FTP

    Thread Starter jackgym

    (@jackgym)

    Hi donpoky, can you give me more info thanks?

    You know whats FTP? https://codex.www.ads-software.com/FTP_Clients

    Connect to your FTP and download .htaccess to view what’s in it. Share it here

    Must be problem with website URL in WP settings. Did you changed it recently? What did you do last when this problem started

    Thread Starter jackgym

    (@jackgym)

    Hi donpoky, here’s the .htaccess file. The s2Member is a deleted membership plugin.

    # BEGIN s2Member GZIP exclusions
    <IfModule rewrite_module>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
    RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
    RewriteRule .* – [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter jackgym

    (@jackgym)

    This issue has been resolved, thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home page.’ is closed to new replies.