Installation

For the installation just go into the Extension Manager download the extensions glpairs and install it.

In the following we need acces to the css and javascript files of the extensions. If your extension folder is not accessible by default then provide access at least to the following folder.

typo3conf/ext/glpairs/Resources/Public/

With apache put the following lines in your Virtual Host declaration.

<Location typo3conf/ext/glpairs/Resources/Public/>
            Require all granted
</Location>