Page 1 of 1

phpwcms mit dyndns???

Posted: Tue 7. Sep 2004, 08:26
by TheDarkman
hallo,

ich möchte gerne zu hause lokal als auch remotemässig per dyndns mit phpwcms arbeiten.

grundsätzlich: funktioniert das?

wenn es funktionieren soll, muss dann als url der dyndns host angegeben werden, damit beide oben genannten varianten funktionieren? hat da jemand erfahrung mit?

derzeit ist es so, ich kann die seiten aufrufen, aber beim login.php kommt nach eingabe von benutzername und passwort eine "seite kann nicht angezeigt werden"-seite.

edit: wie funktioniert das ganze, wenn mittels frame eine standard-domäne über die dyndns adresse gelegt wird?

gruss
henning

Posted: Tue 7. Sep 2004, 10:56
by pSouper
yes this can be done quite well.
I have a home server 'winxp iis' running with a dyndns account.

if you use a domain name that redirects to your dyndns domain name then you may need to pass some additional path data to dyndns.

any more Q's just ask :)

Posted: Tue 7. Sep 2004, 11:08
by TheDarkman
so first...

my english is not very well, but i understand what you mean. i will try after work. if there are anymore questions, i will write back.

thx a lot for your help.

Posted: Tue 7. Sep 2004, 11:15
by Oliver Georgi
Ich habe das ebenfalls so am Laufen - sogar mehrere Installationen parallel.

Oliver

Posted: Tue 7. Sep 2004, 11:18
by pSouper
if your index.htm is not in your server root path then you will need one of two workarounds..

dyndns will not allow you to type in 'ip/path/file.ext', only ip's. dyndns will however accept an ip/path/file.ext if provided via another domain name.
  • put an index.htm in your server root dir and use a meta tag to redirect it to your real index.htm/php directory.
  • buy a real domain name and redirect it to your dyndns domain with the full path to your index.htm
eg.
http://www.mydomain.com/mysubdir/index.php: redirected to your dyndns domain will enable dyndns to redirect the address to your server including any subdirs :)

this workaround does not work once you are in phpwcms and the address name will reflect your dyndns domain name.

Posted: Tue 7. Sep 2004, 12:00
by Oliver Georgi
use no-ip.com.

Good client, better than dyndns.org

And setup your webserver for virtual accounts. That's much easier by using Apache than IIS.

Oliver