Version: 0.13
PHP: 5.12
Web Server: Apache
The {metadata} tag help says it will spit out the base tag if either $config['use_hierarchy'] or $config['internal_pretty_urls'] is set to true but it seems my installation only spits out the base if I set 'showbase="true"' on the metadata tag itselft, or if $config['internal_pretty_urls'] is set to true.
I always set $config['internal_pretty_urls'] to false if using mod rewrite and presumed this is correct setting.
Ryno
{metadata} not outputting base tag unless $config['internal_pretty_urls'] = true
Re: {metadata} not outputting base tag unless $config['internal_pretty_urls'] =
I messed up the logic a little there. In the next release, it will work off of the use_hierarchy or showbase only.