det hjalp...
---
<Directory "/www">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
# KOMMENTAR: der stod "AllowOverride None"... nu virker det...
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
---
Nu virker det... as seen on
http://modrw.mfa.ath.cx/noget/ged/her/og virker også med
http://modrw.mfa.ath.cx/noget/ged/her/?ekstraInfo=42super... nu skal jeg bare håbe at mit webhotel også har stillet det sådan... (eller kan det ændres i .htaccess?)
Morten