User24 https://hacklido.com - The cybersecurity community to share knowledge, experiences, ideas, guidance and collaborate with other cybersecurity enthusiasts. ![
Ralkage Nice looking forum! LOVE the theme đ I did a scan using the MigrateToFlarum lab to add you to the showcase section, but it seems your forum received a "C" rating đ¤
User24 Ralkage HSTS is the only down i guess? if there is something you can help with that? i did the scan early once.... got the same C rating âšī¸
User24 Ralkage Nice looking forum! LOVE the theme đ I did a scan using the MigrateToFlarum lab to add you to the showcase section, but it seems your forum received a "C" rating đ¤ i will try to resolve it soon and will ping here đ
katos User24 looks to me like you also need to stop canonical URLs. your forum is listening on both www. And non-www. you should redirect one of these and force one URL ((that matches your settings) đ
katos User24 This can be done with htaccess then: # Configure www redirect RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] # End WWW redirect
Hari katos This will do both http to https and without www to www ? I want use only https://www.domain Edit: this resolved my issue https://community.cloudflare.com/t/redirect-example-com-to-www-example-com/78348
User24 katos will let you guys know about it after i make it right... currently held up in something... đ