Update the advagg .htaccess file fixing edge cases with the new rules.
Fichier
-
./
advagg.install, line 788
Code
function advagg_update_7218(&$sandbox) {
return advagg_install_update_htaccess('', 'Options +FollowSymLinks');
}
Update the advagg .htaccess file fixing edge cases with the new rules.
function advagg_update_7218(&$sandbox) {
return advagg_install_update_htaccess('', 'Options +FollowSymLinks');
}