Answers for "not found the requested url was not found on this server. wordpress whithou dashboard"

1

Not Found The requested URL was not found on this server.

first -
sudo a2enmod rewrite


sudo systemctl restart apache2

this line depends on your apache2 version you found on your console copy and past ...

      sudo nano /etc/apache2/sites-available/000-default.conf


     DocumentRoot "/var/www/html"
    <Directory "/var/www/html">
            Options FollowSymLinks
            AllowOverride All
            Require all granted
    </Directory>
Posted by: Guest on December-02-2021
1

wp-admin the requested url was not found on this server

url migth be this "localhost/wordpress/wp-admin/"
Posted by: Guest on April-15-2021

Code answers related to "not found the requested url was not found on this server. wordpress whithou dashboard"

Browse Popular Code Answers by Language