I have install Apache and php5. I can execute php with no problem.
However, I would like index.php to be recognized and executed the way
that index.html is. That is, I want to be able to type
www.mysite.com in the browser and not have to always type
www.mysite.com/index.php.
Is that an .htaccess change of some sort? I not an Apache expert.
However, I would like index.php to be recognized and executed the way
that index.html is. That is, I want to be able to type
www.mysite.com in the browser and not have to always type
www.mysite.com/index.php.
Is that an .htaccess change of some sort? I not an Apache expert.
Comment