I'm migrating some web sites from Apache 1.3 to 2.x, one site has Joomla CMS with an index.htm 'top level' page with links to index.php?whatever; on 1.3, www.domain.tld brought up index.htm (as desired) on 2.0, it brings up index.php
httpd.conf order is similar like: # grep DirectoryIndex /etc/httpd/conf/httpd.conf DirectoryIndex index.html index.htm index.html.var index.htm.var index.php index.php4 index.php3 index.phtml I'm googling for solutions but have not found anything as yet I've tried .htaccess with another 'DirectoryIndex, so far no luck any thoughts? -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
