The first part, is working fine. but second part im think dosent work fine right know.
See this link:
It redirect ok, to samsung.clublgmobile.com/samsung-galaxy-s/Code:www.clublgmobile.com/foros/samsung-galaxy-s/
But root dosent process it.
This is my full root .htacess
Code:Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} samsung\.clublgmobile\.com RewriteRule ^(.*) foros/vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?clublgmobile.com [NC] RewriteCond %{HTTP_REFERER} !clublgmobile.com [NC] RewriteCond %{HTTP_REFERER} !google\. [NC] RewriteRule \.(jpg|jpeg|png|gif)$ http://images.google.es/intl/es_ALL/images/logos/images_logo_lg.gif [NC,R,L] RewriteCond %{QUERY_STRING} (com_smf) [NC] RewriteCond %{QUERY_STRING} ^option=[^&]+(.*)$ RewriteRule index\.php$ /foro/index.php?%1 [R=301,L] redirect 301 /2009/SMF/ http://www.clublgmobile.com/foro/ RedirectMatch 301 ^/2009/(.*)$ http://www.clublgmobile.com <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> RewriteBase / RewriteCond %{HTTP_USER_AGENT} FeedBurner RewriteRule ^feed/(.*)$ /wp-feed.php?feed=$1 [L,QSA] RewriteBase / RewriteCond %{HTTP_USER_AGENT} !FeedBurner RewriteRule ^feed/(.*)$ http://feeds.feedburner.com/clublgmobile [R,L]


LinkBack URL
About LinkBacks





Reply With Quote
