Y yulia Active Member Mar 29, 2009 #1 Mar 29, 2009 #1 Under /opt/lsws/share/autoindex/default.php you can customize the auto index with colors ect... to match your hosting setup, but is it possible for my resellers to be able to create their own setup?
Under /opt/lsws/share/autoindex/default.php you can customize the auto index with colors ect... to match your hosting setup, but is it possible for my resellers to be able to create their own setup?
M mistwang LiteSpeed Staff Mar 30, 2009 #2 Mar 30, 2009 #2 If you use LSWS native configuration, you can customize "Auto Index URI" http://www.litespeedtech.com/docs/webserver/config/vhostgeneral/#autoIndexURI pointing to different script under each vhost. If use Apache configuration, have to use "Alias" directive to match different script to the "Auto Index URI".
If you use LSWS native configuration, you can customize "Auto Index URI" http://www.litespeedtech.com/docs/webserver/config/vhostgeneral/#autoIndexURI pointing to different script under each vhost. If use Apache configuration, have to use "Alias" directive to match different script to the "Auto Index URI".
Y yulia Active Member Apr 2, 2009 #3 Apr 2, 2009 #3 Yeah, I'm using the Apache httpd.conf way. How would you setup that up via Alias in the httpd.conf?
M mistwang LiteSpeed Staff Apr 2, 2009 #4 Apr 2, 2009 #4 check the value of http://www.litespeedtech.com/docs/webserver/config/general/#autoIndexURI the create alias with Alias /<autoIndexURI> <path_to_directory_with_customized_auto_index_script>
check the value of http://www.litespeedtech.com/docs/webserver/config/general/#autoIndexURI the create alias with Alias /<autoIndexURI> <path_to_directory_with_customized_auto_index_script>