문제

A quick question, does anyone know how I can take an address say www.google.com and create a mirror site such as www.newsite.google.com ?

I'm a beginner when it comes to server testing and server manipulation. I normally just drag and drop through SFTP/FTP.

Any ideas or thoughts?

Thanks, Chris

도움이 되었습니까?

해결책

After a couple of tips from a former colleague, we sat down and talked about this issue.

First of all we mentioned APACHE VHOSTS - needed to add a directory for my sub domain, e.g. new.google.com

To do this I had to SSH the server and perform sudo, vim and a range of commmands on directories and files.

As I use linode manger, I had to add an A record to make the sub domain active/work.

All now works and I have a new sub domain.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top