• When I perform a search on my wordpress installation the results are not showing.

    Instead of the results page, wordpress leads me to the index page.

    I searched on this forum and found that some bugs about this matter were already corrected on old versions of wordpress.

    Any clues? My site is https://www.fisiculturismo.com.br

    Thanks.

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter fisiculturisita

    (@fisiculturisita)

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

    # END WordPress

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Can you spin up a second site (in a different folder) and see if the search works there?

    I’m pretty sure this is something to do with your setup, but that would mean:

    1) Plugins
    2) Theme
    3) Server

    We’ve tested 1 and 2 (you DID remember to turn off all plugins AND change to Twenty Eleven, unmodified, in the same test, right?) so what’s left is 3.

    Thread Starter fisiculturisita

    (@fisiculturisita)

    Sure, I have tested the search in the original Twenty Eleven with no plugins at all. What should I test on my server?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You’re testing, via a separate install, if search works on a plain install of WordPress.

    If it does, you missed something in your other tests.

    Thread Starter fisiculturisita

    (@fisiculturisita)

    Ok, I will install wordpress on a different folder and test it. I guess I will have problems with permalinks and things are not going to work anyway.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Search Result Not Working – redirection to index’ is closed to new replies.