Howdy, having a little trouble here. I have domain.co.uk setting a session. When I click on a link on domain.co.uk to go to sub.domain.co.uk the session is not being read.
I was finally able to setup subdomains but now I have a problem when I try and access the subdomain by itself. For instance, when I visit sub.domain.com, I get a page not found error. However, when I
I\'m currently dev开发者_如何学Celoping a user facing web application that gives each new user their own subdomain on the site, which is fine (using subdomain_fu), but is there a way to let a user map
The scenario is this: My html page is on http://www.mydomain.com/somepage.html Using jQuery, I call a webservice on: http://subdomain.mydomain.com/webservice.asmx/somemethod
I\'m trying to match subdomains to a customer id in symfony. i.e. i have customer1.example.com and customer2.example.com
I\'ve got a webserver that has a single domain SSL certificate: https://secure.example.com I also have a couple of subdomains 开发者_运维知识库that point to different servers:
Ok, here\'s my problem, i want to maintain session data between two applications or domains (eg:- www.abc.comand secure.abc.com).
We currently have domain.com/username redirected to domain.com/setsession.asp?u=username which then redirects to the app at domain.com/theapp.
At this time every site on my server is on the domain \"mydomain.com\" or \"subdomain.mydomain.com\", I do various re-writes depending on the subdomain used to access the site.
I\'m trying to use http://ls1.bigseapreview.com as a domain for a Rails project. The problem is it doesn\'t seem to be correctly mapping any routing apart 开发者_StackOverflow社区from the home page.