SEF links not working in phpLD any LD wizzes out there?

Discussion in 'Directories' started by cbolts, May 30, 2006.

  1. #1
    Hi,

    I have installed phpLD on two sites now, and I am having the same problem on both.

    When I turn on my SEO friendly links, I get a 500 internal error. Is anyone familiar with this?

    Heres the link to my site www.bloggingabroad.com

    Just click on any category and you will see what i am talking about.

    and heres my htaccess file which looks good to me

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule .* index.php [QSA,L]

    Any help is much much MUCH appreciated.
     
    cbolts, May 30, 2006 IP
  2. cbolts

    cbolts Peon

    Messages:
    151
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    never mind, im going to re install to see how that works.
     
    cbolts, May 30, 2006 IP
  3. cbolts

    cbolts Peon

    Messages:
    151
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    re installed same issue comin up! blast
     
    cbolts, May 30, 2006 IP
  4. munt

    munt Peon

    Messages:
    1,353
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what version are you using?

    my htaccess for 3.05
    has different cat rewite rule
    RewriteRule ^(.*)$ index.php [QSA,L]

    phpld forum should be able to help you
     
    munt, May 30, 2006 IP
  5. EveryQuery

    EveryQuery Well-Known Member

    Messages:
    2,039
    Likes Received:
    366
    Best Answers:
    0
    Trophy Points:
    180
    #5
    Post what version you are using and post your .htacess code. Might get you more help.
     
    EveryQuery, May 30, 2006 IP
  6. droolingmnky

    droolingmnky Well-Known Member

    Messages:
    148
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #6
    There could be two lines in your htaccess file that try to tell php to turn some thing off comment out those two lines and you should be golden.
     
    droolingmnky, May 30, 2006 IP
  7. cbolts

    cbolts Peon

    Messages:
    151
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm using v 2

    And this is what my htaccess looks like:


    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule .* index.php [QSA,L]
     
    cbolts, May 31, 2006 IP
  8. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ask in the phpld forums not here ;)
     
    bobby9101, Jun 1, 2006 IP
  9. paul.martin

    paul.martin Peon

    Messages:
    260
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    are you using phpld under Linux? Windows IIS doesn't support url rewrite (only by a 3rd party ISAPI extension) nor the .htaccess configuration so this may be your problem
     
    paul.martin, Jun 3, 2006 IP
  10. cbolts

    cbolts Peon

    Messages:
    151
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Thanks Paul, I just got it working the other day by adding an extra line of code.
     
    cbolts, Jun 3, 2006 IP