2013-08-29, 00:47:28
very helpful link
I use rewrites for redirects like this
RewriteRule ^oldpathto/whatever/whatever.file /newpath/whatever.file [R,L]
placed before the gs rewrites and after rewrite base
the R means redirect or R=http code
L means last rule
I use rewrites for redirects like this
RewriteRule ^oldpathto/whatever/whatever.file /newpath/whatever.file [R,L]
placed before the gs rewrites and after rewrite base
the R means redirect or R=http code
L means last rule