Applying UserDir directive in XAMPP's Apache server

1.3k Views Asked by At

I want to create user directories in an Apache server that are also accessible via the FileZilla FTP server. How do I create these directives and most importantly how do I apply them to Apache?

1

There are 1 best solutions below

0
On

assuming you have mod_userdir installed, Add in your configuration files add the following: Userdir insert-directory-here then create the directory specified in the Userdir line in the home directory. Test out using http://localhost/~insert-directory-name-here