vBulletin Search Engine Optimization
This is a discussion on Exclude SubDomain or Folder within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have been to breaking my head from past 12 hours and have not been able to solve this. My ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Exclude SubDomain or Folder I have been to breaking my head from past 12 hours and have not been able to solve this. My Forum is installed here http://www.yourdomain.com I have a subdomain which is http://jobs.yourdomain.com aka http://www.yourdomain.com/jobs I want to Exclude this subdomain from the the VBSEO .htaccess rules. My Subdomain already has a .htaccess which is this: Code: # AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 //
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>
After following this thread how can i block vbseo from affecting a directory? I added jobs to my root .htaccess file: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron|jobs) but have not been able to solve this. I have many different applications/scripts installed in folders inside root. probably most of them have their own .htaccess. How do I exclude these subdomains from affecting by the root .htaccess file. help appreciated. dave |
|
#2
| ||||
| ||||
| Hello, what exactly is the issue you get? How is that folder affected?
__________________ 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. |
| Tags |
| .htaccess, exclude subdomains, vbseo, vbulletin |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| moving my forums from a subdomain to a folder | jwbond | URL Rewrite Settings | 3 | 01-09-2008 04:05 PM |
| exclude specific folder | yahoooh | Feature Requests | 4 | 12-28-2007 06:34 AM |
| Exclude pages for subdomain? | pwerk | Troubleshooting | 1 | 02-27-2007 07:22 AM |
| forums on subdomain / folder | Orban | General Discussion | 2 | 12-22-2006 09:39 PM |
| Help moving from root folder to forum folder. | Amos | General Discussion | 4 | 01-29-2006 09:20 PM |