Newbie question i am sure but i still can't figure it out Newbie question i am sure but i still can't figure it out
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Newbie question i am sure but i still can't figure it out

Started by Photojunkie55, December 07, 2006, 12:53:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Photojunkie55

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

Nibbler

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.