I am currently running a site on Joomla, and would like to be able to add a landing page for the main domain. What code can I use to rewrite the index.php to say, index2.php, or to force apache to use my new page as the index? I suppose I could do this in php and AJAX as well, but a rewrite seems the best option
I'm not sure if I'm reading this right, but here's an idea. Depending on the webserver, you can just add index.html. index.html usually gets higher precedence over your index.php file.