Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

v.weird redirection problem

Options
  • 21-07-2006 12:09pm
    #1
    Registered Users Posts: 3,514 ✭✭✭


    I recently installed my wordpress blog over @ cormcmoylan.com/blog

    But i'm having the following issue:


    There seems to be a redirect in place that brings the user to forum.swsoft.com/member.php?action=getinfo&userid=15028
    everytime they click on the comment link. This also happens to me when i exit out of the admin panel via the preview site link.


    That link is nowhere to be seen in the comment.php / index.php / sidebar.php or the .htaccess file.


    I'm compeletly at a loss as to why this is happening.



    I have tested on three different templates and deactivated all my plugins but i'm still encountering the problem.


    Any ideas?


Comments

  • Registered Users Posts: 7,739 ✭✭✭mneylon


    I'd say your .htaccess is b0rked

    What's in it?


  • Registered Users Posts: 3,514 ✭✭✭Rollo Tamasi


    that's what i thought too but it looks fine to me:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    # END WordPress

    I changed the permalinks settings so that i get urls such as blog/name_of_post/


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Odd

    Couple of things I'd check...

    If you have shell access grep -r the entire /blog directory for the string "swsoft"

    Check the database to make sure that there isn't something in it...


  • Registered Users Posts: 3,514 ✭✭✭Rollo Tamasi


    swsoft does not appear in the db, i ran that shell command too and i got nothing.

    I think i'll resintall wordpress, it's not a great disaster since i only have 4 articles to backup :)

    If the problem happens again after the reinstall....:mad:


  • Registered Users Posts: 7,412 ✭✭✭jmcc


    swsoft does not appear in the db, i ran that shell command too and i got nothing.

    I think i'll resintall wordpress, it's not a great disaster since i only have 4 articles to backup :)

    If the problem happens again after the reinstall....:mad:
    Seems ok now (apart from the typo in the original url).

    Regards...jmcc


  • Advertisement
  • Closed Accounts Posts: 23 x w62CE t4<D@C


    ...


  • Registered Users Posts: 3,514 ✭✭✭Rollo Tamasi


    thanks......x3546 %£^ ^£$ :confused:


Advertisement