I have 1700 domains that I need to have pointing to one single Index.php so that I can redirect them to different CPA offers. I need to know what is the simplest way for me to set this up. I do not think I will have a ton of traffic, as it will just be random type in traffic. I need to be able to update the index.php whenever I want to change the offer. domain1.com and domain2.com both show the same index.php What is the best way for me to go about setting this up?
I could do that, but I'd have to set up each and every domain on the server, then drag the index.php into each of the domain folders. I'm working with someone now that is going to help me set this up. Thank you for your help. What is SSEC?
i have about 20 domains that i don't use, and I did this : if you have cpanel, go to addon domains, in New domain name: enter domain.com, and in Username/directory/subdomain Name: enter domain for every new domain you add using addon domains, for Username/directory/subdomain Name: enter the same : domain. Understand ? that's how they will all point to same folder. And then, in that folder, insert index.php and it's done Hope this helps. + rep would be appriciated.
hello all domains are locate in same server ? if yes i believed this help you The ServerAlias directive sets the alternate names for a host, for use with name-based virtual hosts. httpd.apache.org/docs/2.0/mod/core.html#serveralias example <VirtualHost *> ServerName server.domain.com ServerAlias server server2.domain.com server2 # ... </VirtualHost> all domain use the same directory