==== How to Create a Website in the MIF Home Directory ====
All MIF users have the possibility to create web pages in their home directory ''www''. All web pages can be accessed at [[http://mif.vu.lt/mifnaudotojovardas]]. All pages are hosted on the server **uosis.mif.vu.lt**. The employee's home directory is located in the ''www'' directory of the U: drive.
If you can't find the ''www'' directory, create one and set the file access rights you want or need.
=== Commands in MIF Linux environment ===
cd ~
mkdir www
chmod -R a+x www
cd www
=== Commands in MIF Windows environment ===
U:
mkdir www
cd www