deleted by creator
deleted by creator
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.
I’m not sure, but looks like you’re denying all .htaccess files. Laravel depends on .htaccess to make things work properly
Take a look on Laravel docs - Deployment to make sure your configs are right
I like Tesseract the most! It’s exactly a balance between Alexandrite and Photon
Israel is so nice… Let’s give em mushrooms as presents!
Why do the ICC not condemn Israel due to war crimes as well?
Just to clarify, Elon Musk decided to withdraw any X representative from Brazil. Due to laws (Brazilian LGPD) it’s illegal to a social media work in Brazil without a legal representative. The Supreme Federal Court demanded X to set a legal representative in Brazil, which Elon Musk ignored and denied this demand.
X is operaring illegaly in Brazil and Elon Musk is trying to instigate the irrational and extreme right-wing, spreading fake news and acting like he is victim.
The Supreme Federal Court should suspend X today until it regularize itself according to Brazilian laws. If it does not regularize, it will be indefinitely suspended.
Does any of these in https://alternativeto.net/software/pastebin/?license=opensource works for you?
I guess you can set a host on your /etc/hosts
to redirect all your pterodactyl.example.com to a local ip. Also, if you need access from other computers on the local network, I think you can set up a local DNS server (such as PiHole or AdGuard Home) to reach the same solution but for all address running though your DNS server
I would be sincere:
Movies take too many space in SSD and too many resources to host, therefore I’m not going to host movies I disagree with. And if she really want this movies to be digitalized, I would give her a choice to buy new hardware (probably SSD) to be dedicated to her.
I feel ambiguous with that question…
Clearly OP has social skills issues and maybe it’s a genuine question. Or it can be just a way to offend…
Either way I think OP must rethink hes attitude toward other people.
Looks like you live in a dystopia, where making healthy relations are scarce.
Maybe you would be great to practice your social skills, dude…
You are lucky that people are nice, cause due to your petulance I would never help you
Im using Matomo, however my use case is different from yours. I run a business and need more complete data, which Matomo gives me
I also had in mind Plausible, cause it’s less resource demandant, but at the end I have chosen Matomo
Not self explanatory at all.
Israel be like: I kill every muslim!!!
Muslims be like: we will attack back!
USA be like: No no no! Only Israel allowed to attack.
Did you configure your router to use and broadcast the adguard ip addr as DNS server?
You must configure your adguard ip as DNS server
The admin can inject a Plausible code to have some privacy respecting analytics
It’s lightweight and can give you most of info you need (I guess)