|
PHPKB Knowledge Base Script offers Search Engine Friendly URLs (Static URLs) for dynamic knowledge base articles.
Administrator can turn On/Off this feature of "Use SEO Friendly URLs?" from the Knowledgebase Settings screen in the PHPKB Admin Control Panel. So, With this feature in place you can feel safe about the knowledgebase articles getting indexed by search engines.
So, Instead of having URLs like
http://www.knowledgebase-script.com/test-demo/question.php?ID=31
Now, PHPKB will display them as
http://www.knowledgebase-script.com/test-demo/article-31.html
Static URLs are known to be better than Dynamic URLs for a number of reasons:
- Static URLs typically rank better in search engines.
- Search engines are known to index the content of dynamic pages much more slowly than that of static pages.
- Static URLs look friendlier to end users.
Requirements for this Feature
- Apache Web Server with mod_rewrite()
- .htaccess file support
|