Tagged Questions
2
votes
1answer
54 views
Should OpenID clients accept adding WWW to the domain?
For a long time I've used OpenID delegation on my site:
http://example.org/ delegated to: http://example.openid-provider.com/, so I logged into OpenID-consuming sites using the former as ID.
...
2
votes
1answer
119 views
how to handle login between different domains?
I've a website with 2 domains (.nl and .com) and a translated version of the content is displayed depending on the domain.
My issue is that when a client login under a .nl domain, and he moves to the ...
4
votes
2answers
190 views
How do I edit/modify a file on a webserver using php file in the same location? [closed]
I have an XML file on my server. In the same directory I have a PHP file which modifies the content of the XML and saves it. In this, the save part doesn't work. In my knowledge the code is alright ...