In VBulletin, my homepage is under the directory /forums/index.php


when i go to my url, i would like index.php to be the default page.

However, index.html is selected as the default page.

Normally i would just try to rename index.html to index.htm.OLD and then rename my index.php file to index.html.

for some reason, it's not working.

Does anyone know an easy way to do this?

Add this line to the <head> of your index.html:

<meta http-equiv="refresh" content="0;URL=forums/index.php">

People visiting your site will be sent directly to your vbulletin index. That is the "easy" way. Maybe someone else will post the hard way :p

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.