VirtualRackHost Posted March 15, 2012 Share Posted March 15, 2012 We are not able get the SEO working at all. The htaccess is not redirecting to the category name of the knowledge base and the knowledge base page such as .html. Any help would be greatly appreciated. 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 15, 2012 Share Posted March 15, 2012 Silly question off the top but General Settings > Other have you ticked the box for seo friendly KB? and renamed to .htaccess ? It should read # KnowledgebaseRewriteRule ^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...
VirtualRackHost Posted March 15, 2012 Author Share Posted March 15, 2012 Its ok to ask a crazy question. We have Google'd so much and no result. We do have that listed in the .htaccess as well. We have also tried to turn off MultiView in Apache and is not working either. basically it will load the first category page, but not the CSS file for the complete template, then when we click an article to view it gives a 404 as it ends in a .html. 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 15, 2012 Share Posted March 15, 2012 uh, dunno do you have some rewrite rule competing in some way. btw on a slight tangent you should rewrite home.php to your canonical url as well. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted March 15, 2012 Share Posted March 15, 2012 Paste your entire .htaccess file. you have something in there that is broken. 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 15, 2012 Share Posted March 15, 2012 Here is a reference file http://pastebin.com/u3kbqRhx though dont paste it since some of those rewrites are not going to work for you. Like las said, something is just broken with your file. 0 Quote Link to comment Share on other sites More sharing options...
VirtualRackHost Posted March 15, 2012 Author Share Posted March 15, 2012 http://pastebin.com/yFcfs4RF - We removed the RewriteEngine On and have it replaced in the file as we speak. 0 Quote Link to comment Share on other sites More sharing options...
VirtualRackHost Posted March 20, 2012 Author Share Posted March 20, 2012 have a look here, please advise. Thanks guys! http://pastebin.com/z453BPEX 0 Quote Link to comment Share on other sites More sharing options...
mach1 Posted April 23, 2012 Share Posted April 23, 2012 VirtualRackHost, Did you have any luck getting SEO friendly URL's working? I'm having the same problem. I've run out of ideas on this one. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
namesonic Posted April 24, 2012 Share Posted April 24, 2012 While setting up .htaccess SEO for pages in our Products section I noticed that a customer who is on the home page is redirected from a http:// to https:// environment and the rewrite is lost in transition. Now that the customer is in the https:// environment, in the product section, subsequent links are rewritten properly. It doesn't sound like that is what your experiencing, but I thought I'd throw that out there anyways. 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.