How can I link a self-designed admin panel with my self-design site? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I link a self-designed admin panel with my self-design site?

I do not understand, where should I be redirected when i log in to the admin panel..

17th Oct 2017, 4:36 PM
Raktim Kashyap
Raktim Kashyap - avatar
1 Answer
+ 1
You can do this in 2 ways: 1) If you are hosting your own site (or are buying a domain and server hosting through a 3rd party), then use port forwarding, i.e., if you access your web server through a certain network port (the numbers at the end of the URL you may sometimes see), then it shows you the admin panel. 2) If you are hosting it on something like Google Firebase, GitHub Pages, etc., then have admin panel stored in a sub directory of the root folder.
18th Oct 2017, 5:08 PM
Aryaman Srivastav
Aryaman Srivastav - avatar