Заявеният URL адрес, не е намерен на този сървър. сървър apache/2.4.41 (ubuntu) към порт 80

Примерен код

1
0

Не е намерен Заявеният URL адрес, не е намерен на този сървър. Apache/2.4.41 (Ubuntu) Сървър на локалния хост на Порт 80

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

заявеният URL адрес, не е намерен на този сървър. сървър apache/2.4.41 (ubuntu) към порт 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
0
0

заявеният URL адрес, не е намерен на този сървър. apache ubuntu

excute this command to edit apache conf file of your server.

nano /etc/apache2/apache2.conf

And Kindly find this section and update this.
from

<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

To

<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>

Then apache2 restart
sudo service apache2 restart

End. Hope it works well.

На други езици

Тази страница на други езици

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Íslensk
..................................................................................................................