Home Forums WoodMart support forum subdomain blog

subdomain blog

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #679246

    dogan_polat
    Participant

    Hello,
    The subdomain is, https://blog.bufgadget.com/

    On the site’s homepage, it’s, https://bufgadget.com/

    How can I get a news section from the blog?

    —————————–

    merhaba,
    subdomain den https://blog.bufgadget.com/

    site ana sayfada https://bufgadget.com/

    blogdan haberler kısmını nasıl gösterebilirim acaba?

    #679254

    ferhatonal
    Participant

    1. Method – Using Reverse Proxy to Redirect to Subdomain

    Your blog page is already running on the main domain (e.g. https://bufgadget.com/blog/).

    On the server (Apache or Nginx), you can write a reverse proxy rule that points https://blog.bufgadget.com to this blog page.

    This way, the blog content will appear on the subdomain, but it will still come from the same WordPress installation.

    Pros: Single WordPress setup, single theme.

    Cons: Requires technical setup and server/hosting access.

    2. Method – Using WordPress Multisite

    Switch WordPress to Multisite mode.

    Run the blog as a separate site under the subdomain.

    Pros: Easy to manage, single login.

    Cons: Requires a technical setup, and you’ll need to configure the blog site separately.

    3. Method – Using iframe or Redirect (Not Recommended)

    Place a simple redirect or iframe on the subdomain.

    When a user visits https://blog.bufgadget.com, it loads the /blog/ page from the main site in the background.

    Pros: Very easy to set up.

    Cons: Bad for SEO, poor performance.

    —————————–

    1. Yöntem – Reverse Proxy ile Subdomain Yönlendirme
    Mevcut WordPress’te blog sayfan zaten ana domainde çalışıyor (ör. https://bufgadget.com/blog/).

    Sunucuda (Apache ya da Nginx) reverse proxy kuralı yazarak https://blog.bufgadget.com adresini bu blog sayfasına yönlendirebilirsin.

    Böylece blog içerikleri subdomainde görünür ama aslında aynı WordPress kurulumundan gelir.

    Avantaj: Tek WordPress, tek tema.

    Dezavantaj: Hosting veya sunucu tarafında erişim ve teknik ayar gerektirir.

    2. Yöntem – WordPress Multisite Kullanmak
    WordPress’i multisite moduna alırsın.

    Blog’u ayrı bir site gibi subdomain altında çalıştırırsın.

    Avantaj: Yönetimi kolay, aynı kullanıcı girişi.

    Dezavantaj: Yine teknik bir kurulum gerektirir ve blog kısmı için ayrı site ayarları yapman gerekir.

    3. Yöntem – iframe veya Redirect Kullanmak (Tavsiye Edilmez)
    Subdomain içine basit bir yönlendirme ya da iframe koyarsın.

    Kullanıcı https://blog.bufgadget.com adresine girdiğinde arka planda ana sitedeki /blog/ sayfası açılır.

    Avantaj: Çok basit.

    Dezavantaj: SEO açısından kötü, performans zayıf.

    #679257

    dogan_polat
    Participant

    Thank you. Could you please answer the second question?
    Mobile bottom navbar

    teşekkür ederim, 2. sorumuda yanıtlarmısınız acaba?
    Mobile bottom navbar

    #679258

    ferhatonal
    Participant

    O sorunuz bu başlık altında yok. göremedim.

    #679343

    Hung Pham
    Keymaster

    Hi dogan_polat,

    Thanks for reaching to us.

    Thanks @ferhatonal for your replies.

    Best Regards,
    Hung PD

Viewing 5 posts - 1 through 5 (of 5 total)