I think so..!
######################################
# Vhost:
www.mydomain.com:80
######################################
#
#
<VirtualHost ***.my.ip.***:80>
ServerName
www.mydomain.com:80
ServerAdmin
webmaster@mydomain.com
DocumentRoot /srv/www/web3/web
ServerAlias mydomain.com
www.mydomain.co.uk mydomain.co.uk
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 /srv/www/web3/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter
PHP
SetInputFilter
PHP
</Files>
<Files *.php3>
SetOutputFilter
PHP
SetInputFilter
PHP
</Files>
<Files *.php4>
SetOutputFilter
PHP
SetInputFilter
PHP
</Files>
<Files *.php5>
SetOutputFilter
PHP
SetInputFilter
PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/srv/www/web3/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 ^/~([^/]+)(/(.*))? /srv/www/web3/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /srv/www/web3/user/$1/web/$3
</VirtualHost>
Recent comments
22 hours 37 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 9 hours ago
2 days 6 min ago
2 days 11 min ago
2 days 5 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 13 hours ago