Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
[Varnish] non-www yonlendirmesi – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

[Varnish] non-www yonlendirmesi

Varnish ile www yonlendirmesi asagidaki gibidir. Kisaca murat.ws adresini www.murat.ws adresine otomatik olarak yonlendirir.

Varnish 4.0 icindir.

sub vcl_recv {

if (req.http.host ~ “^murat.ws”) {
return (synth (750, “”));
}
}

sub vcl_synth {

if (resp.status == 750) {
set resp.status = 301;
set resp.http.Location = “http://www.murat.ws” + req.url;
return(deliver);
}
}

https://www.varnish-cache.org/trac/wiki/VCLExampleRedirectInVCL


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58