Accessing localhost from the internet (symbolic link)

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Accessing localhost from the internet (symbolic link)

Postby claus_01 » 30. June 2020 13:37

Hi all,

I have installed XAMPP for Linux 7.4.6 on my PC. Additionally, I installed a WordPress blog, which I want to be accessible from the internet (for security reasons only to a few people). Ok. I opened a port on my router & am now able to access the /dashboard directory, but not /wordpress. My brother-in-law gave me the advice to create a symbolic link 'ln -s dashboard wordpress', but I'm only getting a link that points to the directory /dashboard (wordpress -> dashboard). How can I reverse the direction of the link (dashboard -> wordpress)?

TIA,

Claus
claus_01
 
Posts: 14
Joined: 01. July 2010 15:35
Location: Ludwigsburg
XAMPP version: 7.4.6-0
Operating System: Ubuntu 20.04

Re: Accessing localhost from the internet (symbolic link)

Postby Nobbie » 30. June 2020 18:19

mkdir wordpress
mv dashboard dashboard.old
ln -s wordpress dashboard
Nobbie
 
Posts: 13176
Joined: 09. March 2008 13:04

Re: Accessing localhost from the internet (symbolic link)

Postby claus_01 » 30. June 2020 18:34

> mkdir wordpress

Where is this directory wordpress located? My WordPress installation is in /opt/lampp/htdocs/wordpress.

Claus
claus_01
 
Posts: 14
Joined: 01. July 2010 15:35
Location: Ludwigsburg
XAMPP version: 7.4.6-0
Operating System: Ubuntu 20.04

Re: Accessing localhost from the internet (symbolic link)

Postby Nobbie » 30. June 2020 22:17

>ln -s dashboard wordpress

Where is dashboard and wordpress located? Of course all commands are related to htdocs folder.
Nobbie
 
Posts: 13176
Joined: 09. March 2008 13:04


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 56 guests