English 中文(简体)
如何在kloxo中更改我的域的根目录?
原标题:How to change the root directory for my domain in kloxo?

I want to change my root directory for my domain. My root directory is /home/mrdownloader.com/ but I want change it to /home/mrdownloader/

问题回答

只需单击左侧树中的域->;单击下面的全局(xxx.tld的域)-->;文档根目录-->;更改文件夹,就这样





相关问题
Reorder files and folders

I got a list of files and folders using dirent & stat in C, but they are not in the order I want. I want it will list the directories first then files. Ex: . .. [dir1] [dir2] [file1] [file2] Is ...

MSI Installer and custom folders

I have an interesting problem. I created a MSI Installer for a .NET 3.5 Application. During the install process I ask the user for a custom folder name where application output files should be stored. ...

Is it possible to use opendir repeatedly in C?

I am trying to debug right now in C and am curious if it is alright to call opendir() repeatedly without having to first call closedir() because I am trying to run a loop to open sub-directories when ...

How to retrieve a directory of files from a remote server?

If I have a directory on a remote web server that allows directory browsing, how would I go about to fetch all those files listed there from my other web server? I know I can use urllib2.urlopen to ...

热门标签