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.
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 ...
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.
Patience... :P
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!
That's Yoda's voice.
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!
Thanks for your replies...
See you soon![]()
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>
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]
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?
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.
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]
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.
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]
Can i delete this file?
vbseo_sitemap\data\.htaccess
It does not block the googlebot, does it?deny from all
Grrr....
I guess i need some tweaking...
52.8% CPU load (apache) with 237 online users (vBulletin)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
httpd.conf:
and my external .htaccess files:<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>
I need the team's help. Count my earlier posts, too.
Thanks for your support.