PDA

View Full Version : renaming index.php


Darshu
04-18-2002, 02:17 AM
lets say i wanna rename forums/index.php to forums/forums.php

how do i do it and wat files do i need to edit??

i'd really appreciate any help...

thanx :)

alexp
04-18-2002, 10:11 AM
a lot of files, and most of the templates!

There is an easier way. Rename your site's index page to "site_index.php"

Then place your entire site (including vB) into a directory called /site

then, place an index page on your root (the directory below "site") redirecting to "site/site_index.php"

you can do this with:

<?php

header("location: site/site_index.php");

?>

Hope this helps.

Alex