my VB URL now is http://tecdown.com/forums/index.php but i want to make it http://tecdown.com/forums/ i need to remove this words from URL (index.php) so please anyone know the answer ???
Go to your "forums" directory on your FTP and find file ".htaccess" if there is no such file make it by yourself. In this file put this string: "DirectoryIndex index.php"
If U have access to your site by ftp, go to .../tecdown.com/www/forums (or smth like this, you must find forum dir.), then find file named ".htaccess" if there is no such file create it on your computer and copy to this folder. In this file u must add string: "DirectoryIndex index.php". Thats all. I put .htaccess in attachment. Unzip it and put it in Forums folder.