PHP Directory Problems

Discussion in 'PHP' started by emil2k, Jan 18, 2006.

  1. #1
    I have this web directory here http://webhostic.com and for some reason it doesnt show the PR of the sites next to each listing? Any ideas how I can fix this also...

    Also when I make the friendly URL option a Yes it gives me 404 errors when I click on subdirectory? And my server does have mod_rewrite

    Any Ideas?

    THanks for any help :confused:
     
    emil2k, Jan 18, 2006 IP
  2. Big 'G'

    Big 'G' Member

    Messages:
    89
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    48
    #2
    have you modded the script at all....
    With out seeing the .htacces file hard to say why 404 error given
     
    Big 'G', Jan 18, 2006 IP
  3. WhatiFind

    WhatiFind offline

    Messages:
    1,789
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    180
    #3
    I believe these questions could better be asked here: http://www.phplinkdirectory.com/forum/

    If you're host is godaddy it's very likely that mod_rewrite is not supported.

    The mod_rewrite should look like this:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l 
    RewriteRule .* index.php [QSA,L] 
    Code (markup):
     
    WhatiFind, Jan 18, 2006 IP
  4. neterslandreau

    neterslandreau Peon

    Messages:
    279
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    PR is a Google thing and you will have to calculate it yourself. I don't recall exactly where the algorithim is but if you search this forum, I know it's around somewhere.

    Not knowing anything about the software you are using for your site my only advice is to read the docs and experiment.
     
    neterslandreau, Jan 18, 2006 IP
  5. emil2k

    emil2k Well-Known Member

    Messages:
    1,391
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    138
    #5
    So can anybody help me I disabled this option currently but would like to have it fixed...

    I was recommended to ask a guy named David? Can someone please tell him of my problem...
     
    emil2k, Jan 18, 2006 IP