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 :: batch script if statement 
Shell :: ubuntu check chmod 
Shell :: install jwt express 
Shell :: pymongo.errors.ServerSelectionTimeoutError: localhost:27017 
Shell :: git list stashes 
Shell :: display group of username mac 
Shell :: loop file bash 
Shell :: powershell show only current directory 
Shell :: git check merged branches 
Shell :: git change local branch name 
Shell :: clean local branches git 
Shell :: shell case example 
Shell :: github page 404 
Shell :: unikey ubuntu 20.04 
Shell :: install forge server command line 
Shell :: apt lock 
Shell :: ubuntu visual studio path 
Shell :: amend commit 
Shell :: cloning a repository that says not found 
Shell :: functions in linux 
Shell :: npm install in dev mode 
Shell :: how to go back to the last directory in linux 
Shell :: az aks get-credentials 
Shell :: install composer by cmd 
Shell :: how to install edge throught terminal ubuntu 
Shell :: wsl2 file location 
Shell :: setup ftp server linux 
Shell :: home brew mac 
Shell :: install brave browser in ubuntu 
Shell :: git already up to date but not 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =