Oranjoose

Results 6 comments of Oranjoose

Yeah, the old link was https://github.com/ufna/VaRest/wiki/Plugin-Installation . Now it just redirects to the main page of the repository. I should have backed up that page, but instead just saved the...

Actually, it looks like they're probably renaming the hide signal: https://github.com/godotengine/godot/issues/16863 Not sure when though.

> Check /var/log/nginx/domains/hostname.error.log > > or /var/log/apache2/domains/hostname.error.log @jaapmarcus I don't see the errors in either of those places. I suspect that the error is "/usr/share/phpmyadmin/.htaccess: AuthType not allowed here", which...

It appears that adding the emphasized line to the /etc/apache2/conf.d/phpmyadmin.conf (linked to /etc/phpmyadmin/apache.conf) fixed the 500 server error: ``` Options FollowSymLinks DirectoryIndex index.php AllowOverride All #

> This is a regression of [4248](https://github.com/hestiacp/hestiacp/issues/4248#issue-2088552478). Since I opened that issue, I was able to figure out what’s going on under the hood. > > There are two key...

To add, having YouTube autoplay in a web browser is certainly possible, as can be seen in this jsfiddle: https://jsfiddle.net/7kqr4ac0/1/ . This is the code example: `` JS: ``` //...