bswinnerton
9th September 2007, 17:47
I'm working on a clients website (the 3rd one on the server) and after adding it and everything, i'm getting the shared ip address notice.
If you type in the address and then after /index.html i can get to the homepage. Right now my dns is set up as the following at dnsexit.com:
(Old Image)
And here is my vhosts file for that website:
######################################
# Vhost: www.ablebizcon.com:80
######################################
#
#
<VirtualHost 76.243.116.172:80>
ServerName www.ablebizcon.com:80
ServerAdmin webmaster@ablebizcon.com
DocumentRoot /media/storage/www/web4/web
ServerAlias ablebizcon
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /media/storage/www/web4/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_flag safe_mode Off
Alias /error/ "/media/storage/www/web4/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
</VirtualHost>
#
#
#
If you type in the address and then after /index.html i can get to the homepage. Right now my dns is set up as the following at dnsexit.com:
(Old Image)
And here is my vhosts file for that website:
######################################
# Vhost: www.ablebizcon.com:80
######################################
#
#
<VirtualHost 76.243.116.172:80>
ServerName www.ablebizcon.com:80
ServerAdmin webmaster@ablebizcon.com
DocumentRoot /media/storage/www/web4/web
ServerAlias ablebizcon
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /media/storage/www/web4/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_flag safe_mode Off
Alias /error/ "/media/storage/www/web4/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /media/storage/www/web4/user/$1/web/$3
</VirtualHost>
#
#
#