Çözüm aşağıda belirtilmiş fakat flarum kurulumuna girip nginx.conf açtığımda ve aşağıdaki kodu eklediğimde sorun düzelmiyor
YENİ KONU AÇMADAN ÖNCE ARAMA YAPMA FORUM KATİİ KURALIDIR
Tartışma akış şeması:
- Görsel eklenecek ise ilk önce görsel eklenmelidir.
- Tartışma metni girilmelidir.
- Eğer herhangi bire hata ile alakalı yazıyorsanız hatanın ne olduğu hakkında detay vermelisiniz. Log kayıtları, Ekran görüntüsü vs.
If you are using nginx and accessing /sitemap.xml results in an nginx 404 page, you can add the following rule to your configuration file, underneath your existing location rule:
location = /sitemap.xml {
try_files $uri $uri/ /index.php?$query_string;
}
This rule makes sure that Flarum will answer the request for /sitemap.xml when no file exists with that name.