redirect - Wix Support: Create a page with wild card url -


i have wix website. want create page custom url. briefly want url

www.somedomain.com/books/* 

to redirect created wix page. way possible.

url example:

when ever user types url such as:

www.somedomain.com/books/1 www.somedomain.com/books/2 www.somedomain.com/books/3 www.somedomain.com/books/4 www.somedomain.com/books/5 www.somedomain.com/books/6 

then redirection should created page on wix url is: "www.somedomain.com/books"

assuming meant have full control on www.somedomain.com/books/, redirect using html.

go head tag --> add code:

<meta http-equiv="refresh" content="0; url=yourwixsitehere.com" /> 

if want make shorter, i'm not sure how


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -