Bonjour,
Mon site est actuellement https://www.monsite.com mais quand je clique sur mon logo ça redirige vers https://www.monsite.com/index.php et n'arrive pas à configurer correctement le robot.txt il semblerait.
J'ai en effet configuré mon Robot.txt comme ci dessous via un bloc note mais j'ai toujours l'url avec index.php au clic sur mon logo. Si quelqu'un peut corriger mon robot.txt en ce sens ce serait top ! Merci par avance.
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/admin
RewriteCond %{REQUEST_URI} /index.(htm|html|php)$
RewriteCond %{THE_REQUEST} /index.(htm|html|php)
RewriteRule ^(.*)index.(htm|html|php)$ /$1 [R=301,
RewriteCond %{HTTP_HOST} ^we-love-digital.fr$
RewriteRule ^(.*) [URL]http://www.monsite.com/$1[/URL] [QSA,L,R=301]
RedirectPermanent http://www.monsite.com/index.php http://www.monsite.com
Mon site est actuellement https://www.monsite.com mais quand je clique sur mon logo ça redirige vers https://www.monsite.com/index.php et n'arrive pas à configurer correctement le robot.txt il semblerait.
J'ai en effet configuré mon Robot.txt comme ci dessous via un bloc note mais j'ai toujours l'url avec index.php au clic sur mon logo. Si quelqu'un peut corriger mon robot.txt en ce sens ce serait top ! Merci par avance.
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/admin
RewriteCond %{REQUEST_URI} /index.(htm|html|php)$
RewriteCond %{THE_REQUEST} /index.(htm|html|php)
RewriteRule ^(.*)index.(htm|html|php)$ /$1 [R=301,
RewriteCond %{HTTP_HOST} ^we-love-digital.fr$
RewriteRule ^(.*) [URL]http://www.monsite.com/$1[/URL] [QSA,L,R=301]
RedirectPermanent http://www.monsite.com/index.php http://www.monsite.com