URL Problem #en appearing at end of URL

#en is appearing at the end of all my URLs

I have taken off all the languages

I have unticked show language in url for the SEO Addon



this is in the .hta file

ewriteCond %{REQUEST_FILENAME} !.(png|gif|ico|swf|jpe?g|js|css)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]



Not sure if this is messing with my SEO but SEO is not working properly thats for sure



Not sure how to resolve this, this issue does not appear on any other sites we have created with CSCart

[quote name='Samanthar' timestamp='1323237151' post='127410']

#en is appearing at the end of all my URLs

I have taken off all the languages

I have unticked show language in url for the SEO Addon



this is in the .hta file

ewriteCond %{REQUEST_FILENAME} !.(png|gif|ico|swf|jpe?g|js|css)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]



Not sure if this is messing with my SEO but SEO is not working properly thats for sure



Not sure how to resolve this, this issue does not appear on any other sites we have created with CSCart

[/quote]





In my experience this happens when you have a duplicate of the same name

in your seo names.



i.e. You have a product with the seo name “product” and another product with the seo name “product”.

Cs-Cart will automatically append the default language on the end followed by a number increment for

each additional repeated seo name.

[quote name='solesurvivor' timestamp='1323237294' post='127412']

In my experience this happens when you have a duplicate of the same name

in your seo names.



i.e. You have a product with the seo name “product” and another product with the seo name “product”.

Cs-Cart will automatically append the default language on the end followed by a number increment for

each additional repeated seo name.

[/quote]



Thanks… i did look at that first but there doesnt seem to be any double ups and it is also happening on the root url, and pages as well?