pgowder
10-30-2001, 11:44 PM
I have switched from UBB to vBulletin. What do I need to place in the .htaccess file to redirect all traffic from ultimatebb.cgi to my vBulletin site?
thanks
thanks
![]() | View Full Version : Redirect pgowder 10-30-2001, 11:44 PM I have switched from UBB to vBulletin. What do I need to place in the .htaccess file to redirect all traffic from ultimatebb.cgi to my vBulletin site? thanks Chicken 10-31-2001, 06:44 AM http://httpd.apache.org/docs/misc/rewriteguide.html http://httpd.apache.org/docs/misc/howto.html Alternatively you could change which file the server will return when the user goes to the directory: http://httpd.apache.org/docs-2.0/mod/mod_dir.html#directoryindex I'm guessing you don't have both boards in the same directory however... pgowder 10-31-2001, 09:37 AM No, they are in different directories. Chicken 10-31-2001, 01:04 PM Use the top two links then, info was for either case. |