• 12-06-2023, 23:45:41
    #1
    Merhabalar,
    Cpanelde direk düz site haritası oluştururken aynı kod yapısı sitemap.php yi htaccessden RewriteRule ^sitemap.xml$ sitemap.php kodu ekli olduğu halde düz metin olarak algılıyor. Konuyla ilgili bilgisi olan var mıydı?
    Aşağıdaki şekilde görünüm olmuyor.
    "
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
    "


    iyi aksamlar.
  • 12-06-2023, 23:48:32
    #2
    php içerisine header eklediniz mi?
  • 12-06-2023, 23:55:25
    #3
    caglarbodrumlu adlı üyeden alıntı: mesajı görüntüle
    Merhabalar,
    Cpanelde direk düz site haritası oluştururken aynı kod yapısı sitemap.php yi htaccessden RewriteRule ^sitemap.xml$ sitemap.php kodu ekli olduğu halde düz metin olarak algılıyor. Konuyla ilgili bilgisi olan var mıydı?
    Aşağıdaki şekilde görünüm olmuyor.
    "
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
    "


    iyi aksamlar.
    Merhaba, mime type ve encoding sorun yaşatıyor olabilir.
  • 12-06-2023, 23:55:35
    #4
    v4r1able adlı üyeden alıntı: mesajı görüntüle
    php içerisine header eklediniz mi?
    herşey var hocam cpanelde çalışıyor pleskde çalışmıyor aynı kod yapısı.
  • 13-06-2023, 00:06:14
    #5
    Yapamayanlar için çözümü buldum gerek kalmadı... klasör yolu detaylı belirtilmeli lazımmış. cpanelde otomatik algılıyo ne alakaysa plesk algılayamıyor.
    <?php
    include "/var/www/vhosts/siteadi.com/httpdocs/includes/session.php";
    header('Content-type: application/xml; ',true); ?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">