Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

the requested url was not found on this server. apache/2.4.41 (ubuntu) server at port 80

sudo -H nano /etc/apache2/apache2.conf

add the following line at the end of the file
Include /etc/phpmyadmin/apache.conf

then restart the apache2
sudo systemctl restart apache2
Comment

ubuntu Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80

Have you tried to:

sudo -H gedit /etc/apache2/apache2.conf
Then add the following line to the end of the file:

Include /etc/phpmyadmin/apache.conf
Then restart apache:

/etc/init.d/apache2 restart
Comment

Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 restart
Comment

PREVIOUS NEXT
Code Example
Shell :: how to set minimum char for variable in powershell from user input 
Shell :: how to run mcreator 
Shell :: build.sh 
Shell :: grub rescue commands linux 
Shell :: how to fix expired key when apt update 
Shell :: basic config palo alto cli 
Shell :: check latest secret version acess GCP 
Shell :: how to retain ownership permissions when copying file linux 
Shell :: cpickle 
Shell :: svn checkout directories recursively 
Shell :: set folder permissions linux 
Shell :: hide ssd icon in ubuntu 
Shell :: replace the sound of mp4 video linux 
Shell :: how to monitor my applications net http traffic locally in terminal 
Shell :: install telnet mint 9 
Shell :: git get directories of added files 
Shell :: snap jdk 
Shell :: change webmail user password 
Shell :: linux poid dossier 
Shell :: how to wait until a triggered pipeline completed gitlabci 
Shell :: add pc to domin and change name with powershell 
Shell :: how to resolve failing tests after database migration 
Shell :: gk420t driver windows 
Shell :: bash map lenght 
Shell :: kubernetes cert kubeconfig 
Shell :: bcrypt fails during docker compose 
Shell :: bash script: compare two string 
Shell :: how to install particular version of rabbitmq 
Shell :: Could NOT find Boost (missing: filesystem) 
Shell :: install yarn in nginx 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =