Topic: DynDns

Looking for some ideas / tips here..

but I have a small site setup for my fam.. I have it running off a spare box running win2k3.. using IIS.

Everythings working ok there, but Im trying to add another site for someone else..

I setup w/ dyndns (This happens with no-ip.com as well) and setup a redirect to go to my ip http://67.x.x.x:8081..

I am able to hit the new punbb site I setup but when I login.. It will show that it has authenticated but it just goes back to the login page as if I had not logged in.

I tried setting under admin / options a few things,

http://67.x.x.x:8081..
http://redirectedsite.webhop.net (this one points to the ip:8001)

Can anyone pinpoint what im doing wrong?

I am doing a cloakin/masking on dyndns so it reflects the correct name instead of changing back to the ip..

Thanks for any help smile

Re: DynDns

Hrmm.. working fine in firefox..? IE Is the only one that is giving me fits apparently.

Re: DynDns

open open functions.php, find the line with P3P in it and uncomment it

4

Re: DynDns

You could go and set up virtual hosts...

Do, or do not.

Re: DynDns

Much Thanks connorhd.. That worked perfectly..

Virtual Hosts? in iis? or is this something else that your refering to.

thx

6

Re: DynDns

Virtual hosts are usefull when you are running Apache, which I don't think you are.

Must have missed the Windows part. I think my mind filters that out...

Do, or do not.

Re: DynDns

Yeah I know.. IIS.. its awful ;p
Im just kind of a newb and it has been pretty easy for me to setup..  But I will be switching over to apache eventually..

Thx for the help