Jump to content

Redirection Htaccess Page D'accueil Sur Index


Recommended Posts

Bonjour,

 

Je souhaiterai rediriger cette page :

/content/category/1-home

sur l'index  (le nom de domaine)

 

J'ai essayé ces 2 choses , ca marche pas :

 

Redirect /index.php?id_cms_category=1&controller=cms http://www.nomdedomaine.fr/

RewriteRule http://www.nomdedomaine.fr/content/category/1-home http://www.nomdedomaine.fr/ [R=301,L]

 

J'ai mis ces règles après ca :

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.sudestappats.fr$
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

 

 

En vous remerciant pour le petit coup de pousse, car google n'est plus mon ami, j'ai trouvé plein de truc, mais hélas, sans succès.Je fais donc appel à votre gentillesse et savoir.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...