javascript - hide url path from address bar -


is there way (using javascript, php or html) hide url address bar?

for example have:

www.mysite.it/public/network.php 

and want only

www.mysite.it/public/ or www.mysite.it/public/# 

my site written in php.

is there way (using javascript , php or html) hide url path address bar?

no, can create .htaccess file:

rewritebase / rewriteengine on  rewriterule ^public/$ public/network.php [l] 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -