Hellou all.
Sorry for my English.
I have old server in this server
(OS Windows 2003
Apache 2
)
in file C:\www\mysite.com\httpd.conf is VirtualHost
<VirtualHost ...................:80>
ServerName www.mysite.com
DocumentRoot c:/www/my_site.com/htdocs
ErrorLog c:/www/my_site.com/logs/error.log
CustomLog c:/www/my_site.com/logs/access.log combined
php_value error_log c:/www/my_site.com/logs/php_err.log
php_value short_open_tag On
Alias /robots.txt c:/www/my_site.com/aliases/robots.txt
Alias /update/ c:/www/clients.updates_site/updater_old/
</VirtualHost>
I must copy my site on new server (Centos OS, Apache 2.0, CPanel)
I made all and site on new server works, but how do I set alias
Alias /update/ c:/www/clients.updates_site/updater_old/ for mysoftware?
|