Expand my Community achievements bar.

SOLVED

move from beta url to live url

Avatar

Level 1

i have a url of Contact Us at /contact.html  my Contact US NEW beta contact at / contact1.url 

i want to move the new page to the url contact.html. how can  i accomplish this? 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Couple of options

  1. Use apache rewrite   OR
  2. Create a vanity url (Flush need to take care)  OR
  3. in beta url page include redirect component to point to live url

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Couple of options

  1. Use apache rewrite   OR
  2. Create a vanity url (Flush need to take care)  OR
  3. in beta url page include redirect component to point to live url

Avatar

Level 1

Sham HC wrote...

Couple of options

  1. Use apache rewrite   OR
  2. Create a vanity url (Flush need to take care)  OR
  3. in beta url page include redirect component to point to live url

 

Thank-you for your reply.

I am used to having root access to websites. My normal workflow would be to develop  a new /contactNEW-us.html 

Once done I would rename the current /contact-us.html to  /contactOLD-us.html  

and then rename  /contactNEW-us.html  to /contact-us.html 

Then once all was working I would delete /contactOLD-us.html 

I was hoping to do the equivalent in AEM WCM

possible? i only have author access