Do not redirect
-
Hello! I’m trying to make all properties in this site with the structure cicex.es/property redirect to cicex.es/inmobiliaria/property.
I checked regex101.com and tried this:
origin:\/property\/(.*)
destiny: /inmobiliaria\/property\/$1This causes /inmobiliaria/ repetition when clicking from website but nothing happens if I copy the url directly: https://cicex.es/property/la-cala-beach-nuevo-en-la-cala-de-mijas/
Tried also this to prevent repetition, is ok in regex101.com but there’s no redirection:
origin:^\/property\/(.*)
destiny: /inmobiliaria\/property\/$1And also this without success:
origin:https:\/\/cicex.es\/property\/(.*)
destiny: https://cicex.es/inmobiliaria/property/$1I’m sorry to post it here, but what am I missing?
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Do not redirect’ is closed to new replies.