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
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?
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
You could do that with a redirection addon for Joomla or using the core Joomla redirects extension in the backend
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/old-url$
RewriteRule ^(.*)$ /new-url [R=301,L]
Page :
1
There are no replies made for this post yet.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »