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
phpwcms mit dyndns???
-
- Posts: 43
- Joined: Mon 21. Jun 2004, 14:05
-
- Posts: 43
- Joined: Mon 21. Jun 2004, 14:05
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
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.
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.
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
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.
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact: