arsepis Posted October 26, 2010 Share Posted October 26, 2010 Bonjour, voila apres avoir généré un fichier htaccess a partir de l'admin ( ne me demandez pas pourquoi j'ai appuyer sur le bouton sanns savoir pourquoi) mon site affiche une page blanche impossible d'y accéder !!!COMMENT FAIRE SVP c'est très emmerdant Merci d'avance pour votre aide Link to comment Share on other sites More sharing options...
bbajc Posted October 26, 2010 Share Posted October 26, 2010 remet un htaccess tout simple du genre celui là : SetEnv PHP_VER 5 SetEnv REGISTER_GLOBALS 0 # Catch 404 errors ErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
jeckyl Posted October 26, 2010 Share Posted October 26, 2010 Bonjour,dans l'htaccess généré par le backoffice vous devez rajouter les variable données par votre hébergeur pour activer le PHP5. Link to comment Share on other sites More sharing options...
arsepis Posted October 26, 2010 Author Share Posted October 26, 2010 # Julien BREUX - htaccess 1and1 - V1# URL rewriting module activationRewriteEngine onRewriteBase /# FORCE WWWRewriteCond %{HTTP_HOST} ^votre-site.com$RewriteRule ^(.*) http://www.votre-site.com/ [QSA,L,R=301]# 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# PHP5AddType x-mapp-php5 .phpAddHandler x-mapp-php5 .php Voila j'ai resolu avec ceci MErci pour votre aide vous m'avez mis sur la voie 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