Some Apache questions
I have still some problems .), I`am developing my own user interface (control panel in PHP) and I see ,that some webhosts ( in US maybe all .]) have in control panel something like securing dirs, disable access from Ip or authorized access. I know, is all possilble with .htaccess file, but I don`t understand, how can I implent it in my PHP control panel, I don`t know if exist some module or something like that , which allow me store users and they passwords for accessing dirs on virtualhosts, can anybody help me ?second think is: I`am using VirtualDocumentRoot for all my domains, purpose is in automatically creating 3nd domains. (/www/domain.com/www = www.domain.com, /www/domain.com/foo = foo.domain.com) But there is one problem, if anybody in explorer type only domain.com, apache search for DIR "_" under /www/domain.com, I want automatically all virtualhost have same adress www.domain.com = domain.com, without using symlink. Now I have symlink "_ > www", exist there other way, how to do this ?
(sory if you don`t understand me
