phpwcms mit dyndns???

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
TheDarkman
Posts: 43
Joined: Mon 21. Jun 2004, 14:05

phpwcms mit dyndns???

Post 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
Danke und Gruß
Henning

My phpWCMS: http://www.henningnieland.de
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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 :)
TheDarkman
Posts: 43
Joined: Mon 21. Jun 2004, 14:05

Post 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.
Danke und Gruß
Henning

My phpWCMS: http://www.henningnieland.de
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Ich habe das ebenfalls so am Laufen - sogar mehrere Installationen parallel.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply