vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

vBSEO Optimization Tips

This is a discussion on vBSEO Optimization Tips within the General Discussion forums, part of the vBSEO SEO Plugin category; my host adviced me not to put anything because i use cpanel and each time i update cpanel. All changes ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack (3) Thread Tools
  #16  
Old 03-06-2008, 11:14 AM
Junior Member
 
Real Name: webmastersitesi.com
Join Date: Oct 2007
Posts: 25
Blog Entries: 1
my host adviced me not to put anything because i use cpanel and each time i update cpanel. All changes gone. But i am not sure can i use it with a cpanel installed server?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #17  
Old 03-06-2008, 01:29 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
Do you mean to put anything in Apache configuration file? There are no issues related to CPanel with vBSEO.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #18  
Old 03-06-2008, 01:34 PM
Junior Member
 
Real Name: webmastersitesi.com
Join Date: Oct 2007
Posts: 25
Blog Entries: 1
i mean for httpd.conf, if i put the htaccess datas in it and then when cpanel updated i may lost these settings...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #19  
Old 03-06-2008, 02:13 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
You should be able to put rewrite rules in custom config file and include it in the main Apache config.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #20  
Old 03-12-2008, 11:45 AM
MissKalunji's Avatar
Senior Member
 
Real Name: Mj
Join Date: Mar 2006
Location: Canada
Posts: 146
Send a message via AIM to MissKalunji Send a message via MSN to MissKalunji Send a message via Yahoo to MissKalunji
Quick Question
Quote:
Move rewrite rules from .htaccess to httpd.conf

For users with dedicated servers, the vBSEO rewrite rules applied in the .htaccess files can be moved directly into the httpd.conf file for more efficient performance.
What's the big difference? can anyone technically explain that to me? i'm just curious
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #21  
Old 03-12-2008, 11:59 AM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,746
Blog Entries: 7
More here:
Optimizing Apache Server Performance

Quote:
When (not) to use .htaccess files

In general, you should never use .htaccess files unless you don't have access to the main server configuration file. There is, for example, a prevailing misconception that user authentication should always be done in .htaccess files. This is simply not the case. You can put user authentication configurations in the main server configuration, and this is, in fact, the preferred way to do things.
.htaccess files should be used in a case where the content providers need to make configuration changes to the server on a per-directory basis, but do not have root access on the server system. In the event that the server administrator is not willing to make frequent configuration changes, it might be desirable to permit individual users to make these changes in .htaccess files for themselves. This is particularly true, for example, in cases where ISPs are hosting multiple user sites on a single machine, and want their users to be able to alter their configuration.
However, in general, use of .htaccess files should be avoided when possible. Any configuration that you would consider putting in a .htaccess file, can just as effectively be made in a section in your main server configuration file.
There are two main reasons to avoid the use of .htaccess files.
The first of these is performance. When AllowOverride is set to allow the use of .htaccess files, Apache will look in every directory for .htaccess files. Thus, permitting .htaccess files causes a performance hit, whether or not you actually even use them! Also, the .htaccess file is loaded every time a document is requested.
More here:
Apache Tutorial: .htaccess files - Apache HTTP Server
__________________
Joe Ward / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #22  
Old 03-12-2008, 12:05 PM
MissKalunji's Avatar
Senior Member
 
Real Name: Mj
Join Date: Mar 2006
Location: Canada
Posts: 146
Send a message via AIM to MissKalunji Send a message via MSN to MissKalunji Send a message via Yahoo to MissKalunji
oh interesting i always learn a lot with you guys. Thanks

Now my next question (i'm a beginner to those things) besides my unix classes i wasn't scared but i've never tested anything on my server afraid of breaking something lol

How do i do it? i'm on a dedicated server
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #23  
Old 03-12-2008, 12:18 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,746
Blog Entries: 7
See here:
http://www.faqs.org/docs/securing/chap29sec245.html

Once you edit the file, you need to re-start Apache.
__________________
Joe Ward / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #24  
Old 03-20-2008, 01:39 AM
Junior Member
 
Real Name: Eric
Join Date: Mar 2008
Posts: 6
Question

Hi,

I'm new.

May I know what is CRU format?

How to include [forum_id] in the CRU format? include through vBulletin control panel? or vbSEO control panel?

Thank you.

Regards,
Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #25  
Old 04-07-2008, 03:23 PM
Junior Member
 
Real Name: fancom
Join Date: Mar 2008
Posts: 27
I have an ignorant question: what is the topic for and how to apply it? (what's CRU...). Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #26  
Old 04-07-2008, 04:03 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,746
Blog Entries: 7
CRU stands for "Content Relevant URL", which typically means that keywords related to the page topic are included in the URL.

Static or rewritten URLs are considered CRUs if they contain keywords.

You can configure your URL Rewriting for vBSEO within the control panel (vbseocp.php).
__________________
Joe Ward / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #27  
Old 04-25-2008, 07:44 AM
711 711 is offline
Junior Member
Big Board Administrator
 
Real Name: 711
Join Date: Nov 2007
Posts: 9
Quote:
Originally Posted by Joe Ward View Post
More here:
Optimizing Apache Server Performance


When AllowOverride is set to allow the use of .htaccess files, Apache will look in every directory for .htaccess files. Thus, permitting .htaccess files causes a performance hit, whether or not you actually even use them! Also, the .htaccess file is loaded every time a document is requested
If this is true, it seems then that moving rewrite rules from .htaccess to httpd.conf might not actually result in much of a performance gain if AllowOverides is not also disabled, no?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #28  
Old 05-01-2008, 12:16 AM
711 711 is offline
Junior Member
Big Board Administrator
 
Real Name: 711
Join Date: Nov 2007
Posts: 9
Quote:
Originally Posted by 711 View Post
If this is true, it seems then that moving rewrite rules from .htaccess to httpd.conf might not actually result in much of a performance gain if AllowOverides is not also disabled, no?
No response to this observation/question?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #29  
Old 05-01-2008, 05:07 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
With AllowOverride enabled, there still IS a difference when moving rewrite rules to httpd.conf, since Apache will not parse rewrite rules for every request.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #30  
Old 05-07-2008, 06:38 AM
711 711 is offline
Junior Member
Big Board Administrator
 
Real Name: 711
Join Date: Nov 2007
Posts: 9
I have moved the rewrite rules from .htaccess to httpd.conf, and I can see a very noticable improvement on performance.

Thanks for the suggestion!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.vbseo.com/f2/vbseo-optimization-tips-12963/

Posted By For Type Date
I need help about server load ? - vBulletin.org Forum This thread Refback 04-08-2008 12:23 PM
vbseo is server intensive, why? This thread Refback 10-30-2007 11:57 PM
vBSEO Optimization Tips - vBulletin SEO Services | Modifications Support This thread Pingback 04-16-2007 09:49 AM

Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible Juan Muriente vBSEO Announcements 58 11-17-2005 11:49 PM


All times are GMT -4. The time now is 11:11 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.