Too many redirected error with Nginx on PHP
Jordan Baron asked: I have 2 node apps running on different ports and a PHP app. When I visit the node apps I get no errors but if I try …
Freedom through Communications
Browsing Tag
Jordan Baron asked: I have 2 node apps running on different ports and a PHP app. When I visit the node apps I get no errors but if I try …
blond_viper asked: I’m trying to install php8 on Ubuntu 16.04.5 LTS. Here is the list of commands and output that I ran: apt-get update apt install software-properties-common — these commands …
Niammmin asked: I already searched answer for this question and checked Bartek Chanda answer, but not working with me. I have debian 9.13 and already done what Bartek Chanda answered, …
chewykernel asked: Currently running PHP 7.4 from Remi. It was a modular dnf installation that replaced PHP 7.2 AppStream packages back when 7.2 was the newest PHP available from CentOS. …
Viet Le asked: Have an issue where nginx isn’t passing on the last forward slash of an arg to a script Example https://xxxx.com/test_t/company/Default/icon_category/Hotel.png Rewrite: location / { rewrite "^/([a-zA-Z0-9]+.*)/([a-zA-Z0-9]+.*)$" /test2.php?t=$1&file=$2 …
Bert asked: We have a Laravel application and imagine the following: We have a slider with a play button that will start showing images on a slideshow. These images arrived …
James Shields asked: I’m setting up a new Centos 7 server to run some legacy sites on PHP 5.6.40 through PHP-FPM with Nginx. However, I’m running into a problem that …
John asked: When I run the script <?php chdir(‘/var/www/html’); echo shell_exec(‘git pull origin master 2>&1′); ?>, I get the error message: error: cannot open .git/FETCH_HEAD: Permission denied Here’s what I …
user3797053 asked: How to install/configure PHP 8 with apache in Oracle Linux? I couldn’t find PHP 8 related repos in Oracle Linux what i tried so far is installed PHP …
alexander7567 asked: I know very little about linux/ubuntu, but I needed it for a webserver I am wanting to run. I got everything setup and running nice and I have …