Chk this out: http://httpd.apache.org/docs/mod/mod_speling.html
Vezi ca asta nu se instaleaza default (daca ti-ai compilat tu apache-ul). Daca nu-l ai, fa-l cu ./configure --your_1k_options_here --enable-shared=spelling & make. Dupa aia il gasesti ca mod_spelling.so, si-l incluzi frumusel in httpd.conf. Pe de alta parte mai ai: http://httpd.apache.org/docs/mod/mod_alias.html my.httpd.conf: <IfModule mod_alias.c> # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # Alias /icons/ "/blabla/icons/" <Directory "/blabla/icons"> etc etc.... </Directory> .................................... </IfModule> mod_alias.c, daca nu-l ai , aceeasi poveste. Eu prefer mod_alias vs mod_spelling, pt ca la alias stabilesti exact ce unde si cum si cine are dreptul etc. etc. (Sau is it my paranoia?) Cristi > > > >httpd -l ce zice? > > > Compiled-in modules: > http_core.c > mod_so.c > suexec: enabled; valid wrapper /usr/sbin/suexec > > --- > Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to > unsubscribe from this list. > --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
