{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}
{g->text text="PHP Path Info Support"}{g->text text="Testing if the server supports PHP Path Info."} |
{if $TestResults.pathInfo == REWRITE_STATUS_OK}
{g->text text="Success"}{else}{g->text text="Error"}{/if} |
{if $TestResults.pathInfo != $TestResults.truePathInfo}
||||
{g->text text="The current status may not be accurate, you have forced the test to pass."} |
{/if}
{if $TestResults.pathInfo != REWRITE_STATUS_OK}
|||||
{g->text text="Test Path Info Manually"}{g->text text="Gallery did not detect Path Info, please run this test yourself to verify."}
{g->text text="If the test gives you a page that says PASS_PATH_INFO you are good to go."} |
{/if}