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);