I think that's where I've been snagging.
I have minecraft.nonetforyou.com.conf in the sites-available directory, which I did link to sites-enabled with sudo a2ensite minecraft.nonetforyou.com.conf (from the appropriate user, and not root)
But I still do not get my desired results.
I'm sure I'm not doing this right lol
This be the contents, (I did change the alias a couple times minecraft.no to just no.)
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin
admin@nonetforyou.com ServerName
http://www.nonetforyou.com ServerAlias minecraft.nonetforyou.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /home/methlon/public/nonetforyou.com/public/minecraft
# Log file locations
LogLevel warn
ErrorLog /home/methlon/public/nonetforyou.com/log/error.log
CustomLog /home/methlon/public/nonetforyou.com/log/access.log combined
</VirtualHost>
And yes, while I do consider this more important, the guys with whom are responsible for my affording this stuff tend to disagree lol
Thanks again!
Dave
(edited: I'm all tired and didn't double check the directors I wrottered in.)