Hi guys
My domain is in name.com and my hosting is in 2gbhosting.com.
I am bit confused which DNS type Record i have to enter in domain(A,CNAME, MX).
And what setting i have to do in hosting.
I have enter CNAME for subdomain but its not redirecting to that Given IP.
Please help me out..
Thanks in advance.
Search Result
Collapse
7 results in 0.0023 seconds.
Keywords
Members
Tags
-
How to constantly copy login data from one sql database to another?
Is there a PHP or some sort of script that will allow me to have logins created on one database also created on another?
My main database is using Drupal and the second is Simple Machines Forum. I need people who register for the Drupal side of the equation (the main domain) to have the same login info for the SM forum (the sub domain).
I've read other articles about how to transfer the login information from one database... -
How to extract from a URL
I've seen this question posted previously on bytes.com, but the question was never fully answered.
Hypothetically, use this as a URL: http://subdomain1.subdomain2.domain.subdomain3.com What I'm looking for is a way to extract just the domain name leaving the subdomains and any other data excluded.
At any given point, I won't know how many subdomains are included in the URL. So using a regex probably isn't the best idea as... -
site.com/library from site.com/?mod=library
How I can do that!!!
when user type site.com/library he/she acces link site.com/?mod=library
And if possible I would like to make automatic sistem for it on registation.... .
As I know it is virtual domain -
how to share a session with other websites(subdomains) ?
hi all,
I want to use session for storing username & password.
I will have a main page mainpage.mydoma in.com which will save username+passwo rd in a session on the server.
Now when i access email.mydomain. com i want it to retrieve the username+passwo rd from the session previously created by mainpage.mydoma in.com.
The web applications are hosted on the same machine using apache virtual hosts.... -
Programmatically create subdomains (host header records)
I implemented a URL rewriter which worked reasonably well, but now I am creating other sites on the same server (single IP). Because IIS will not accept subdomain wildcards (*.subdomain.co m), it resolves the subdomain traffic back to the default site (e.g. the site with empty host header). From there it is possible to rewrite and pass the traffic back to correct web app and use the referring agent to get original url, but this gets messy in practice.... -
Login works only on some devices
I am developing a mobile version of my site. I have limited testing resources: a Blackberry and Kindle. I have a friend who can run a test on an iPhone, but I don't have access to it.
The problem is that I can log in to the site on the Blackberry and the Advanced version of the Kindle browser, but not with the simple version or with the iPhone.
I believe the problem is with the cookies, since the database is registering...