Log in

View Full Version : to vB.org guys


flat6
06-09-2004, 12:45 AM
Can you post your redirect script that takes the user from vbulletin.org to https://vborg.vbsupport.ru/portal.php, automatically? Thanks.

Also, if anyone knows why this should be avoided, please tell me. I'm going to have to do this type of redirect :ermm:

InsaneContender
06-09-2004, 09:53 PM
It is in the .htaccess page in the root directory on your server.

Xenon
06-09-2004, 11:36 PM
Well, we had the index.php in the root at first, so now we have this code in .htaccess:

Redirect permanent /index.php https://vborg.vbsupport.ru/portal.php

flat6
06-10-2004, 12:35 AM
So you just make a file in notepad called .htaccess and past that exact code?

Xenon
06-10-2004, 12:06 PM
well, windows has a problem in creating files starting with a . so you may have to name it different, then upload and then rename on the server.