leking94 Posted March 7, 2009 Share Posted March 7, 2009 bonjourvoici ce qui apparait apres installation chez online -- 2eme installe identiquehttp://www.odyssee-groupe.com/http://www.odyssee-groupe.com/admin123/index.phppeut etre un probleme avec filezilla ? ca m etonne car ca s est bien passé chez ovh. Link to comment Share on other sites More sharing options...
leking94 Posted March 7, 2009 Author Share Posted March 7, 2009 voici htaccessAddType application/x-httpd-php5 .php # URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$2$4 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ cms.php?id_cms=$1 [QSA,L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]# Catch 404 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
leking94 Posted March 7, 2009 Author Share Posted March 7, 2009 resolu probleme avec filezilla transfert en ascii au lieu des 2 Link to comment Share on other sites More sharing options...
Patric Posted March 7, 2009 Share Posted March 7, 2009 Merci d’ajouter [Résolu] au début du titre du topic en éditant ton premier post ! 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