Bimpra Posted February 19, 2018 Share Posted February 19, 2018 Hello, I am looking for seo module that will work for template six and will work for different languages feeded by geo location. What do you suggest? 0 Quote Link to comment Share on other sites More sharing options...
MaikelVE Posted March 3, 2018 Share Posted March 3, 2018 I’ve found a few that might help: https://marketplace.whmcs.com/product/166 https://marketplace.whmcs.com/product/86 https://whmcsmoduleshop.com/whmcs-modules/seo These are just a few of them. Just use google or search around in the Community and you’ll find more than you think 0 Quote Link to comment Share on other sites More sharing options...
Bimpra Posted March 3, 2018 Author Share Posted March 3, 2018 I have checked this. I am using the first one but it is not multilingual. There are poor reviews with no support for other. 0 Quote Link to comment Share on other sites More sharing options...
MaikelVE Posted March 3, 2018 Share Posted March 3, 2018 The last one seems okay (but no guarantee, I’m not using it). But I’ve found one that’s multilingual: http://www.whmcsseoaddon.com/en/features (But again, no guarantee, I’m not using it) 0 Quote Link to comment Share on other sites More sharing options...
Bimpra Posted March 7, 2018 Author Share Posted March 7, 2018 This last one is working as expected. Although support is not so prompt, I managed to make it work. I changed Setup->General Settings->Friendly URLs to Fully Friendly URL and changed the .htaccess to the following: RewriteEngine On Options +FollowSymLinks Options -Indexes Options -MultiViews # 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] # Next one is for WHMCS Pages <IfModule mod_rewrite.c> RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteRule ^index\.php$ - [L,END] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php?m=pages [L] </IfModule> Hope this will help others. 1 Quote Link to comment Share on other sites More sharing options...
MaikelVE Posted March 7, 2018 Share Posted March 7, 2018 Excellent! 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.