I have my main index.php in my root folder along with index (2).php that goes with a link I have on my website.
Could the index (2).php affect the way my main index.php works?
Thanks for your help, Scott
bunltd
1:50 am on Apr 19, 2012 (gmt 0)
No, your web server will only look for set files as the index file, so the index (2).php likely won't be configured in that list - you'll only serve that one if it's actually requested.