Hi everybody.
I am experiencing an issue with configuring an alias for phpMyAdmin on a Debian (Bookworm) server running MyVesta.
I followed the steps to change the default phpMyAdmin location to a custom alias, but I am encountering a blank page when accessing the new URL. Here are the details:
Changes Made:
- Edited the phpMyAdmin configuration file located at /etc/apache2/conf.d/phpmyadmin.conf.
- Added the following lines to configure the new alias:
- Restarted apache.
Results
Only a blank page is displayed when I open the new phpMyAdmin URL.
I searched on this forum for solutions, but it looks like the only user who experienced the same problem, never found a solution.
Thank you for any suggestions.
I am experiencing an issue with configuring an alias for phpMyAdmin on a Debian (Bookworm) server running MyVesta.
I followed the steps to change the default phpMyAdmin location to a custom alias, but I am encountering a blank page when accessing the new URL. Here are the details:
Changes Made:
- Edited the phpMyAdmin configuration file located at /etc/apache2/conf.d/phpmyadmin.conf.
- Added the following lines to configure the new alias:
Code:
Alias /xyzphpmyadmin /usr/share/phpmyadmin<Directory /usr/share/phpmyadmin> Options FollowSymLinks DirectoryIndex index.php AllowOverride All Require all granted</Directory>
Results
Only a blank page is displayed when I open the new phpMyAdmin URL.
I searched on this forum for solutions, but it looks like the only user who experienced the same problem, never found a solution.
Thank you for any suggestions.
Statistics: Posted by iulsplus — Tue Jul 02, 2024 5:05 pm