[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

WebSVN with MultiViews configuration



Greeting,
	I was struggling a day try to set multiviews up for WebSVN but only
got strange output on the browser.
I modified two files: /etc/websvn/apache.conf and /etc/websvn/config.inc,
listed below.
/etc/websvn/apache.conf:
# Configuration for websvn using php4.

<Location /websvn>
Options FollowSymLinks
AllowOverride None
order allow,deny
allow from all
<IfModule mod_php4.c>
  php_flag magic_quotes_gpc Off
  php_flag track_vars On
</IfModule>
</Location>

/etc/websvn/config.inc:
$config->useMultiViews(); // uncomment this line.

Then reloaded Apache2, but only the homepage looks fine, the others look
odd.
Did I miss something?

Best Regards
Tim



Reply to: