change in URL and cut out of Index.php
-
Mack
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
6 years 8 months ago #6555
by Mack
Hi,
i have a few pages that are on the wrong domain.
https://www.mementi-
urnen.de/index.php/en/ (something )
they should go to
https://www.mementi-
urns.com/ (something)
so i need to cut out the "index.php/en/" and change the URL from
www.mementi-urnen.de/
to:
www.mementi-urns.com/
how am i doing this? don't get it to work
thanks
Daniel
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
6 years 8 months ago #6563
by admin
Hi Daniel,
try to create a rule as follow (literally) on the original domain that receive the wrong request:
From URL: mementi-urnen\.de/index\.php/en/
To URL: {scheme}://www.mementi-urns.com{path}{query_full}
Request only: false (unchecked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
Mack
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
6 years 8 months ago #6570
by Mack
Hi,
thanks it works.
i changed the TO code to:
{scheme}://www.mementi-urns.com{pathltrim /index.php/en}{queryfull}
to get rid of the index.php/en/
thanks for your help
Daniel
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.170 seconds