• Resolved raleighthings

    (@raleighthings)


    v3.0.1
    Theme Constructor 1.2.3

    Blog has been running fine for months. First page was defined as 1st 20 posts summarized. By this I mean the page people get to when they type in our web site with nothing after the “.com”.

    Then last night I went to add an “about” page. I created the page. Went to the widgets in the control panel and added a page element to the top menu. (mistake?)

    When I went to the site to see how it looked the “about” page was now the main landing page. And when I went back and deleted the page widget the about page was still the main landing page.

    When you type in mydomain.com it takes you to mydomain.com/about-us/

    I’m new at a lot of this but have two questions?

    1. Where did I go wrong?
    2. How can I get my main page back?

    Thank You

Viewing 10 replies - 1 through 10 (of 10 total)
  • if you have a caching or redirection plugin – deactivate it
    test
    re-activate

    Thread Starter raleighthings

    (@raleighthings)

    Redirection was running. De-activating it brought back my first page.

    Thanks

    Now any suggestions as to how to use the plug in and not have the issue. I’ll dig about on my own but would love a pointer or two.

    We had the site running on another blogging package a while back and this plug in allowed me to catch most people going to the old link for the main page. About 12K over 6 months.

    it should be ok to just activate it again

    Thread Starter raleighthings

    (@raleighthings)

    Hmmm. Activating it again brings back the problem.

    All the redirects are for URLs containing /tww/…. and /tww/ does not appear in any of the current word press URLs for the site and I can’t find a reference to the about-us page anywhere in the settings for this plug in either.

    Any ideas or is it maybe just a bug in the plug in? And if so any idea of a replacement? This had handled 7000+ requests for us over 6 months and they are still happening.

    deactivate plugin
    delete wordpress .htaccess
    reset your permalinks
    dashboard – settings – permalinks
    re-activate plugin

    Thread Starter raleighthings

    (@raleighthings)

    Didn’t seem to fix things. When I re-activate the plugin I’m back to my main page being the about page.

    I’m hosted on GoDaddy and here’s the contents of my .htaccess file (old and re-created after deletion are the same)

    # 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

    Any other suggestions?

    TIA

    man I don’t get it – that has always worked
    which redirect plugin do you use?

    Thread Starter raleighthings

    (@raleighthings)

    https://urbangiraffe.com/plugins/redirection/

    I’m open to another choice.

    Thread Starter raleighthings

    (@raleighthings)

    The first one was the one I was using.

    I just installed the second one (simple-301-redirects) and it doesn’t break my main page. I’ll see how things go and report back.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘I lost my main first page’ is closed to new replies.