Jump to content

Recommended Posts

Pegue o texto abaixo e crie um arquivo chamado htaccess.txt ou baixe o anexo no fórum. Em seguida envie para raiz do WHMCS e renomei para .htaccess

Obs: não esqueça do (.) ponto na frente do .htaccess

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]

Depois vá em http://seuwhmcs.com/admin/configgeneral.php abra a aba Other e veja se a opção KB SEO Friendly URLs está maracada.

[ATTACH]42[/ATTACH]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

Do you agree with our terms?