Hi guyz, can anyone help me on a 301 redirection through .htaccess seoism.info/<variable folders>/en to: seoism.info/<variable folders> like: seoism.info/23333/en to seoism.info/23333 Thanks Sarathy.s
in .htaccess write ONE line: redirect 301 /23333/en http: // www . seoism.info/23333 all one line - remove spaces in URL of domain above ! make sure when doing above that you create a folder with REAL keywords as foldername and NO numbers as in your sample !!!!!!
Try: domain.com/.htaccess Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^([^/]+)/en/?(.*)$ http://www.seoism.info/$1/$2 [R=301,L] Code (markup):
lakhs or crores of folders - never mind - as long as dynamic folder-names makes sense they will add to serps but above all: after your redirect -->> all folders at new locations need to have exactly same names/paths starting from new folder as the names before, else you get multiple crores of 404 from google and other SE! if you have any problems with the redirect i gave you then make sure your apache2 is configured properly if additional help is needed - then full apache version would be needed as well the mod_rewrite version offered above is another version of doing the same job i usually do the redirect-version in such cases