gazpachu Posted April 20, 2009 Share Posted April 20, 2009 I can't see the friendly links in my whmcs knowledgebase articles and the articles are not showing at all. It only shows the vote combobox. http://clientes.webmarket.es/knowledgebase.php My htaccess looks like this: RewriteEngine On # 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] 0 Quote Link to comment Share on other sites More sharing options...
gazpachu Posted July 23, 2009 Author Share Posted July 23, 2009 Still having this problem. Help please 0 Quote Link to comment Share on other sites More sharing options...
blymp Posted August 18, 2009 Share Posted August 18, 2009 Your WHMCS is installed on a folder in your /root (/public_html)? Your .htaccess is set as invisible? . "ponto en el inicio" 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.