Jump to content

Search the Community

Showing results for tags 'domain'.

  • Search By Tags

    • domain ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 8 results

  1. Summary: If I have a site sitting on a server called testing.com, then on the server change it to mycompany.com, do I have to modify any settings in ProcessWire? After building several processwire for clients, the one question that I haven't had is about moving a processwire site from an old (t...
  2. Hi all, I have problems to keep my session on different subdomains (including www). I've set the following config: $config->sessionCookieDomain = '.mydomain.net'; $config->sessionCookieSecure = false; But it doesn't work, I always loose the session when I switch between www.mydomain...
  3. Hi all, this is my first post here - so let me say first: I love ProcessWire! I have the following scenario: On my website users will be able to create their own site. This site is a page (in this case 'theirsite'): "www.mydomain.com/theirsite" Now I want that they can use their...
  4. Greets Right, so I'm nearly done with my first PW site, and now need to move it to a testing server, which uses a different domain. (Sure, this question could apply to moving a site from dev to production too...) The move was successful, but the "View" tab/button (dependant on the admin theme -...
  5. On my site I am using the code from this post https://processwire.com/talk/topic/5082-default-language-per-domain-language-switcher-not-working/ All homepages look fine and return the corresponding translation. But all links are still pointing to the default host not the one I am currently visiti...
  6. Good day, gentlemen! Can ProcessWire use an /assets/ folder form a different domain/subdomain, as recommended for static content (http://developer.yahoo.com/performance/rules.html#cookie_free)? I looked into /index.php and it seems that the paths/URLs are stored as site root + folders (i.e /proc...
  7. Hi Everyone, I'm trying to figure out how to forward all subdomains to a single domain. For example, if the user goes to ... http://sharespost.com). I saw some similar posts about this but nothing concrete. Anyone have any thoughts? Any help is appreciated. Thanks.
×
×
  • Create New...