例如,我有一个域名www.example1.com
我在我的apache中有这个代码:
<VirtualHost 109.201.175.107:80>
DocumentRoot /home/localname/www
ServerName www.example1.com
# Other directives here
</VirtualHost>
Run Code Online (Sandbox Code Playgroud)
在虚拟主机中我写了我的ip,然后我将它附加到ServerName就是这样吗?但无论如何当我打开www.example1.com它显示我的错误404,或者我可能需要更改ip地址是附上域名,你能告诉我一步一步我需要做什么,我已经搜索了所有的谷歌,但不明白.
我的意思是这样的:
asm(
//assembly code here
mov dx, 4 // etc...
)
Run Code Online (Sandbox Code Playgroud)
asm() - php函数
有可能吗?