|
i am using Apache/2
the thing is there is this inxy feeds installation which i cant access unless i add
ErrorDocument 401 default
in httpd.conf
and if i add it, server goes mad.,
htaccess has this
RewriteEngine On
#INXY_BEGIN
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*).html$ index.php?inxy_query=$1.html&%{QUERY_STRING} [L]
#INXY_END
thanks
|