Thank you Dweeber!
Sorry about the lack of info. I'll spell it all out as much as I can.
My site.net /etc/apache2/sites-available/site.net (the one that works) looks like:
Quote:
# domain: site.net
# public: /home/myusername/public/site.net/
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin
lagi@site.net ServerName
http://www.site.net ServerAlias site.net
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /home/myusername/public/site.net/public
# Log file locations
LogLevel warn
ErrorLog /home/myusername/public/site.net/log/error.log
CustomLog /home/myusername/public/site.net/log/access.log combined
</VirtualHost>
My site.org /etc/apache2/sites-available/site.org (the one that doesn't work) looks like:
Quote:
# domain: site2.org
# public: /home/myusername/public/site2.org/
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin
lagi@site2.org ServerName
http://www.site2.org ServerAlias site2.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /home/myusername/public/site2.org/public
# Log file locations
LogLevel warn
ErrorLog /home/myusername/public/site2.org/log/error.log
CustomLog /home/myusername/public/site2.org/log/access.log combined
</VirtualHost>
/etc/apache2/sites-enabled shows shortcuts to both domains.
error.log in site2.org shows:
Quote:
[Thu Jun 14 06:47:05 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration, referer:
http://site2.org/[Thu Jun 14 06:47:59 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration
[Thu Jun 14 07:10:45 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration
[Thu Jun 14 07:24:58 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration, referer:
http://184.173.197.229/~lagi/site2.org/[Thu Jun 14 07:24:59 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration, referer:
http://184.173.197.229/~lagi/site2.org/[Thu Jun 14 07:25:13 2012] [alert] [client 173.255.175.181] /home/myusername/public/site2.org/public/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration, referer:
http://184.173.197.229/~lagi/site2.org/testing.html