Jump to content

.HTACCESS SEO Not Working


VirtualRackHost

Recommended Posts

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

 

# 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]

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated