Anyone else get this error with phpLinkBid. + Green Rep

Discussion in 'Directories' started by prilep, Aug 16, 2007.

  1. #1
    If you go to my blog http://www.randompri.com/blog/ you see that if you click on a link on the top where it says About it redirects you to my bidding directory. Im sure its because of my phplinkbid script, but i have no clue how to fix it. Anyone know??

    Thanks

    - Prilep :D
     
    prilep, Aug 16, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    This is just a semi-educated guess. The .htacess file for the domain has an onerror redirect to the main page of the site which is your bid directory.

    If you create an about page it should solve the problem.
    You can test that with something as simple as Coming soon on your about page.
     
    Colbyt, Aug 16, 2007 IP
    prilep likes this.
  3. prilep

    prilep Well-Known Member

    Messages:
    3,852
    Likes Received:
    228
    Best Answers:
    0
    Trophy Points:
    185
    #3
    What do you mean create an about page? There already is.

    - Prilep :D
     
    prilep, Aug 16, 2007 IP
  4. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #4
    did you upload the htaccess file when you installed wordpress. That is surely the error.
     
    mikey1090, Aug 16, 2007 IP
  5. prilep

    prilep Well-Known Member

    Messages:
    3,852
    Likes Received:
    228
    Best Answers:
    0
    Trophy Points:
    185
    #5
    Umm there isn't an htaccess file in my wordpress folder. I downloaded 2.2

    - Prilep :D
     
    prilep, Aug 16, 2007 IP
  6. Ibn Juferi

    Ibn Juferi Prominent Member

    Messages:
    6,221
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    310
    #6
    Hmm I can see the blog. No error as you described, did you fix it?
     
    Ibn Juferi, Aug 16, 2007 IP
    prilep likes this.
  7. prilep

    prilep Well-Known Member

    Messages:
    3,852
    Likes Received:
    228
    Best Answers:
    0
    Trophy Points:
    185
    #7
    prilep, Aug 16, 2007 IP
  8. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #8
    create a file called .htacess in you /blog directory

    add this code

    
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    
    
    Code (markup):
     
    mikey1090, Aug 16, 2007 IP
  9. prilep

    prilep Well-Known Member

    Messages:
    3,852
    Likes Received:
    228
    Best Answers:
    0
    Trophy Points:
    185
    #9
    Thanks mikey! Now it works. Hope this doesn't mess up my phplinkBid. I can't give green rep to you because i already gave you one before so i have to spread some more love haah.

    - Prilep :D
     
    prilep, Aug 16, 2007 IP
  10. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #10
    Glad i could assist :)

    Take care and good luck
    Mike
     
    mikey1090, Aug 16, 2007 IP