Quote:
Originally Posted by robilaur
Log in to ISPconfig , then click on sites , then select the site and then select "Auto-subdomain" to www. and press save
|
Tried that, and *.
Here is the config for the site
<VirtualHost *:80>
DocumentRoot /var/www/eviltomatomedia.com/web
ServerName eviltomatomedia.com
ServerAlias
www.eviltomatomedia.com
ServerAdmin
webmaster@eviltomatomedia.com
ErrorLog /var/log/ispconfig/httpd/eviltomatomedia.com/error.log
ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html
<Directory /var/www/eviltomatomedia.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client6/web8/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i
-fwebmaster@eviltomatomedia.com"
php_admin_value upload_tmp_dir /var/clients/client6/web8/tmp
php_admin_value session.save_path /var/clients/client6/web8/tmp
#php_admin_value open_basedir /var/clients/client6/web8:/usr/share/php5
</VirtualHost>
Recent comments
19 hours 50 min ago
1 day 55 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 21 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 11 hours ago