vBulletin Search Engine Optimization
This is a discussion on .htaccess in forum root w/ exisiting .htaccess? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm sure this is a newb question. I did a search without result. My forums root is ww2f.com (as opposed ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I'm sure this is a newb question. I did a search without result. My forums root is ww2f.com (as opposed to ww2f.com/forum/) and the install instructs me to install the .htaccess file into my forum root, but I already have an .htaccess file there. What is the workaround here? |
|
#2
| ||||
| ||||
| Hello, in most cases you can simply append vBSEO's .htaccess to existing one. What is your current .htaccess contents?
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
| Thanks Oleg! Here is my current .htacces file Code: # -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} .*jpg$|.*jpeg$|.*gif$|.*png$|.*bmp$ [NC]
RewriteCond %{HTTP_REFERER} ^[http|nttp].*$
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !ww2n\.com [NC]
RewriteCond %{HTTP_REFERER} !ww2\.org [NC]
RewriteCond %{HTTP_REFERER} !ww2f\.com [NC]
RewriteRule \.(gif|jpe?g|png)$ http://ww2f.com/images/leech.jpe [NC,L]
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.ww2f.com
AuthUserFile /XXX/public_html/_vti_pvt/XXX
AuthGroupFile /XXX/public_html/_vti_pvt/XXX
Code: RewriteEngine On Code: RewriteCond %{REQUEST_FILENAME}
I'm assuming that these might confict, any guidance is appreciated Oleg! |
|
#4
| ||||
| ||||
| You can skip the second "RewriteEngine on" line and just insert the contents of vBSEO's .htaccess right before this line: Code: <Limit GET POST>
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| Great stuff Oleg, you kick so much ass! I edited .htaccess file, uploaded, and it immediately broke some image links in my forums. Once I imported the vBSEO package it worked like a charm. I must say that I'm a complete newb about teh internets, but this install was certainly doable, even for me. Now I'm going to closely monitor my activity and see how busy things get. |
|
#6
| ||||
| ||||
| Great!
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD | Joe Ward | General Discussion | 25 | 06-05-2008 11:04 AM |
| VBSEO crashing new server | MentaL | Troubleshooting | 20 | 12-11-2005 06:55 PM |