Jump to content

SEO friendly url problem


shopamok

Recommended Posts

Hi all

I have just changed my url to SEO friendly urls and after some modifications it works. BUT

All my old “I like” posts on my site is lost not saved from m y customers when seo urls are turned on. The strange thing is that when i turn seo freindly urls off the I like data from customers come back.

HOW do I get the I like data to show on product pages when SEO friendly urls are turned ON?

I consider I like posts from visitors a very important marketing tool so hope ypu can help me

Thanks in advance

Link to comment
Share on other sites

  • 4 months later...

@rachmanesha

write this code in your htaccess file

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]



and replace yourdomain.com with your own domain name.

also there is a feature on Cpanel to enable it.

Link to comment
Share on other sites

@rachmanesha

write this code in your htaccess file

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]



and replace yourdomain.com with your own domain name.

also there is a feature on Cpanel to enable it.



Its not working for me here, maybe because my hosting don't over rewrites?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...