The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com$ [NC] RewriteRule (.*) http://www.example.com/$1 [R=301,L] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^tags/ http://www.serviceacademyforums.com/tags.php <Files .htaccess> order allow,deny deny from all </Files> |
#12
|
|||
|
|||
I gave this a try but am still having the problem where it takes the inbound link, then appends the end of it to the redirect link.
So instead of just redirecting to one location, it adds part of the redirected link to the destination. Basically the easiest way I think would be to take the inbound links and put them to all my tags. The "better" option I guess would be to append the inbound link's "tag" to the vb tag system link, but that may be more complicated than it's worth. Thank you as always for your incredible help, Dismounted, I'm sorry to keep posting about this, but I've tried a lot of different methods and can't seem to get it to work out. |
#13
|
||||
|
||||
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com$ [NC] RewriteRule (.*) http://www.example.com/$1 [R=301,L] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^tags/ http://www.serviceacademyforums.com/tags.php [R=301,L] <Files .htaccess> order allow,deny deny from all </Files> |
#14
|
|||
|
|||
That did the trick, thanks. :up::up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|