HTML catalog on 2.1.1

Dear,

We are testing 2.1.1 to remplace 2.0.15.

On 2.0.15 we use SEO + html catalog.

SEO is OK but HTML catalog on 2.1.1 is not possible?



How to redirect old URL on 2.0.15 (http…/shop/catalog/product1.html) to new URL on 2.1.1 (http…/shop/product1.html)? please.



Best regards

Hello Dzupato,



Same for me. No HTML catalog option in 2.11



But for me I have page 404 when SEO is actived… don’t understand why… Url are Ok with SEO product name, but 404 error.





thanks

Hello,



211 was in subdirectory of my server…



SEO, ok for me when you change :



```php



DirectoryIndex index.html index.php



RewriteEngine on

Some hostings require RewriteBase to be uncommented

Example:

Your store url is http://www.yourcompany.com/store/cart

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /

RewriteCond %{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]



RewriteCond %{REQUEST_FILENAME} ./catalog/.

RewriteCond %{REQUEST_FILENAME} -d

RewriteCond %{REQUEST_FILENAME}/index.html !-f

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





```





with ::

```php

RewriteBase / SUBDIRECTORYNAMESERVER



RewriteCond %{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]



RewriteCond %{REQUEST_FILENAME} ./catalog/.

RewriteCond %{REQUEST_FILENAME} -d

RewriteCond %{REQUEST_FILENAME}/index.html !-f

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





```



So it’s ok for, me.



And for catalog, I think, it’s normal if there is no catalog option in 211 :

[url]CS-Cart Documentation — CS-Cart 4.15.x documentation



DZUPATO, désolé je n’ai pas pu avancer sur ce qu’on avait vu ensemble… Une rentrée de fou ! On s’appelle si tu veux…



GG

Thanks gg96.

See you soon