Relative Content

Tag Archive for phpmysqllinux.htaccessphpmyadmin

configuration phpmyadmin in php.ini(include_path)

I’m new to Linux (Ubuntu 22.04) and I’m trying to set up phpMyAdmin for my PHP project. I encountered a significant issue with .htaccess where php_value auto_prepend_file “/var/www/html/…” didn’t seem to work for me. Eventually, I added php_value auto_prepend_file “/var/www/html/…” directly into php.ini where auto_prepend_file = “/var/www/html/…”, and it worked for me!