I have vbseo installed now, with vbnews also installed. In order to get vbnews to work properly, an index.php was created to redirect to /news/ ...
I am not sure how Google handles this type of redirect.
<?php
header("Location: news/");
?>
Will this cause a problem with Google?



LinkBack URL
About LinkBacks





Reply With Quote