This is the problem if you use Joomla as document root for your dyndns address, and you have only one address.
If you want to connect to PHPMyAdmin or something later it will be difficult.
The best thing is to have One DynDNS address to the Q web folder.
If you want to have your root directory redirected, you can create one index.php in the Q web folder
Inside of this you have this lines
Edit your address
Code: Select all
<?php
header("Location:
http://mypage.com/joomla"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
Rename the index file from Nap in the root folder to something like index old.html
Then everyone that visits your headdress will be redirected to Joomla directory.
And you are still able to use your
http://mypage.com/phpMyAdmin________________________________________________________
For connecting to remote desktop of another computer (via internet or network) and controls. Also connecting to VNCServer through Repeater or directly to VNCServer and a lot of other configuration options. For more details
VNCServer