Should be doable by adding an .htaccess file in the directory which shows a mere list instead of what you want. In the .htaccess file, add the following:
Code:
DirectoryIndex index.html
That should set the default index to <specified name and extension>, regardless of being accessed via the 'shorthand' or not.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
|