Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

v.weird redirection problem

  • 21-07-2006 12:09PM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    I'd say your .htaccess is b0rked

    What's in it?


  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 7,742 ✭✭✭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, Registered Users 2 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, Registered Users 2 Posts: 7,798 ✭✭✭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

    Regards…jmcc



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


    ...


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


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


Advertisement