PDA

View Full Version : have index.php as browse page?


erinleighross
10-03-2005, 10:37 PM
I am wondering if this is possible:

I want to have my main index page be my archives/browse page... so that when someone visits my domain, they are immediately taken to the browse page...

Is a simple redirect all I need?!

tbell
10-04-2005, 12:19 AM
I believe you can just rename the index template to the browse template and vice versa.

GeoS
10-05-2005, 12:02 PM
That is one (and the easiest) of many options.

Joe[y]
10-05-2005, 03:06 PM
although some tags will only work under the 'browse' template...

i think a meta redirection from an index.html page would be the most effective and still a very simple solution.

Nemesis
10-07-2005, 06:18 AM
Put this in your .htaccess file:

Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html

It will automatically transfer to the new file specified.