How to change phpmyadmin url of ubuntu aws server

How to change phpmyadmin url of ubuntu aws server

http://www.domain.in/dbaditya/

this is the url

in this video we change dbaditya to newname

  1. login into server using putty
  2. cd /etc
  3. cd phpmyadmin
  4. ls
  5. sudo nano apache.conf
  6. modify this line Alias /dbaditya /usr/share/phpmyadmin
  7. ctrl + x and press y for exit
  8. sudo service apache2 restart for restart the apache service

Note: top command to show process monitor of server

q used for quit from top command window/screen

http://www.domain.in/mynewdata/
Done URL succcessfully changed



Leave a Reply