Page 1 of 1

Hiding Script Name

Posted: Tue Jul 10, 2007 7:49 pm
by l9pt5
Is there a way to hide the scripting program name, for example I have a link like

http://myserver.com/myscript.php?id=9999

and I want the user to see only

http://myserver.com/?id=9999

is there a way to do that?

Thanks...

Posted: Tue Jul 10, 2007 8:40 pm
by Zoxive
Easiest way is to make myscript.php => index.php,

or modify your .htaccess file with mod_rewrite,

or set your DirectoryIndex to myscript.php