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 :: ubuntu edit file 
Shell :: KDE Connect Command PC turn off 
Shell :: stash recrusive submodules 
Shell :: allow ssh connections through windows defender 
Shell :: edgeos hosts file 
Shell :: shell replace plus in string 
Shell :: install ponylang 
Shell :: install smui top-app-bar 
Shell :: delete 1st row csv for hive table 
Shell :: apt disable ipv6 
Shell :: github settings loin 
Shell :: git preview pull 
Shell :: gitlab ci credentials store 
Shell :: 7z linux terminal show files in archive 
Shell :: drush user login 
Shell :: ring get the input from the user using the give command 
Shell :: stop git advice on empty path spec 
Shell :: SCCM install update via command line 
Shell :: login to github from terminal 
Shell :: build.sh 
Shell :: boot.img unpack linux 
Shell :: How to update extension on knime server 
Shell :: composer preferred-install dist and source 
Shell :: awesomewm change keyboard layout debian 
Shell :: bash check other instances 
Shell :: script to delete a range of history in terminal mac 
Shell :: backup software move file from certain time 
Shell :: pdftk remove last page from pdf life 
Shell :: silent installation with powershell 
Shell :: sexy bash 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =