RE: Help with cgi server

2008-10-25 Thread lists
yes, you'd have to take this up with your hosting company. You can look around your hosting control panel, or just email their tech-support. - Rex -- i've created a table in my db that allows the header and footer to adjust depending on the subdo

Re: Help with cgi server

2008-10-24 Thread Jason Fisher
You could try the simpler form of the URL in your table, so "domain.com" instead of "www.domain.com" and then build a custom string with just the root of the domain name: then in the query WHERE URL = ~| Adobe

Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust depending on the subdomain. basically the code calls: SELECT * FROM Partners WHERE URL = '#cgi.server_name#' it is recognizing the root domain (www.domain.com) but getting a page not found error when dealing with any o

Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust depending on the subdomain. basically the code calls: SELECT * FROM Partners WHERE URL = '#cgi.server_name#' it is recognizing the root domain (www.domain.com) but getting a page not found error when dealing with any o