Omg I Need Help!

Discussion in 'Directories' started by tayshikozz, Aug 2, 2008.

  1. #1
    When i put on Url Rewrite to be friendly with search engine look what it show

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, cpbackup@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.



    Is there a way i could repair??plz help
     
    tayshikozz, Aug 2, 2008 IP
  2. swedal

    swedal Notable Member

    Messages:
    3,767
    Likes Received:
    426
    Best Answers:
    0
    Trophy Points:
    230
    #2
    anon could probably assist with that or try The phpld forum.
     
    swedal, Aug 2, 2008 IP
  3. qprojects

    qprojects Peon

    Messages:
    1,901
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can you post/pm the Error Log from your Control Panel?
    It would contain more details about the problem.
     
    qprojects, Aug 2, 2008 IP
  4. roynston

    roynston Banned

    Messages:
    378
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ur server must have "Mod_rewrite" enabled. and then put a .Htaccess file in ur root dir. and chmod it 777.
    Try thne using search engine friendly Url option, might help you. :)
     
    roynston, Aug 2, 2008 IP
  5. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I had the exact same issue yesterday - using phpLD 3.3 - the solution was adding this to the htaccess:

    
    RewriteEngine On
    RewriteBase / 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l 
    RewriteRule .* index.php [QSA,L]
    
    Code (markup):
    Not sure why this fixed it - I found it on another forum and decided I'd give it a go, rather than paying the version 3+ hidden support fees:D
     
    Spider-Man, Aug 2, 2008 IP
  6. kewlchat

    kewlchat Well-Known Member

    Messages:
    1,779
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Remove the rewrite.
     
    kewlchat, Aug 2, 2008 IP
  7. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #7
    I have seen this kind of error on godaddy hosting. Adding a 'RewriteBase /' helps.
     
    jitendraag, Aug 2, 2008 IP
  8. tayshikozz

    tayshikozz Active Member

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Oh thz ill try
    RewriteEngine On
    RewriteBase / 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l 
    RewriteRule .* index.php [QSA,L]
    Code (markup):
    But how do i enabled mod_rewrite and my host is 000webhost(dot)com
     
    tayshikozz, Aug 2, 2008 IP
  9. tayshikozz

    tayshikozz Active Member

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9
    It Works TYVM
     
    tayshikozz, Aug 2, 2008 IP
  10. hhheng

    hhheng Banned

    Messages:
    2,633
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Shall we pay for support for v3+?
     
    hhheng, Aug 2, 2008 IP
  11. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #11
    No, we shouldn't have to - but phpLD expect you to do so. Another reason why I personally prefer phpLynx - because the support is 100% free and done professionally - if you can't follow their support instructions, they'll fix it for you, completely free of charge. There's been numerous posts about phpLD's hidden costs - so expect the little boys and girls to give you red rep for speaking out against it;)
     
    Spider-Man, Aug 3, 2008 IP