You are here
TomW - Tue, 2012/08/28 - 20:48
I installed Virtualmin on my fresh but old Ubu-LAMP 11.3 server but it broke the link on the index.php page. It works from http(s):/IP-dom/phpmyadmin but not with :12322. Not a big deal but thought I'd ask how to troubleshoot. I created a fresh symlink but no go.
I also would like to rename index.php to tkl.php so I can free up the root of /var/www for sites.
Not sure how to do that w/o breaking that too. ;)
Forum:
Renaming index.php should be fine
Renaming it to tkl.php shouldn't create any issues.
As for phpMyAdmin, I suspect that it has altered the TKL default virtual host (and replaced it with the default default one).
In a vanilla TKL appliance there should be a symlink in /etc/apache2/sites-available (called phpmyadmin) which points to /etc/phpmyadmin/apache.conf
And the /etc/phpmyadmin/apache.conf file looks like this:<VirtualHost *:12322>
Hopefully that'll get you going...
Add new comment