Automatically write Mass 301 redirects for csv
-
Hi Guys
Does anyone know if there is away to write say 30 x 301 redirects in one go? I have a list from a client with old links and new links and I want to do it all at once.
Any suggestions would be appreciate?
-
both in csv?
first col = redirect 301
second col = old url (find and replace domain url with a space - remove the url)
third col = new url
save as Text (ms-dos) - jobs a good en
-
Thks for the rapid reply.... I think my questions wasn't clear enough ;o)
I have a csv with loads of old and new urls, I want to write the 301s in mass i.e
|
Old Location: www.pi-kem.co.uk
|
New Website Address
\admats.html
|
|
So above to:
RewriteCond %{HTTP_HOST} ^pi-kem.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.pi-kem.co.uk$RewriteRule ^admats.html$ "http://pi-kem.co.uk/materials" [R=301,L]
-
ah so you want regular expressions ?
im confused - if regular expressions its not really mass writing - that would be as i described