EksoKen Posted August 9, 2012 Share Posted August 9, 2012 Is there anyway i can rename index.php to ex. home.php or something without making any problems. 0 Quote Link to comment Share on other sites More sharing options...
EksoKen Posted August 11, 2012 Author Share Posted August 11, 2012 I try to explain why since nobody replies. I have whmcs installed in main directory, also will everything go to index.php in whmcs, now we are developing new websites and we wont move whmvs therefore i need a solution where i can rename the index of whmcs to something else without making any troubles for the rest of the system, how can i do this??? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted August 12, 2012 Share Posted August 12, 2012 I wouldn't recommend renaming the index.php file as it could cause some issues. If you are wanting to display a custom page when a user visits your domain, you can always edit the homepage.tpl file and put your sites content directly into that template file or you could even do a redirection from the homepage.tpl to redirect visitors to another page to display your public site. <script language="javascript"> document.location.href = 'index2.php'; </script> 0 Quote Link to comment Share on other sites More sharing options...
GigaVM.com Posted August 13, 2012 Share Posted August 13, 2012 There will be no adverse effects other than obviously anything that links to index.php wont work anymore. We removed ours and simply modified the themes to suit. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.