How to show Knowledgebase arcticles from WHCMS

Discussion in 'Web Hosting' started by freetemplates.bizhat.com, Sep 26, 2013.

  1. #1
    How to show Knowledgebase arcticles from WHCMS like the attached image ? Knowledgebase.jpg
    i have added the article by login to whcms domainname/honadmin/ - > support - > Knowledgebase - >

    But the below url (domainname/knowledgebase.php) showing

    "Not Found

    The requested URL /knowledgebase.php was not found on this server."
     
  2. freetemplates.bizhat.com

    freetemplates.bizhat.com Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    yes, got it

    1. go to Setup > General Settings > Support and tick the box for "KB SEO Friendly URLs"
    2. Finally, you must also rename the file named htaccess.txt to .htaccess in your root WHMCS directory.
    seems knowledgebase.php not in root folder. other files are there.

    Where i can download it ?
     
  3. freetemplates.bizhat.com

    freetemplates.bizhat.com Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Fixed it.Thanks..

    In knowledgebase added category named "Domain Names" and added article

    When go to sitename/knowledgebase/1/Domain-Names

    Showing "No Articles Found"

    In home page under "Most Popular Articles" post showing.

    url is - sitename/knowledgebase/1/Transferring-Your-Domain-from-GoDaddycom.html

    Conclusion : No article showing in Category page

    How to fix this ?

    Here is my .htaccess


    # Knowledgebase
    RewriteRule k^nowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC]
    RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC]
    RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]