Eğer Web Sitesinden mail adresini almak isterseniz örnek kod: <?php function get_web_page($url) { $options = array( CURLOPT_RETURNTRANSFER => true, CURLOPT_HEADER => false, CURLOPT_FOLLOWLOCATION => true,…
Yorum BırakEtiket: web
Aşagıdaki kodu kullanarak http den gelen isterkleri https yönlendirebilirsiniz. RewriteCond %{SERVER_PORT} 80RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Yorumlar kapalı