View Single Post
Old 12-30-2004, 11:35 AM   #2
rAdoN
Green Mole
 
Join Date: Oct 2004
Posts: 27
what - config has parameter for these - do you add them - why - see

http://www.phpdig.net/forum/showthre...apache+indexes

PHP Code:
//apache multi indexes parameters
$apache_indexes = array (  "?N=A" => 1,
                           
"?N=D" => 1,
                           
"?M=A" => 1,
                           
"?M=D" => 1,
                           
"?S=A" => 1,
                           
"?S=D" => 1,
                           
"?D=A" => 1,
                           
"?D=D" => 1,
                           
"?C=N&O=A" => 1,
                           
"?C=M&O=A" => 1,
                           
"?C=S&O=A" => 1,
                           
"?C=D&O=A" => 1,
                           
"?C=N&O=D" => 1,
                           
"?C=M&O=D" => 1,
                           
"?C=S&O=D" => 1,
                           
"?C=D&O=D" => 1); 
__________________
rAdoN was here
rAdoN is offline   Reply With Quote