Hi All
    i am using Apache 1.312 with SSL on Solaris server


my problem is my webserver for example https://xyz.com
which document root is /usr/local/apache/htdocs  i
made a directory on location /usr/local named "sambit"
where i put one more index.html for a different page
and on httpd.conf i define Alias /test
"/usr/local/sambit"  when i am  writing page like
https://xyz.com/test/index.html it works but if i just
say https://xyz.com/test i am getting all the file and
directory index on my web page what i donot want. i
tried with 
         RewriteEngine on
         RewriteBase /test
         rewriteRule ^/$ index.htm 

with the idea when i will do https://xyz.com/test it
will take me to https://xyz.com/test/index.html 

but i failed on my experiment  i need some idea and
help how to do  solve it

thanks

Sambit


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to