{* * $Revision: 15945 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{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}
|||||