The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
You removed the [R=301,L]
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule ^upload\/(.*)$ http://www.atraf-f.net/$1 [R=301,L] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images) RewriteRule ^(.*)$ $1 [L] RewriteCond %{HTTP_HOST} !^www\.atraf-f\.net RewriteRule (.*) http://www.atraf-f.net/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^videos\.html&page=([0-9]+)$ http://www.atraf-f.net/videos-page$1.html [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^videos\.html$ index.php?videos=1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^videos-page([0-9]+)\.html$ index.php?videos=$1 [L][R=301,L] |
#22
|
|||
|
|||
Thanks a lot !!
|
#23
|
|||
|
|||
No Problem, Enjoy!.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|