php ini user_dir

The user_dir directive specifies the absolute directory PHP uses when opening files using the /~username convention.

For example, when user_dir is set to /home/users and a user attempts to open the file ~/gilmore/collections/books.txt, PHP knows that the absolute path is /home/ users/gilmore/collections/books.txt.

user_dir =

The directory under which PHP opens the script using /~username used only if nonempty.





Content