bbondi
03-23-2005, 03:03 PM
I have a question about this section of the Apache conf file...
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
I thought a tag like this: <aTag /> was both an open and close tag!
Therefore (if true), the section above is not correct and the settings for this section would be ignored!?!
Comments to cure the confusion, or ...
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
I thought a tag like this: <aTag /> was both an open and close tag!
Therefore (if true), the section above is not correct and the settings for this section would be ignored!?!
Comments to cure the confusion, or ...