Hiding URL

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
petejos
 
 
Posts: 152
Joined: Wed Aug 22, 2012 11:43 am

Hiding URL

Post by petejos »

Hi Pablo,

How can I hide the URL for my website?
User avatar
BaconFries
 
 
Posts: 5788
Joined: Thu Aug 16, 2007 7:32 pm

Re: Hiding URL

Post by BaconFries »

How is this related to the software? If you hide the url how do you expect any visitors?
User avatar
KingSparta
 
 
Posts: 268
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth
Contact:

Re: Hiding URL

Post by KingSparta »

Not sure this is what you're looking for but this will hide some of the URL

<script>
window.history.replaceState('','','/');
</script>

you must put it on every page.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
Post Reply