shahtijani Posted July 19, 2016 Share Posted July 19, 2016 Hello Everyone. We have been trying to get the SEO friendly URLS working but we have not been successful so far. Tried researching online, tried what other users have tried but still not working. We are trying to get SEO friendly URLS for KB(knowledgebase) as well as our cart. We started with KB and its not working so we didn't try for cart.php pages. We have tried enabling the SEO friendly URLS in WHMCS and then renaming the htaccess.txt to .htaccess but it did not work. It gives a 404 not found error. After that i added the following in the .htaccess: Options +FollowSymLinks Options -Indexes Options -MultiViews Still getting 404 error. Is there something else we need to edit or modify. Are we missing anything? 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted July 19, 2016 Share Posted July 19, 2016 Make sure your server has the capability to do redirects. It sounds like it may not A very simple way to test this? Add the following to your .htaccess and then try to access http://yourwhmcspath/test.html . If it redirects to google, then you have the capability for rewrites RewriteEngine On Options +FollowSymLinks RewriteRule ^test\.html http://www.google.com/? [R=301,L] 0 Quote Link to comment Share on other sites More sharing options...
shahtijani Posted July 19, 2016 Author Share Posted July 19, 2016 Yes i tried what you suggested @twhiting9275 And it does not redirect says: site cant be reached. Sound like our server does not have redirect capability, how can i enable the redirect capability? 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted July 19, 2016 Share Posted July 19, 2016 You'll need to bring this up with your server admin, they'll be able to fix this right up for you. 0 Quote Link to comment Share on other sites More sharing options...
shahtijani Posted July 27, 2016 Author Share Posted July 27, 2016 Hi again. The server admin has enabled the Mod Rewrite if that is what you were talking about when you referred to Redirect Capability. But still i cant see SEO friendly URLS for KB. Please help. 0 Quote Link to comment Share on other sites More sharing options...
shahtijani Posted July 28, 2016 Author Share Posted July 28, 2016 Well it was finally resolved and i can get SEO friendly URLs for my knowledgebase. But i need to know how can i get SEO friendly URLs for my product pages. Currently they are something like this: cart.php?gid=1 how can i change these to SEO friendly, any help would be appreciated. Thanks 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted July 28, 2016 Share Posted July 28, 2016 WHMCS doesn't support that at this time. I believe there's a couple of addons that do, but WHMCS out of the box does not support that. 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.