Sunday, 17 November 2024
  6 Replies
  798 Visits
0
Votes
Undo
Hi,
I imported my events onto another website.
The ID numbers are therefore different.
Google redirects to the wrong url.
how to disable 404 redirection in jevents.
I would like to be able to do it with the joomla component
Best regards
mruer01 set the post as Normal priority — 1 year ago
mruer01 set the type of the post as  Issue — 1 year ago
Sunday, 17 November 2024 11:53
·
#236019
0
Votes
Undo
Do you want JEvents to search for a matching event with a different ID - i.e. an event with the same title (and dates if included inthe URL)?

If you don't want a 404 redirect what should JEvents do with these links?
Sunday, 17 November 2024 14:12
·
#236020
0
Votes
Undo
In a search engine, when I click on an old URL, I want to be redirected to the new one

https://www.ruer-formation.fr/intra/4214
https://www.ruer-formation.fr/intra/4214/ms-project-2021-a-distance-dijon-21.html

Redirected to :

https://www.ruer-formation.fr/intra/2368/ms-project-2021-a-distance-dijon-21.html

404 redirected to :
https://www.ruer-formation.fr/intra.html



Another option, keep the same ID in the new site. Do not auto-increment IDs when importing data
Thursday, 21 November 2024 13:03
·
#236039
0
Votes
Undo
The IDs will stay static if your datasource sets a unique UID to each event https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.4.7
Thursday, 21 November 2024 13:30
·
#236044
0
Votes
Undo
Is it possible to manually redirect some events to new pages (as can be done with .htaccess)?
I would like to redirect for example :

https://www.ruer-formation.fr/intra/4214/ms-project-2021-a-distance-dijon-21.html

to

https://www.ruer-formation.fr/intra/2368/ms-project-2021-a-distance-dijon-21.html


No idea ?
Friday, 29 November 2024 13:44
·
#236070
0
Votes
Undo
You could do that with a redirection addon for Joomla or using the core Joomla redirects extension in the backend
Friday, 29 November 2024 14:06
·
#236081
0
Votes
Undo
It's ok this way in .htaccess

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/old-url$
RewriteRule ^(.*)$ /new-url [R=301,L]
  • Page :
  • 1
There are no replies made for this post yet.