Hi Sckavy,
I don’t think there is any solution to this issue. Its dependent on the server config…
An example of Directory index setting in apache server :
[PHP]</Directory>
#
# DirectoryIndex: sets the file that Apache will serve if a directory is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>[/PHP]
So when you point to your domain >> macedoniatx.com >> the first index file is looked up (in this case index.php) and you see your joomla.
and when you point to >> macedoniatx.com/index.php << it is still the same.
Default item can not be a external link. It has to be any of the internal links, be it layouts or single page link.
Arvind