How to show Knowledgebase arcticles from WHCMS like the attached image ? 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."
yes, got it go to Setup > General Settings > Support and tick the box for "KB SEO Friendly URLs" 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 ?
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]