I have installed a coppermine gallery here http://www.runescapefaces.com/index.php i need to know how can i make it so other users can open my site just by typing http://www.runescapefaces.com without the index or any other folder like gallery.Thanks in advance
This is not related to Coppermine...
Create a file named .htaccess in your Coppermine directory with the content
DirectoryIndex index.php
If the file already exists then add that code, if it doesn't then create it.
thanks.