Step 1 – Check if your AWS instance has OpenSSL installed You will first have to check if OpenSSL is installed on your AWS…
Install PostfixLet’s update the package database first. sudo apt-get update Install mailutils, which will automatically install Postfix. sudo apt install -y mailutils On the…
Wordpress plugin install: Could not create directory You need to change the permission of the directory At first change the user HTML folder (replace yourcomputerusername)sudo chown…
Access PhpMyAdmin On Linux And MacOS To access the application using your Web browser, create an SSH tunnel, as described below. Open a new…
Modify The AWS Instance Region Log in to the AWS Management Console.If required, use the region selector in the top right corner to switch to…
index php remove in ubuntu 20.04 wordpress Allow overriding htaccess in Apache Configuration (Command) sudo nano /etc/apache2/apache2.conf and edit the file & change to…
Ubuntu 20 php and phpmyadmin https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 sudo apt update sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl sudo phpenmod mbstring sudo systemctl restart…
On my Ubuntu LAMP installation, I solved this problem with the following 2 changes. Enable mod_rewrite on the apache server: sudo a2enmod rewrite .Edit…
check your php version by running “php -v” (in our case its 7.4)Install mysql package according your php version “apt-get install php7.4-mysql”Restart apache server…
sudo chmod -R o+rw /var/www sudo chgrp -R www-data /var/www/html Amazon AWS Filezilla transfer permission denied chown -R ubuntu /var/www/html Make sure permissions on…
You can try with the php artisan storage:link you can try this one also A simple fix for the issue (linked broken error) in…
I had the same issue with ec2 for php mail. install Sendmail by command: sudo apt-get install sendmail check the service whether it’s started…