is it possible to hide the paths on the address bar ?

JavaScript and client side scripting.

Moderator: General Moderators

macewan
Forum Commoner
Posts: 97
Joined: Mon Jul 07, 2003 8:27 pm

Post by macewan »

why not just add this to your .htaccess?


Redirect permanent http://www.bob.com/somedir/spiffy.php http://www.bob.com/


*note there is a space between the end of spiffy.php and the beginning of http://www.bob.com/
daisysf
Forum Newbie
Posts: 7
Joined: Tue Apr 08, 2003 4:13 am
Location: Pennsylvania

Post by daisysf »

macewan wrote:why not just add this to your .htaccess?
I don't has access to my ISP's config files and my ISP don't use .htaccess even though its Apache.

I just want to add code to my page(s) to put just my domain ($SERVER_NAME or $HTTP_HOST) in their browser's address-bar.
Post Reply