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: 5974
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: 310
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

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, Airborne, Air Assault, and Helicopter Flight Wings.
Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA.
https://MyAAGrapevines.com
Post Reply