Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 31 to 45 of 57

Currently Indexed Pages, Analytics, Adsense, PR...

This is a discussion on Currently Indexed Pages, Analytics, Adsense, PR... within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; It will take many more than 10 days to get everything re-indexed. Mine has been installed for several months now ...

  1. #31
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    It will take many more than 10 days to get everything re-indexed. Mine has been installed for several months now and I'm still working my way up.

    As TD2Man said, one of the keys to SEO is lots of patience.

  2. #32
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Patience... :P

  3. #33
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    heheh - that's your actual voice??
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #34
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    That's Yoda's voice.

  5. #35
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    heh.. true
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #36
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Thanks for your replies...

    See you soon

  7. #37
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    i need a url rewrite rule which will redirect (plus 301) all the links starting with http://msxlabs.com/smth to http://www.msxlabs.com/smth

    I'm gonna edit the httpd.conf file.

    <Directory /home/msxlabs/public_html>
    Options All -Indexes
    AddType application/x-httpd-php .php .html

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
    RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
    </Directory>

    <Directory /home/msxlabs/public_html/forum>
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admineu|modmsx|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    </Directory>

  8. #38
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Put this above the other rules. (And you only need one "RewriteEngine on" at the top. No need to repeat it.)

    RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
    RewriteRule (.*) http://www.msxlabs.com/$1 [R=301,L]

  9. #39
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Can you edit my quote and put the line for me? Just want to be sure it's correct before restarting the apache...

    And i also have subfolders within custom .htaccess files. What about them?

  10. #40
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Add it right under your very first RewriteEngine On.

    As for the sub-dirs, I think it depends on how your server is set up, that determines if it will "pull" in the higher level ones.

  11. #41
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Thanks.

    Last question:

    Can i remove these lines now? (bold ones)

    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]

    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]

  12. #42
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Yep, as long as you're converting it to the www version above that, and you are, then you won't need both versions anymore.

  13. #43
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Got some problems...

    http://www.msxlabs.com/downloads/rap (works - blank index page)
    http://msxlabs.com/downloads/rap/ (works)
    http://msxlabs.com/downloads/rap (doesn't work)

    Here is the .htaccess file i use in that folder:
    Options All -Indexes

    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
    RewriteRule (.*) http://www.msxlabs.com/downloads/rap/$1 [R=301,L]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com$ [NC]
    RewriteRule .*\.(zip|rar|exe)$ [F,R,NC]

  14. #44
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Can i delete this file?
    vbseo_sitemap\data\.htaccess

    deny from all
    It does not block the googlebot, does it?

  15. #45
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Grrr....

    I guess i need some tweaking...

    Server uptime: 1 hour 59 minutes 13 seconds
    Total accesses: 331606 - Total Traffic: 2.9 GB
    CPU Usage: u3463.83 s293.09 cu13.97 cs2.34 - 52.8% CPU load
    46.4 requests/sec - 420.7 kB/second - 9.1 kB/request
    143 requests currently being processed, 35 idle servers
    52.8% CPU load (apache) with 237 online users (vBulletin)

    httpd.conf:
    <Directory /home/msxlabs/public_html>
    Options All -Indexes
    AddType application/x-httpd-php .php .html

    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
    RewriteRule (.*) http://www.msxlabs.com/$1 [R=301,L]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
    RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
    </Directory>

    <Directory /home/msxlabs/public_html/forum>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
    RewriteRule (.*) http://www.msxlabs.com/forum/$1 [R=301,L]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admineu|modmsx|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    </Directory>
    and my external .htaccess files:


    I need the team's help. Count my earlier posts, too.

    Thanks for your support.

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Number of pages indexed in Google?
    By Keith Cohen in forum General Discussion
    Replies: 5
    Last Post: 09-05-2008, 10:10 AM
  2. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  3. Pagerank plays hard to get on my site?
    By dutchbb in forum General Discussion
    Replies: 8
    Last Post: 04-15-2006, 03:38 PM
  4. Compression Error
    By Lazer in forum Troubleshooting
    Replies: 19
    Last Post: 03-03-2006, 02:23 PM
  5. Huge drop in pages indexed.
    By Aharon in forum Troubleshooting
    Replies: 1
    Last Post: 02-24-2006, 04:52 PM

Posting Permissions

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