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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

v.weird redirection problem

  • 21-07-2006 11:09am
    #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,740 ✭✭✭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,740 ✭✭✭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,521 ✭✭✭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, Registered Users 2 Posts: 3,514 ✭✭✭Rollo Tamasi


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


Advertisement