This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
PHP FPM , drupal module extlink, and target="_blank" #493
Closed
Description
Background:
When I switched from using mod_php (apache) to php fpm I noticed all of my a tags had an attribute of target="_blank". This was not directly caused by DrupalVM it was caused by the contrib module extlink.
Questions:
Does something related to the proxy pass in the apache configuration make extlink think that every link is external?
Should this be fixed by DrupalVM or the contrib module?
Temporary Solution:
Disable the contrib module and links are normal again
I posted the question additionally in the contrib module issue queue:
https://www.drupal.org/node/2679977