Isn't there a way to redirect a browser to a page instead of letting it see the index listing
i.e. http://bbcode.spatia....com/emoticons/
I don't want the listing of files to be there, redirect it to say http://bbcode.spatialvisionary.com
or would I be better off just putting in an index.php file with:
header("Location: http://bbcode.spatialvisionary.com/");
