Url rewriting avec url ssl (virtuemart et SH404SEF)

Nouveau WRInaute
Bonjour,
je voulais dire que mes url sont réecrites jusqu'à la phase ssl (je suis sous ovh) et là çà ne marche plus.Si j'enlève l'url rewriting, le ssl fonctionne.
En fait il s'agit de ces 2 urls
http://www.nomdomaine.com/répertoire/index.php?page=shop.browse&category_id=1&option=com_virtuemart&Itemid=27
qui s'écrit ainsi avec le SEF
http://www.nomdomaine.com/répertoire/index.php/Voir-tous-les-produits-de-la-boutique.html
et
https://ssl14.ovh.net/~ftp/répertoire/index.php?page=checkout.index&cartReset=N&option=com_virtuemart&Itemid=27
qui s'écrit ainsi avec le SEF
http://www.demo-mtref.com/newbaby/index.php/Voir-le-contenu-de-votre-panier.html

J'ai essayé de réecrire htacces mais en vain

De plus j'ai remarqué que quand on était en https, on ne pouvait plus revenir en http

Quelqu'un aurait-il une solution
Je suis sous joomla 1.0.13 et virtuemart 1.0.14? POUR SH404SEF 1.3.9 - build_357 - Joomla

mon htaccess est:
#--------------------------------------------------
# Répertoire : http://www.demo-mtref.com/newbaby/
#--------------------------------------------------

# Le serveur doit suivre les liens symboliques :
Options +FollowSymlinks

# Activation du module de réécriture d'URL :
RewriteEngine on

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla/MamboDirectory (just / for root)

# RewriteBase /


########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section


########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section

merci à ceux qui repondront
 
WRInaute passionné
ainsi que sur le forum de virtuemart.

enfin je signale que le plugin SEF pour virtuemart est stable... (je l'ai déjà utilisé par le passé) et que le dév de sh404SEF est français et très accessible.
 
Discussions similaires
Haut