• 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • Why are you using that?

        location ~ /\.ht {
            deny all;
        }
    

    You’re denying the access to your root, which is the public/ folder and has the file .htaccess that has

    <IfModule mod_rewrite.c>
        <IfModule mod_negotiation.c>
            Options -MultiViews -Indexes
        </IfModule>
    
        RewriteEngine On
    
        # Handle Authorization Header
        RewriteCond %{HTTP:Authorization} .
        RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    
        # Redirect Trailing Slashes If Not A Folder...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_URI} (.+)/$
        RewriteRule ^ %1 [L,R=301]
    
        # Send Requests To Front Controller...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^ index.php [L]
    </IfModule>
    

    This file handles the income requests and send to the front controller.

















  • Algorithms is a consequence. Most of social medias are profitable, so they want you to be engaged as much as possible. At the beginning of Facebook or even the late Orkut, they were only a simple platform with no algorithm that only shows stuff like a showcase.

    But as soon as Facebook starts to make money showing ads, algorithms started to become a thing. But look, it was a social media already.

    Also, was Orkut a social media? Cause it was really close from what Reddit/Lemmy is today.

    About forums I think there is a subtle difference. Forums are, generally speaking, communities driven with on purpose only, inside another website. For example, we can enter Acer website and go to the forums, which is used to talk about Acer products and support. Any other topic is off-topic, therefore deleted.

    When forums are aggregated into a huge platform that can have different communities, with easy to-go click and follow this community, there is no specific topic and you can join any type of content you want with only one account, I call it social media, cause it’s different enough from forums and the main purpose is people interacting with each other


  • as you could argue any site with a comment section is social media.

    I disagree with that. If the main purpose of your site is not interaction, so it cannot be a social media. Lemmy, Reddit, Kbin and other platforms like that has the main purpose share of knowledge and interaction between peers

    For example, I may have a blog and this blog has a comment section in my posts. However, despite people can interact with each other in the comment section, the main purpose of my blog is post my own content. The interaction between people is secondary and consequence.

    But in Lemmy the main purpose is interact. If not enough people participate, Lemmy dies. There is no other reason to use Lemmy other than interact with people.