Results 1 to 2 of 2

Exclude SubDomain or Folder

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 ...

  1. #1
    Junior Member
    Real Name
    Nirav Dave
    Join Date
    Jun 2008
    Posts
    1
    Liked
    0 times

    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>
    Solution I tried:

    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. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    what exactly is the issue you get? How is that folder affected?

Similar Threads

  1. moving my forums from a subdomain to a folder
    By jwbond in forum URL Rewrite Settings
    Replies: 3
    Last Post: 01-09-2008, 04:05 PM
  2. exclude specific folder
    By yahoooh in forum vBSEO Features Archive
    Replies: 4
    Last Post: 12-28-2007, 06:34 AM
  3. Exclude pages for subdomain?
    By pwerk in forum Troubleshooting
    Replies: 1
    Last Post: 02-27-2007, 07:22 AM
  4. forums on subdomain / folder
    By Orban in forum General Discussion
    Replies: 2
    Last Post: 12-22-2006, 09:39 PM
  5. Help moving from root folder to forum folder.
    By Amos in forum General Discussion
    Replies: 4
    Last Post: 01-29-2006, 09:20 PM

Tags for this Thread

Posting Permissions

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