Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7618003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:17:11+00:00 2026-05-31T03:17:11+00:00

I have setup an Ubuntu LAMP server, and I have had phpmyadmin working fine

  • 0

I have setup an Ubuntu LAMP server, and I have had phpmyadmin working fine with my website. However, I have recently had to create a virtual host for my IP address to avoid a security issue with directory listings in Tomcat, and now I can no longer access phpmyadmin.

It used to be at 192.68.1.99/phpmyadmin, and the actual phpmyadmin files are located in

 /usr/share/phpmyadmin

I have a domain name pointing at my sever which I can use to point at phpmyadmin – how do I configure this?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T03:17:12+00:00Added an answer on May 31, 2026 at 3:17 am

    Try to add

    Alias /phpmyadmin /usr/share/phpmyadmin
    

    To your global configuration or to virtual host which serves 192.68.1.99:80

    This will allows you to access it again on URL http://192.68.1.99/phpmyadmin

    If you want to setup phpmyadmin to be available using domain name, it is very same,
    just put this line into VirtualHost settings of server under which you want to access it.

    If you receive errors like access forbidden, add also following lines:

    <Directory /usr/share/phpmyadmin>
        Allow from all
        Deny from None
        Order Allow,Deny
    </Directory>
    
    <Location /phpmyadmin>
        Allow from all
        Deny from None
        Order Allow,Deny
    </Location>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've recently setup my Ubuntu web server with exim4 so my PHP website applications
I am attempting to setup Symfony2 on an Ubuntu virtual host. However even the
My setup: Ubuntu LAMP, application built w/ zend framework My Problem: I have a
I have a (from what I can tell) perfectly working Linux setup (Ubuntu 8.04)
Our setup as follows: We have a local development server running Ubuntu, with a
I have setup web dav on windows server 2008. It seems to work fine
I've recently set up a Ubuntu 9.10 server with a LAMP configuration and then
I have an environment setup on Ubuntu 10.04 LTS to run a Django website
So have an ubuntu server with lamp installed. We installed webmin so we would
I have to scan a Ubuntu server (installed as a virtual machine on my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.