PDA

View Full Version : index page



SmoothDime
December 28th, 2004, 02:59 AM
is there anyway to make my index page show up as www.mysite.com/index.php (http://www.mysite.com/index.php) instead of just www.mysite.com/ (http://www.mysite.com/)

for example if i go to www.mysite.com (http://www.mysite.com) the url will be www.mysite.com/ (http://www.mysite.com/) and i want it to be www.mysite.com/index.php (http://www.mysite.com/index.php)

thanks

Ben H
December 28th, 2004, 11:08 AM
Have an index.html file with a js redirect to index.php and a .htaccess file that defines index.html as the directory index...