#1 Le 10/12/2017, à 01:05
- Papillio-lotus
The requested URL /phpmyadmin/ was not found on this server.
Bonjour à tous,
Je suis actuellement dans une impasse et malgrés mes heures de recherche il semble que personne n'est encore posé le problème avec exactement le même soucis que moi, je m'explique ;
J'installe Drupal 8 en ce moment, alors en suivant un tuto j'ai installer lamp, apache, MySQL, , php puis phpmyadmin ! Tout aller bien jusqu'a arriver au configuation Drupal.
Après avoir fait la procédure pour Enable Clean Urls, PhpmyAdmin ne fonctionne plus du tout !
Lorsque je vais sur Localhost/phpmyadmin, "404 not found The requested URL /phpmyadmin/ was not found on this server " apparait.
Pour l'instant, je vais attendre l'aide d'une personne charitable, j'ai vraiment tout essayer, quitte à supprimer tout pour recommancer je le ferais, mais j'aimerais vraiment savoir d'ou cela provient..
Merci
Hors ligne
#2 Le 10/12/2017, à 08:49
- gl38
Re : The requested URL /phpmyadmin/ was not found on this server.
Tu as suivi quel tuto ?
Cordialement,
Guy
Hors ligne
#3 Le 10/12/2017, à 13:23
- Papillio-lotus
Re : The requested URL /phpmyadmin/ was not found on this server.
J'ai suivis cette video https://www.youtube.com/watch?v=cyn_6-UCjDY , c'est précisément à 11:11 dans la sous partie "note" que mon problème à commencer s'installer.
J'ai suivi la procédure indiqué, m'offrant une solution en 4 étapes, mais il semble que le problème soit plus corsé que prévu (toujours 404 not found) mais pas de panique je décide de suivre les instructions porté sur ce site : https://www.digitalocean.com/community/ … untu-16-04 , on y voit clairement les étapes très simple et c'est cette simplicitité déconcertante qui m'intérroge ; qu'est ce qui n'a pas été fait ?
Voici mon fichier VirtualHost :
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
Ce que dit mon fichier log :
[Sun Dec 10 13:33:36.261991 2017] [core:alert] [pid 4384:tid 139707971270400] [client ::1:49322] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:34:04.259141 2017] [mpm_event:notice] [pid 4381:tid 139708126164864] AH00491: caught SIGTERM, shutting down
[Sun Dec 10 13:34:05.361124 2017] [mpm_event:notice] [pid 4564:tid 140319598028672] AH00489: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Sun Dec 10 13:34:05.361189 2017] [core:notice] [pid 4564:tid 140319598028672] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 10 13:34:12.825922 2017] [core:alert] [pid 4568:tid 140319497426688] [client ::1:49344] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:38:56.037953 2017] [core:alert] [pid 4567:tid 140319505819392] [client ::1:49354] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:38:56.940272 2017] [core:alert] [pid 4567:tid 140319514212096] [client ::1:49356] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:38:57.517267 2017] [core:alert] [pid 4567:tid 140319497426688] [client ::1:49358] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:38:57.702965 2017] [core:alert] [pid 4568:tid 140319505819392] [client ::1:49360] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
[Sun Dec 10 13:38:59.192708 2017] [core:alert] [pid 4567:tid 140319489033984] [client ::1:49362] /var/www/html/.htaccess: Invalid command '/var/www/html/.htaccess', perhaps misspelled or defined by a module not included in the server configuration
Merci à vous.
Dernière modification par Papillio-lotus (Le 10/12/2017, à 13:44)
Hors ligne
#4 Le 10/12/2017, à 16:16
- gl38
Re : The requested URL /phpmyadmin/ was not found on this server.
Je n'ai pas le temps ni envie de regarder une doc sur youtube.
Désolé.
Guy
Hors ligne
#5 Le 10/12/2017, à 16:28
- Papillio-lotus
Re : The requested URL /phpmyadmin/ was not found on this server.
Tu as suivi quel tuto ?
Cordialement,
Guy
J'ai répondu à votre question et maintenant vous ne voulez plus m'aidez ?
Hors ligne