I have an IPB with my own domain name. When people go to my site......and type www.mydomain.com....it automatically takes them to www.mydomain.com/index.php?act=idx What I would like it to do is take them to www.mydomain.com/index.php?act=home Can someone tell me how to set this up to direct them to this portal setting first please?
Open notepad and type in Code: DirectoryIndex index.php?act=home Save with the settings File name: .htaccess (with the period in front) File type: All Files upload it to your forums directory. If you already had an htaccess file, just open that and add the code above to it.
Do I put it exactly the way you have it? Or do I change the "DirectoryIndex" part to my domain name? EDIT: Nevermind.....I got it. Thank you very much.