URL domain masking

Is there a way to mask my url page ? or block to the user copy and paste it ?

2 Likes

Hi! It’s not possible (especially i don’t know how) to do this with our platform. May be you want to close the page under mebers area? Can you describe your usecase more?

i have users that sre able to see some pages.
i don´t want them copying and pasting the url
to enter in these pages further

to see thesepages they need to insert some passwords and especifc log in
login without an email

the univercity send them the password and they use the password to acess these especific pages

with the wix pasword pages it can be done becaus these pages are dynamic and with wix i can´t define one password for one especific dynamic page.

so i need to make a custom password process to the user

So

First part of yout question for sure can’t be achieved, user can always see url of the site and copy paste that. Wix can not control this part, it’s controlled by browser.

But, solution for this case i believe is to create this page dynamically, after redirect from other page (probably passwrods page)
This can be done with custom router - Velo: About Routers | Help Center | Wix.com

But this will need some advanced developer skills from you, it’s one of the most sophisticated abilities of our platform

hi mikhail thanks for your help
it´s already a dynamic page the password page
i´ll see these routers and find if i´m able to do so

for now tks a lot

And BTW, came up with new idea. You can use lightboxes. Lightbox is displayed dynamically, there is no url for lightbox. And with https://www.wix.com/code/reference/wix-window.html#openLightbox
You can pass some data to the lightbox, and display it somewhere on page

Hope this helps

How can i set de lightbox dynamically ?

" If you send a data object to the lightbox, use the getContext() function in the lightbox’s code to access the received data. "
When you use this function to ipen lightbox, you can pass some “data” object there. On lightbox page you can get this data with getContext() function and display it - through passing it to some components values

Can I mask another site and have it show as one of my wix pages?

no, this is not possible. You can show some page in html component, which is regular editor component, but not more

I am trying to mask my Wix website’s domain with a domain I have on Bluehost. Is that possible? If so how do I go about doing that?