hey @ all =) its mi first post but untyl today a had no problems with the unifomserver, nice work =) but there i have one question: why does a a RewriteRule make an 500 Internal Server Error ? my code:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1§ion=$2
RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1§ion=$2&page=$3
RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1§ion=$2&page=$3&do=$4
RewriteRule ^contact$ /index.php?ids=contact
it happens also on a fresh uniserver installation as on other OSes to, my OS w2k3, but it also happens on XP. do someone have some infos how i can realize that the code i posted would work? an my real webserver it does work, only localy on uniform it wants thx Stefano