U
U
unlik2019-04-15 23:33:01
htaccess
unlik, 2019-04-15 23:33:01

Correct joomla 301 redirect?

The page is available at
site/index.php/shop/category/product and site/shop/category/product
How to remove duplicates? What would the pages be without index.php

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Valentin, 2019-04-16
@romanko_vn

Need to link the index page to the root of the site

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ https://sait.com/ [R=301,L]

D
dodo512, 2019-04-16
@dodo512

RewriteRule ^index\.php/(.*) /$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question