Thank you for your help again but it didn't work.
The following line by itself gave 'Internal Server Error'
Code:
redirect 301 / forumdisplay.php?fid=2
and this line by itself also gave 'Internal Server Error' (apon adding in my site name, of course)
Code:
redirect 301 / http://www.mysite.com/forumdisplay.php?fid=2
Let me ask my question again , more specifically.
I think I don't want my entire site redirecting to one page. I'd like any requests for "http://www.mysite.com/index.php" to redirect to forumdisplay.php?fid=2 (while either showing
http://www.mysite.com/index.php in the url bar or showing
http://www.mysite.com/ in the url bar)
and also any requests for "http://www.mysite.com/*.php" to do the same thing. (where * represents any other php file _by itself_ in the called url)
and also any requests for "http://www.mysite.com/*/" to do the same thing. (where * represents any other directory in the called url)
I think what I'm needing may not be a 301 redirect by the true definition of the term redirect.
Any other suggestions are welcome. Otherwise I will keep trying to figure it out in a net search on .htaccess .
Thank you