DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Providing access to glcrossword resourcesΒΆ

If you have deny the access to your /typo3conf/ext/ folder then you need to gain access at least to the two following folders of glcrossword.

  • /typo3conf/ext/glcrossword/css/
  • /typo3conf/ext/glcrossword/js/

With apache you can put the following lines in your VirtualHost declaration.

<Location /typo3conf/ext/glcrossword/css/>
allow from all
</Location>
<Location /typo3conf/ext/glcrossword/js/>
allow from all
</Location>