Trying to setup multiviews for one user only
httpd.conf, added this
<Directory /usr/local/apache/share/htdocs/multi>
Options MultiViews
</Directory>
I also tried,
Options MultiViews
restarted httpd each time, still get a 404 on a file that does exist
http://www.domain.net/script/help
(help.htm is there)
<VirtualHost ipxaddressx>
ServerAlias domain.com
ServerAdmin [email protected]
DocumentRoot /home/webmaster/public_html
<Directory /usr/local/apache/share/htdocs/multi>
Options MultiViews
</Directory>
BytesLog domlogs/domain.com-bytes_log
ServerName www.domain.com
<IfModule mod_userdir.c>
Userdir disabled
Userdir enabled webmaster
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/webmaster:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/webmaster:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User webmaster
Group webmaster
CustomLog /usr/local/apache/domlogs/domain.com combined
ScriptAlias /cgi-bin/ /home/webmaster/public_html/cgi-bin/
</VirtualHost>
httpd.conf, added this
<Directory /usr/local/apache/share/htdocs/multi>
Options MultiViews
</Directory>
I also tried,
Options MultiViews
restarted httpd each time, still get a 404 on a file that does exist
http://www.domain.net/script/help
(help.htm is there)
<VirtualHost ipxaddressx>
ServerAlias domain.com
ServerAdmin [email protected]
DocumentRoot /home/webmaster/public_html
<Directory /usr/local/apache/share/htdocs/multi>
Options MultiViews
</Directory>
BytesLog domlogs/domain.com-bytes_log
ServerName www.domain.com
<IfModule mod_userdir.c>
Userdir disabled
Userdir enabled webmaster
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/webmaster:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/webmaster:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User webmaster
Group webmaster
CustomLog /usr/local/apache/domlogs/domain.com combined
ScriptAlias /cgi-bin/ /home/webmaster/public_html/cgi-bin/
</VirtualHost>