You should add that line to your /conf/config.php$Configuration['Garden']['RewriteUrls'] = TRUE;
But you are indeed right. Since http://example.com/dashboard/settings/gettingstarted may fail (and will, if you haven't configured anything yet), and http://example.com/index.php?p=/dashboard/settings/gettingstarted will not, it might be better to change that link.
Comments
Hm... it's working for me. What kind of error do you get?
You should add that line to your
/conf/config.php
$Configuration['Garden']['RewriteUrls'] = TRUE;
But you are indeed right. Since
http://example.com/dashboard/settings/gettingstarted
may fail (and will, if you haven't configured anything yet), andhttp://example.com/index.php?p=/dashboard/settings/gettingstarted
will not, it might be better to change that link.How do we fix this? Thanks!