The site is partially accessible except the CSS is not working including images for the index (home)page. Other URLs are not opening and returning ''Not Found The requested URL was not found on this server". I believe its something simple though.
I figured it out in the /usr/share/phpmyadmin .htaccess file..... your video shows AuthUserFile /etc/phpmyadmin/ .htpasswd, but mine works with just...... AuthUserFile /etc/phpmyadmin in that .htaccess file. hope this helps anyone.
The .htpasswd is for protecting the directory. But the second password is for the phpMyAdmin software. If you encounter error after the first login and don't see the second (phpMyAdmin) login form, it can have several reasons. Please check your .htaccess settings first. Also you can check the Apache error log with: sudo tail -f /var/log/apache2/error.log Also by enabling the PHP error log you may see more info using the command below: sudo tail -f /var/log/php_errors.log In addition, if the permission or ownership issue is causing the error you can solve it by: sudo chown -R www-data:www-data /path/to/phpmyadmin sudo chmod -R 755 /path/to/phpmyadmin Note: www-data is the actual name of the group and user for the web server. But you need to customize "/path/to/phpmyadmin". As you know error 500 is an internal server error and there can be a lot of reasons for that. If you can find out more about the reason of the error, solving it will be much easier. So, look for the logs.
Fantastic tutorial. Zero issues doing this. Now I need to spin up the webpages.
The site is partially accessible except the CSS is not working including images for the index (home)page. Other URLs are not opening and returning ''Not Found The requested URL was not found on this server". I believe its something simple though.
Awesome tutorial, i was looking for this phpmyadmin installation, it it works smoothly, thank you so much man!
Happy to help. You're welcome.
I'm getting an Internal Server Error I get after adding the AllowOverride All
I figured it out in the /usr/share/phpmyadmin .htaccess file..... your video shows AuthUserFile /etc/phpmyadmin/ .htpasswd, but mine works with just...... AuthUserFile /etc/phpmyadmin in that .htaccess file. hope this helps anyone.
But then I still get a error 500 after it prompts for password and accepts it but errors out on error 500.
The .htpasswd is for protecting the directory. But the second password is for the phpMyAdmin software. If you encounter error after the first login and don't see the second (phpMyAdmin) login form, it can have several reasons. Please check your .htaccess settings first. Also you can check the Apache error log with:
sudo tail -f /var/log/apache2/error.log
Also by enabling the PHP error log you may see more info using the command below:
sudo tail -f /var/log/php_errors.log
In addition, if the permission or ownership issue is causing the error you can solve it by:
sudo chown -R www-data:www-data /path/to/phpmyadmin
sudo chmod -R 755 /path/to/phpmyadmin
Note:
www-data is the actual name of the group and user for the web server. But you need to customize "/path/to/phpmyadmin".
As you know error 500 is an internal server error and there can be a lot of reasons for that.
If you can find out more about the reason of the error, solving it will be much easier. So, look for the logs.
The error :)
The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier alias
Solved
Happy to see you got that covered
i just wanna know how all of these tutorials know exactly what to do, what commands to type etc etc. how do you know all of this?
More you look, more you see. It's just a matter of time.
Thank you for being with us :)
I think I made it bad, I tried to delete and restart but it's did not delete
Could you provide more information about your system and the process? What's exactly your problem?
@@arashtad-tutorials it’s finally work !
I’m using a Chromebook , with Debian 12
@@Estheratamus Very happy to hear that :)
It did not work for me