How to change phpmyadmin URL in Xampp Ubuntu and how to solve 'New Security Concept while accessing Phpmyadmin - Xampp' ?

How to change Xampp phpmyadmin URL ini Ubuntu


1. Open file httpd-xampp.conf  which is located in directory /opt/lampp/etc/extra/ with your text editor or type in your terminal: sudo nano /opt/lampp/etc/extra/httpd-xampp.conf
2. Change line Alias with your desired path. In below sample, I change my phpadmin url to: localhost/myanothersql




How to solve 'New Security Concept' while accessing Phpmyadmin - Xampp ubuntu:

Type in your terminal :

sudo nano /opt/lampp/etc/extra/httpd-xampp.conf

edit line : Require local to Require all granted

Comments

Popular posts from this blog

How to learn data structure effectively

How to resolve some issue while Installing Moodle Ubuntu 16.04 using Xampp

How to Learn to Code, Fast