How to make phpld 2.0 SEO friendly ???

Discussion in 'Directories' started by jimsmith, Sep 5, 2006.

  1. #1
    I am trying to make phpld SEO friendly. I did find a post on phplinkdirectory called SEO friendly search mod, but the link that is given for the tutorial is password protected.

    Can any of you directory owners tell me how you did this??
     
    jimsmith, Sep 5, 2006 IP
  2. loopy62

    loopy62 Peon

    Messages:
    668
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just enable "url re-write" in the admin section and you'll be fine.
     
    loopy62, Sep 5, 2006 IP
  3. jimsmith

    jimsmith Peon

    Messages:
    629
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I just tried your advice, and hovering over a link, it seems to be working, but clicking anything on my directory now gives me this error message:
     
    jimsmith, Sep 5, 2006 IP
  4. irka

    irka Well-Known Member

    Messages:
    1,875
    Likes Received:
    183
    Best Answers:
    0
    Trophy Points:
    185
    #4
    Thats the solution :D, phpld is already seo friendly, just be careful to do not use dynamic urls ?c=11455 stuff.
     
    irka, Sep 5, 2006 IP
  5. jimsmith

    jimsmith Peon

    Messages:
    629
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks guys, somehow i got it working... if it helps anyone, here's what i did,
    enable url rewrite in admin panel,
    .htaccess file
    RewriteEngine On
    RewriteBase / 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l 
    RewriteRule .* index.php [QSA,L] 
    Code (markup):
    i think thats it, not sure how it fixed my 400 error, but there it is...
     
    jimsmith, Sep 5, 2006 IP
  6. ahmershuja

    ahmershuja Peon

    Messages:
    532
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    wonderful Mr. Smith,

    I just copied and paste it, and within a second its working for me, nice threads and 100% helpful
     
    ahmershuja, Dec 23, 2007 IP