Cioè, ad esempio quando clicco su "leggi tutto", mi apre la pagina
Code: Select all
http://localhost:85/dm2/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=2&cntnt01returnid=21
Code: Select all
http://localhost:85/dm2/news-numero-1
Moderator: magallo
Code: Select all
http://localhost:85/dm2/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=2&cntnt01returnid=21
Code: Select all
http://localhost:85/dm2/news-numero-1
Code: Select all
#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism? This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = true;
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy? (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;