Hallo!
Folgendes Szenario:
habe auf dem Server mehrere Domains, die über verschiedene Virtualhosts-Einträge entsprechend in ihre eigenen directories var/www/<domain.tld>/ laufen. habe nun phpmyadmin installiert.
Dort gibts in der Config nen Alias-Eintrag:
"Alias /phpmyadmin /usr/share/phpmyadmin"
Der Effekt ist nun, dass unter jeder Domain nun das Unterverzeichnis phpmyadmin erreichbar ist.
Bitte wie kann ich das ändern? Ich möchte, dass phpmyadmin nur über eine meiner Domains erreichbar ist.
Danke & Gruß,
Markus
phpmyadmin soll nicht unter allen vhosts erreichbar sein
-
- Posts: 189
- Joined: 2009-11-04 00:43
- Location: NRW
-
- Project Manager
- Posts: 11179
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: phpmyadmin soll nicht unter allen vhosts erreichbar sein
Deinstalliere phpMyAdmin wieder und installiere es manuell im entsprechenden VHost.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: phpmyadmin soll nicht unter allen vhosts erreichbar sein
... oder setze die Alias-Direktive einfach nur in die VirtualHost-Blöcke, in denen es erreichbar sein soll.
-
- Posts: 189
- Joined: 2009-11-04 00:43
- Location: NRW
Re: phpmyadmin soll nicht unter allen vhosts erreichbar sein
ui super - die letzte Idee find ich klasse! Vielen Dank, it works! :-)