shopamok Posted February 8, 2011 Share Posted February 8, 2011 Hi allI have just changed my url to SEO friendly urls and after some modifications it works. BUTAll 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 meThanks in advance Link to comment Share on other sites More sharing options...
rachmanesha Posted July 1, 2011 Share Posted July 1, 2011 hi.. buddyI have problem with my friendly url on prestahopI just can acces my site with http://taqwimer.com not for http://www.taqwimer.comI try make .htacces but not workI make two site on google webmaster with taqwimer.com and with www but my site still can't access www.taqwimer.comhave any solutionmy webhosting at webhost.com Link to comment Share on other sites More sharing options...
Abaya Dubai Posted July 8, 2011 Share Posted July 8, 2011 @rachmaneshawrite 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 More sharing options...
GabrielCase Posted July 11, 2011 Share Posted July 11, 2011 Is there a way to get the SEO Friendly URL's working properly? Link to comment Share on other sites More sharing options...
amiegeddes Posted July 11, 2011 Share Posted July 11, 2011 @rachmaneshawrite 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now