- Log in to cPanel and look under “File Manager”.
- Locate “public_html”
- Look for the file named “index.
- Right click the index.
- You may select and use the “Use Code Editor” to have a better view on code.
- Edit the Code below and paste to
Subsequently, one may also ask, how can I hide the full URL of my website?
To hide the extension shown in the address bar, you have two options. If you control the server, you can define rules that rewrite the URL based on the one the user is trying to get to. In PHP you can use the . htaccess file to define mod_rewrite rules.
Likewise, how do I hide a URL in Chrome? To get started enter “about:flags” into the Address Bar and hit Enter. Scroll down until you see the listing for Compact Navigation. Enable it and let the browser restart to gain access to the feature. Once the browser has restarted right click on one of the tabs and select Hide the toolbar from the Context Menu.
Thereof, how do I hide my domain name?
Domain registrars offer domain privacy through a service called WHOIS privacy protection. WHOIS privacy protection is a service to protect you from people finding your personal information in the WHOIS records. Buying into this will hide a domain registrant's personal information from public view to keep it private.
How do I hide the address bar in HTML?
var winFeature = 'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes'; window. open('Result. html','null',winFeature); In many solutions, just the location=no attribute can hide the address bar (in both IE & Chrome).
