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


LinkBack URL
About LinkBacks





Reply With Quote
