Fanatic Posted November 11, 2011 Share Posted November 11, 2011 Greetings. I have an error with my knowledgebase. When I try go to it from the client area I just get a 404 error. Here is the link I got the error from? http://www.hostship.net/knowledgebase/1/Server-Specs.html I think it might have something with .htaccess to do? Do I need to write something into that? 0 Quote Link to comment Share on other sites More sharing options...
Dragonsys Posted November 11, 2011 Share Posted November 11, 2011 sounds like an issue with your mod_rewrite, check out the links below for some info: http://docs.whmcs.com/Support_Center#Search_Engine_Friendly_URLS http://docs.whmcs.com/Support_Tab#KB_SEO_Friendly_URLs 0 Quote Link to comment Share on other sites More sharing options...
Fanatic Posted November 12, 2011 Author Share Posted November 12, 2011 I have SEO Friendly URL enabled. And my .htaccess file have the following content: ------------------ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([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] ------------------ But still it doesn't work. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted November 12, 2011 Share Posted November 12, 2011 Did you recently enable SEO friendly URLs after already having articles created? 0 Quote Link to comment Share on other sites More sharing options...
Fanatic Posted November 13, 2011 Author Share Posted November 13, 2011 Did you recently enable SEO friendly URLs after already having articles created? I did it before making articles 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.