Hi wf's
According to : I just have converted vB to IPb. Everything gone almost smooth. But at the end, I really can't exactly know what to do with URL redirect. When I type some keyword to my site in google, it doesn't redirect correctly, instead shows error below:
And...
Here is my config.php
<?php// THE URL TO YOUR IPB FORUMS (no trailing slash or index.php)define('IPB_URL', 'http://mysite.net');// THE PATH TO YOUR IPB FORUMS (no trailing slash)define('IPB_PATH', '/httpdocs');// THE CONVERSION ID// This would have been asked for when setting up the convertersdefine('CONV_ID', 'convert_vbulletin_legacy');define('CONV_GALLERY_ID', 'vb_gallery');define('IPS_ENFORCE_ACCESS', true);// GATEWAY - DO NOT EDIT// This stops a 'same domain' check which stops redirect scripts working in certain circumstances.define( 'CCS_GATEWAY_CALLED', true );?>
Please tell me where is mistake?
Thanks in advance.