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 :: nvm remove node version 
Shell :: how to remove dpkg package in ubuntu 
Shell :: install docker in kali linux 
Shell :: solana install 
Shell :: how to open appimage in linux 
Shell :: git remote using ssh 
Shell :: git force merge branch 
Shell :: show commit differences between branches git 
Shell :: get total installed List from ubuntu terminal 
Shell :: linux uninstall package 
Shell :: find bigger file on linux centos 
Shell :: requiring unknown module "1" 
Shell :: git get develop changes to my branch 
Shell :: homebrew install sass 
Shell :: The framework needs the following extension(s) installed and loaded: intl. at SYSTEMPATHCodeIgniter.php:219 
Shell :: break line bash 
Shell :: install Homebrew on mac or linux 
Shell :: copy partition to another disk linux 
Shell :: postgres setup Linux Debian 
Shell :: dar permiso de ejecucion linux 
Shell :: how to uninstall a software in ubuntu 
Shell :: copy folder linux 
Shell :: convert a WSL 1 distro to WSL 2 
Shell :: list enviroment variables 
Shell :: list remote branches git 
Shell :: github no changes added to commit 
Shell :: qemu convert qcow2 to vmdk 
Shell :: how to install flutter linux 
Shell :: ubuntu add public key to server 
Shell :: install scikit learn 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =