Barry wrote:
Gregory Machin wrote:
Hi
I would like to know how i would hide my index page so that it is not shown
at the end of the url like how gmail does it and many cms do it ..
And what is it called when one does this ..

Thank you


If you use Apache, what you are looking for is probably the 'DirectoryIndex' directive:
http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex

But it could also be that you mean something that needs 'mod_rewrite', in this case I guess it's better if you search the archives:
http://marc.theaimsgroup.com/?l=php-general&w=2&r=1&s=mod_rewrite&q=b

HTH!
Ciao, Silvio

--
tradeOver | http://www.tradeover.net
...ready to become the King of the World?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to