Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hiding filename in address box

Status
Not open for further replies.

kazilian

Programmer
Nov 14, 2003
30
US
i know i've seen how to do this on a thread before, somewhere. i looked again, but couldn't find it. i would like to "NOT" display the file name in the browser's address box (i think this is possible). instead of it would be i'm running apache on linux with php. thx in advance.

kazilian
Protector of Wazil
 
In your apache configuration file, add index.php to your DirectoryIndex directive.

Like:
Code:
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
I believe that will do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top