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 :: restart gnome shell 
Shell :: add passphrase to ssh agent 
Shell :: exec user process caused: exec format error 
Shell :: bash vi mode 
Shell :: restart bash 
Shell :: how to check hugo version 
Shell :: ubuntu adduser 
Shell :: xcode print long string 
Shell :: add user to group 
Shell :: heroku git remote 
Shell :: apt check if package is installed 
Shell :: git second commit 
Shell :: remove apt docker 
Shell :: git test ssh 
Shell :: grep specific file 
Shell :: virtualbox homebrew 
Shell :: install laravel mix 
Shell :: sdkman 
Shell :: pip install quiet 
Shell :: git override local file with remote 
Shell :: ubuntu kill process 
Shell :: check if variable is a number in bash 
Shell :: centos search file by name 
Shell :: vim cant open file for writing 
Shell :: install nvm via npm 
Shell :: install heroku 
Shell :: curl: (7) Failed to connect to localhost port 9200: Connection refused 
Shell :: installing gunicorn with anaconda 
Shell :: ubuntu find running cron jobs 
Shell :: uninstall mono ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =