Help need with extern IP

Hello

I have install Wordpress on my Wd My cloud 6TB
and i have bought a domain name how can i change my settings to my domain name

like blabla.nl that is will be redirect to my wordpress on my WD MY Cloud

my domain is working right now but only i get the login screen and thats not good.

ip/wordpress is my site then and i want only my domain name

who can help me with that?

1 Like

Welcome to the Community.

I do not fully understand what you are trying to accomplish. Are you trying to join your WD My Cloud to a Wordpress Domain?

Regards,

1 Like

You might need to create a new .conf file for apache web server with an alias to whatever location is your wordpress “web page” on the drive.

the .conf file would go under /etc/apache2/sites-enabled

The .conf file would look something like, ofcourse needs to be modified for your customer “site”

Alias /database/ “/usr/share/php5/phpmyadmin/”
<Directory “/usr/share/php5/phpmyadmin/”>
Order allow,deny
Allow from all

then you have to restart apache and finally should be able reach your page by visiting your http://domain_name/alias_name

The steps are not 100% correct but thats the basic idea.