[TEST HISTORY] and [ABOUT] tab link has lost.

Hello, patrick

I has installed WPT.
But when i click [TEST HISTORY] and [ABOUT] tab, page link has lost.

When i fix haader.inc like this,

$tabs[‘About’] = ‘/about’; ==> $tabs[‘About’] = ‘/about.php’;

Links are work…

What is wrong? T.T

Do you have mod_rewrite enabled in your apache install? It is required fro the friendly paths to work (and I don’t have an option to disable friendly paths right now).

Thanks,

-Pat

Thanks pat!! It work!

but when I click [Start Test] button, I see message like screenshot.

Ok, pretty sure that is a permissions issue. Make sure that your apache user has write permissions to the results folder as well as the work directory location specified in settings/locations.ini

Thanks,

-Pat