I've installed a store theme and my client asked me to use a different homepage before the current default homepage he wants to name site.com/store.
So I've renamed the original index.php to store.php and created another index.php.
How can I do now to create a link to store.php from index.php?
the contents of store.php cannot be posted in a static page because it's full of php code for last products etc.
Does exist some way to point it?