<dt><code><var>-A string</var></code></dt>
<dd><p>true if the URL represented by the string is accessible by
configuration, false otherwise. This test only has an effect if
- <directive>SSIEnableAccess</directive> is on. This is useful
+ <directive>SSIAccessEnable</directive> is on. This is useful
where content on a page is to be hidden from users who are not
authorized to view the URL, such as a link to that URL. Note
that the URL is only tested for whether access would be granted,
</directivesynopsis>
<directivesynopsis>
-<name>SSIEnableAccess</name>
+<name>SSIAccessEnable</name>
<description>Enable the -A flag during conditional flow control processing.</description>
-<syntax>SSIEnableAccess on|off</syntax>
-<default>SSIEnableAccess off</default>
+<syntax>SSIAccessEnable on|off</syntax>
+<default>SSIAccessEnable off</default>
<contextlist><context>directory</context><context>.htaccess</context></contextlist>
<usage>
- <p>The <directive>SSIEnableAccess</directive> directive controls whether
+ <p>The <directive>SSIAccessEnable</directive> directive controls whether
the -A test is enabled during conditional flow control processing.
- <directive>SSIEnableAccess</directive> can take on the following values:</p>
+ <directive>SSIAccessEnable</directive> can take on the following values:</p>
<dl>