Note that there are some explanatory texts on larger screens.

plurals
  1. USSteve G.
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI agree, it seems too complicated. I'm using Rackspace CloudSites to host the central app (it's cheap and allows for on-demand scaling), which unfortunately does not allow for any advanced configuration. I am using Rackspace CloudServers (near-instant deployment, very inexpensive, scalable, root access) to handle the more advanced customization. I've setup a similar config before (wildcard subdomains on a CloudServer redirected to a site on CloudSites) but the DNS issues now add another layer of complexity.
      singulars
    2. COThanks for the quick response. The problem is that this needs to be automatically scalable - meaning that my PHP code needs to be able to create/destroy domain records on-the-fly (sorry, I didn't make that clear). What I might do is have two domains: myapp.com + myapp2.com Then can each domain#.com DNS record be setup to invisibly redirect to domain#.com.myapp2.com? The server with myapp2.com would be setup for wildcard subdomains and would then use Mod_Rewrite to go to myapp.com/domain.com/ Sound at all plausible? I'm new to DNS setup and trying to learn...
      singulars
    3. COI also found Paul Butler's Simple Diff script to work much better for long text than the PEAR package. PEAR focused word-to-word whereas Butcher's setup produced better output with differences remaining chunked together as strings. Link: http://github.com/paulgb/simplediff/blob/5bfe1d2a8f967c7901ace50f04ac2d9308ed3169/simplediff.php
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload