Results 1 to 2 of 2

Rewriting can cause some seo's problems?

This is a discussion on Rewriting can cause some seo's problems? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi all, i have a login problem in my portal (vbadvanced) , with url myforum.com and not www.myforum.com , i ...

  1. #1
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    267
    Liked
    1 times

    Rewriting can cause some seo's problems?

    Hi all,
    i have a login problem in my portal (vbadvanced) , with url myforum.com and not www.myforum.com,
    i have solved the problem adding these line in my htaccess:

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^sfwupgrade\.it
    RewriteRule ^(.*)$ http://www.sfwupgrade.it/$1 [R=permanent,L]
    I already have a redirect on my htaccess:
    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^bbd3-it.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.bbd3-it.com$
    RewriteRule ^(.*)$ "http\:\/\/www\.sfwupgrade\.it\/" [R=301,L]
    The up line can cause some indicizations vbseo problems?

    Thanks

  2. #2
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,011
    Liked
    13 times
    Hi Riccardo,

    They shouldn't cause any problems, as they are all simply saying 'if not www. sfwupgrade .it , redirect to that domain'.

Similar Threads

  1. Only rewriting guests or not rewriting internal links
    By dingo in forum General Discussion
    Replies: 1
    Last Post: 12-12-2008, 12:34 AM
  2. Some rewriting problems
    By falscherSchiri3 in forum Custom Rewrite Rules
    Replies: 4
    Last Post: 08-25-2008, 04:32 AM
  3. Rewriting faq.php
    By spondishy in forum URL Rewrite Settings
    Replies: 3
    Last Post: 05-09-2008, 03:59 AM
  4. RC4 Not Rewriting?
    By majordude in forum Bug Reporting
    Replies: 3
    Last Post: 09-05-2006, 11:00 PM
  5. Replies: 5
    Last Post: 08-04-2006, 06:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •