Hey i'm not sure if this is possible or not. Basically i have a site installed and my domain points to that folder. However i own two domains on the same server but i want each domain to point to a different index.php. So i have... Mysite.com/index.php (domain one points to that) Then have Mysite2.com/index2.php (2nd domain points to that) The reason why i need this is im creating multi-intrest site (Video Site, Game Site, Picture site)... What i will do is have one central domain point to the whole site. I also want to have each sub-parts of the site have their own domain, so i would have the domain point to the start of that sub site. (Everything is installed on the same server and same folder, i just need to make it so if ur coming from X domain it loads whatever.php Is this even possible?
If you can't access the httpd.conf file, you can write a .htaccess file and include mod_rewrite rules to display the different domains.