Page 1 of 1

Hiding URL

Posted: Tue Nov 22, 2022 10:42 am
by petejos
Hi Pablo,

How can I hide the URL for my website?

Re: Hiding URL

Posted: Tue Nov 22, 2022 10:52 am
by BaconFries
How is this related to the software? If you hide the url how do you expect any visitors?

Re: Hiding URL

Posted: Tue Nov 22, 2022 12:52 pm
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.