Forum Moderators: phranque

Message Too Old, No Replies

301 redirect issue

         

fingre

5:20 pm on Jul 26, 2010 (gmt 0)

10+ Year Member



On a site that i'm working on were done some rediects, after that some url's are keep on generating continously. After a week of research I don't know what to do, so I tought that it might be an .htaccess problem and I asked the guys wich did it to give it to me. Since I'm new into .htaccess I really don't see something wrong in there. I got like 17k url's 404
till now found in WM tools. If someone can help me please I really need it, the search engines crawlers cannot crawl the site well cause of those URLs:

Here is the .htaccess:

[thebluepocket.com...]

- please tell me if you spotted a problem in there:
- all the links are generating from

[domain.com...]

and I have 404 url's like:

[domain.com...]
(tons of them like that one)

Please take a look and see if there's a problem with the redirects and if there is please let me know what's the problem, I would really appreciate it.

jdMorgan

8:12 pm on Jul 26, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Please post the specific code (redirect directives) here for discussion.

Thanks,
Jim

fingre

5:53 am on Jul 27, 2010 (gmt 0)

10+ Year Member



The file is large but i'll try:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# inserted by Zoran
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ [domain.com...] [L,R=301]
# end

#sitemaps
RewriteCond %{HTTP_HOST} .*domain\.com
RewriteRule "robots\.txt" "robots_1.txt" [L]

RewriteCond %{HTTP_HOST} .*domain2\.com
RewriteRule "robots\.txt" "robots_2.txt" [L]

#images
RewriteCond %{HTTP_HOST} .*domain\.com
RewriteRule ^(.*?)/(.*?)/([0-9]+)/([0-9]+)/(.*?)\.jpg$ upload/1/article/$3/$4_original.jpg [L]
RewriteRule ^(.*?)/(.*?)/([0-9]+)/(.*?)/(.*?)\.jpg$ upload/1/article/$3/$4.jpg [L]
RewriteRule ^(.*?)/([0-9]+)/nagykep/(.*?)\.jpg$ upload/1/article/$2/lead_300x200.jpg [L]
RewriteRule ^(.*?)/([0-9]+)/kiskep/(.*?)\.jpg$ upload/1/article/$2/lead_100x100.jpg [L]
RewriteRule ^images/([0-9]+)/(.*?)\.jpg$ upload/1/gallery/$1/$2_large.jpg [L]

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php/$1 [L]

RewriteCond %{QUERY_STRING} ^h=(.*)$
RewriteRule ^ssolivevalidation/sso_check_hu.php$ user/confirmRegistration/%1? [R=301,L]

RewriteCond %{QUERY_STRING} ^h=(.*)$
RewriteRule ^ssolivevalidation/check_forget_pw.php$ user/confirmForgotPassword/%1? [R=301,L]

RewriteRule ^forum$ forum_sso/ [L]
RewriteRule ^forum/(.*)$ forum_sso/$1 [L]

# Static redirects for domain.com
RewriteCond %{QUERY_STRING} ^yp=1$
RewriteRule ^inregistrare/$ admin-pagina-gradinarului/inregistrare/? [R=301,L]
RewriteRule ^florarii/$ lista-adreselor/florarie/102/ [R=301,L]

#Static redirects for domain4.com
RewriteCond %{QUERY_STRING} ^add$
RewriteRule ^admin-catalog-companii/$ admin-catalog-companii/inregistrare/? [R=301,L]
RewriteRule ^intretinere-gradina/amenajarea-gradinii/plante-xeriscaping-rezistente-la-seceta/895/$ intretinere-gradina/amenajarea-gradinii/plante-rezistente-la-seceta/895/ [R=301,L]


########### GENERATED REDIRECTS START ###########

# Add trailing slash
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(admin/)|(layout/).*
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteCond %{THE_REQUEST} !^POST
RewriteRule ^(.*)$ $1/ [R=301,L]

# Photo Contest Winners
RewriteCond %{QUERY_STRING} yearmonth=([0-9]{6})
RewriteRule (.*) concurs-foto/castigatori/%1/? [R=301,L]

# Calendar
RewriteCond %{QUERY_STRING} year=([0-9]{4})&month=([0-9]{2})&day=([0-9]{2})
RewriteRule ^calendar/$ calendar/%1/%2/%3/? [R=301,L]
RewriteCond %{QUERY_STRING} year=([0-9]{4})&month=([0-9]{2})
RewriteRule ^calendar/([0-9]+)/$ calendar/%1/%2/01/$1/? [R=301,L]
RewriteCond %{QUERY_STRING} year=([0-9]{4})&month=([0-9]{2})
RewriteRule ^calendar/$ calendar/%1/%2/? [R=301,L]

# Pagination
RewriteCond %{QUERY_STRING} ^p=([0-9]+)$
RewriteRule (.*) $1p=%1/? [R=301,L]

# Tags: '+' replace with '-'
RewriteRule ^cuvinte-cheie/(.*)\+(.*)/$ cuvinte-cheie/$1-$2/ [R=301,L]

# Photo Contest
RewriteCond %{QUERY_STRING} category=([0-9]*)&order=([0-9a-z-]*)&keyword=(.*)
RewriteRule ^concurs-foto/$ concurs-foto/category=%1/order=%2/keyword=/? [R=301,L]
RewriteCond %{QUERY_STRING} category=([0-9]*)
RewriteRule ^concurs-foto/$ concurs-foto/category=%1/order=datedesc/keyword=/? [R=301,L]
RewriteRule ^concurs-foto-archiv/(.*)$ concurs-foto/$1 [R=301,L]

# Yellow Pages Search
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=0$
RewriteRule ^pagina-gradinarului/$ pagina-gradinarului/search=/county=%2/category=0/? [R=301,L]

# Search
RewriteCond %{QUERY_STRING} ^search=(.*)$
RewriteRule ^cauta/$ cauta/%1/? [R=301,L]

RewriteCond %{QUERY_STRING} ^id=articles$
RewriteRule ^rss.php$ rss/? [R=301,L]
RewriteCond %{QUERY_STRING} ^act=2$
RewriteRule ^admin-pagina-gradinarului/$ admin-pagina-gradinarului/taxa/? [R=301,L]

# Address List
RewriteRule ^lista-adreselor/florarie/1/$ lista-adreselor/florarie/102/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=1$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=102/county=%2/keyword=/? [R=301,L]
RewriteRule ^lista-adreselor/sera/2/$ lista-adreselor/sera/103/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=2$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=103/county=%2/keyword=/? [R=301,L]
RewriteRule ^lista-adreselor/plante/3/$ lista-adreselor/plante/104/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=3$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=104/county=%2/keyword=/? [R=301,L]
RewriteRule ^lista-adreselor/amenajare-intretinere-gradini/4/$ lista-adreselor/amenajare-intretinere-gradini/105/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=4$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=105/county=%2/keyword=/? [R=301,L]
RewriteRule ^lista-adreselor/gradini-botanice/5/$ lista-adreselor/gradini-botanice/106/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=5$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=106/county=%2/keyword=/? [R=301,L]
RewriteRule ^lista-adreselor/decoratiuni-interioare/6/$ lista-adreselor/decoratiuni-interioare/107/ [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=6$
RewriteRule ^lista-adreselor/$ lista-adreselor/category=107/county=%2/keyword=/? [R=301,L]

# Pagina Gradinarului
RewriteCond %{QUERY_STRING} ^category=27$
RewriteRule ^pagina-gradinarului/$ pagina-gradinarului/florarie/109/? [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=27$
RewriteRule ^pagina-gradinarului/$ pagina-gradinarului/search=/county=%2/category=109/? [R=301,L]
RewriteRule ^pagina-gradinarului/florarie/27/$ pagina-gradinarului/florarie/109/ [R=301,L]
RewriteCond %{QUERY_STRING} ^category=28$
RewriteRule ^pagina-gradinarului/$ pagina-gradinarului/magazine-online/110/? [R=301,L]
RewriteCond %{QUERY_STRING} ^search=(.*)&county=([0-9\s]*)&category=28$
RewriteRule ^pagina-gradinarului/$ pagina-gradinarului/search=/county=%2/category=110/? [R=301,L]
RewriteRule ^pagina-gradinarului/magazine-online/28/$ pagina-gradinarului/magazine-online/110/ [R=301,L]

# Q&A Redirects
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/plante/6/$ intreaba-expertul/plante/boli-si-daunatori/79/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/plante/6/$ intreaba-expertul/plante/ingrasaminte-si-substan/79/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/plante/6/$ intreaba-expertul/plante/metode-de-inmul/79/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/plante/6/$ intreaba-expertul/plante/altele/79/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/gradina/10/$ intreaba-expertul/gradina/boli-si-daunatori/80/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/gradina/10/$ intreaba-expertul/gradina/ingrasaminte-si-substan/80/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/gradina/10/$ intreaba-expertul/gradina/metode-de-inmul/80/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/gradina/10/$ intreaba-expertul/gradina/altele/80/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/fructe/7/$ intreaba-expertul/fructe/boli-si-daunatori/81/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/fructe/7/$ intreaba-expertul/fructe/ingrasaminte-si-substan/81/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/fructe/7/$ intreaba-expertul/fructe/metode-de-inmul/81/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/fructe/7/$ intreaba-expertul/fructe/altele/81/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/legume/8/$ intreaba-expertul/legume/boli-si-daunatori/82/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/legume/8/$ intreaba-expertul/legume/ingrasaminte-si-substan/82/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/legume/8/$ intreaba-expertul/legume/metode-de-inmul/82/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/legume/8/$ intreaba-expertul/legume/altele/82/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/flori/9/$ intreaba-expertul/flori/boli-si-daunatori/83/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/flori/9/$ intreaba-expertul/flori/ingrasaminte-si-substan/83/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/flori/9/$ intreaba-expertul/flori/metode-de-inmul/83/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/flori/9/$ intreaba-expertul/flori/altele/83/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/pomicultura/11/$ intreaba-expertul/pomicultura/boli-si-daunatori/84/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/pomicultura/11/$ intreaba-expertul/pomicultura/ingrasaminte-si-substan/84/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/pomicultura/11/$ intreaba-expertul/pomicultura/metode-de-inmul/84/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/pomicultura/11/$ intreaba-expertul/pomicultura/altele/84/10/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=7$
RewriteRule ^intreaba-expertul/altele/12/$ intreaba-expertul/altele/boli-si-daunatori/85/7/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=8$
RewriteRule ^intreaba-expertul/altele/12/$ intreaba-expertul/altele/ingrasaminte-si-substan/85/8/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=9$
RewriteRule ^intreaba-expertul/altele/12/$ intreaba-expertul/altele/metode-de-inmul/85/9/? [R=301,L]
RewriteCond %{QUERY_STRING} ^nature_id=10$
RewriteRule ^intreaba-expertul/altele/12/$ intreaba-expertul/altele/altele/85/10/? [R=301,L]
RewriteRule ^intreaba-expertul/plante/6/$ intreaba-expertul/plante/79/ [R=301,L]
RewriteRule ^intreaba-expertul/gradina/10/$ intreaba-expertul/gradina/80/ [R=301,L]
RewriteRule ^intreaba-expertul/fructe/7/$ intreaba-expertul/fructe/81/ [R=301,L]
RewriteRule ^intreaba-expertul/legume/8/$ intreaba-expertul/legume/82/ [R=301,L]
RewriteRule ^intreaba-expertul/flori/9/$ intreaba-expertul/flori/83/ [R=301,L]
RewriteRule ^intreaba-expertul/pomicultura/11/$ intreaba-expertul/pomicultura/84/ [R=301,L]
RewriteRule ^intreaba-expertul/altele/12/$ intreaba-expertul/altele/85/ [R=301,L]

# Calendar Redirects
RewriteRule ^calendar/expozitii-de-plante-si-flori/3/$ calendar/expozitii-de-plante-si-flori/87/ [R=301,L]
RewriteRule ^calendar/zile-de-nastere/4/$ calendar/zile-de-nastere/88/ [R=301,L]
RewriteRule ^calendar/expozitii-pe-probleme-de-mediu/5/$ calendar/expozitii-pe-probleme-de-mediu/89/ [R=301,L]
RewriteRule ^calendar/zile-mondiale/6/$ calendar/zile-mondiale/90/ [R=301,L]
RewriteRule ^calendar/altele/7/$ calendar/altele/91/ [R=301,L]
RewriteRule ^calendar/evenimente-eco/8/$ calendar/evenimente-eco/92/ [R=301,L]
RewriteRule ^calendar/targuri/9/$ calendar/targuri/93/ [R=301,L]
RewriteRule ^calendar/conferinte/10/$ calendar/conferinte/94/ [R=301,L]

fingre

5:55 am on Jul 27, 2010 (gmt 0)

10+ Year Member



Here is the part 2 of the file:

# Quiz Redirects
RewriteRule ^trivia/plante-decorative-prin-flori/2/$ trivia/plante-decorative-prin-flori/86/ [R=301,L]

# Ad Redirects
RewriteRule ^anunturi/vand-ficus/109/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-buxus/111/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-seminte-de-legume/112/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-piersicute/113/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/a/186/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/test/185/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/amenajari-gradini/184/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-flori-si-plante-ornamentale/108/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bananier/102/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-dieffenbachia/103/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-brad-de-camera/104/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vindem-trandafiri-taiati/105/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-zuchinni/106/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-orzoaica/107/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-ulei-de-nuca/100/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-palinca/99/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-citrice/66/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-palmier/43/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-thuya/45/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-hibiscus/46/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bulbi-de-gladiole/62/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-solar/64/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-zambile/60/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-porumb/48/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/nespecificat/50/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-padure/52/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-fasole/72/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-boabe-porumb/73/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-floarea-soarelui/74/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-baloti-de-lucerna/75/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/flori-de-vanzare/76/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-butasi-de-mur/70/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-butasi-de-trandafiri/71/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-boabe-porumb/59/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-nuferi-roz/96/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-puieti-de-thuia/97/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/inginer-horticol/92/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-seminte-gazon/93/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/flori-de-ghiveci/183/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/expo-flori-de-mai-editia-a-iv-a-6---9-mai-2010-timisoara/182/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumparare-plante/181/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/tuia-arbusti-spatii-verzi-gradina-pepiniera-corola-deco/180/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/ingarden---magazin-online-gradina/179/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/sisteme-de-racire-terasa-climatizare-de-exterior/178/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/realizez-proiecte-de-peisagistica/177/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-zambile-albastru/176/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-fan/89/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-parcela-teren/90/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-ciuperci/55/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vindem-butasi-vita-de-vie-certificati/175/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/decoratiuni-elegante-pentru-gradina/174/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vanzari-pomi-fructiferi-si-trandafiri-altoiti/173/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/tuia-arbusti-spatii-verzi-gradina-pepiniera-corola-deco/172/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/plante-flori-Arborisiarbusti-si-arbusti-ornamentali/171/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/ingarden---magazin-online-de-gradina/170/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/arhitect-peisagist/169/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-lastari-de-spatiphilium-cu-radacina/82/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/carte-pastrav-de-fag-2010/168/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-flori/167/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-stoloni-de-capsuni/61/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/curs-de-ciupercar/166/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/infiintare-ciupercarie/165/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/carti-si-cd-uri-ciuperci-comestibile-medicinale-retete-culinare/164/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/arbusti-ornamentali-trandafiri-bulbi-de-flori/163/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/pomi-fructiferi/162/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vita-de-vie-de-masa/161/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/pomi-fructiferi-si-trandafiri-de-vanzare/160/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/expo-flori-de-mai-2010/159/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/proiectare-executie-si-intretinere-spatii-verzi-/158/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/legume-fructe/156/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/curs-de-ciupercar/155/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/infiintare-ciupercarie/154/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/carti-tehnologie-ciuperci/153/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-mere/87/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bambus/57/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-lygustrum-ovalifolium/77/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-vita-nobila/68/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-buxus-sempervirens/78/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-padure/79/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-pomi-fructiferi/51/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/nespecificat/49/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-legume/88/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-vita-de-vie/47/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/infiintare-ciupercarie/152/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-pomi/151/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/3333/150/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/affs/149/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/ddd/148/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/frrsssaa/147/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-afini/146/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-ulei-de-nuca-presat-la-rece-15-ron/145/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/ulei-de-nuca-presat-la-rece-15-ron/144/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/carti-tehnologie-ciuperci-si-melci/143/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/consultanta-pentru-ciupercarie/142/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-porumb-productie-2009/141/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-familii-de-albine/140/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-ulei-de-masline/139/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/trandafiri-si-pomi-fructiferi/138/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-moara-de-vant-ornamentala/137/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-balansoare-pentru-gradina/136/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/suport-pentru-flori/135/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/elemente-de-terase-gard-pavaje-stalpi-ornamentale-fantani/134/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/servicii-profesionale-de-gradinarit/133/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/sisteme-complete-de-irigatii-pentru-gradini/132/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/sisteme-complete-de-irigatii-pentru-gradini/131/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/irigatii-profesionale-servicii-de-gradinarit-cele-mai-bune-solutii-/130/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-cereale-in-cantitati-mari/129/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/amenajare-de-gradini/128/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/flori-si-plante-ornamentale-olanda/127/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/kalanchoe-rosu/125/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-stupi-de-albine-/123/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-grau-/122/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-porumb-/121/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/roaba-decorativa-pentru-flori/120/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bananieri/119/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/lamii-altoit/118/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-butasi-vita-de-vie-struguri-masa/86/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bulbi-de-gladiole/83/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-ovaz/85/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-floarea-soarelui/84/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-bulbi-de-gladiole/80/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/seminte-ceapa/81/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-samburi-de-nuca/53/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-maciulii-de-mac/58/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/cumpar-porumb/67/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-presa-de-balotat/94/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-european-frog-s-bit/117/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-european-frog-s-bit/116/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-nuferi-alb---rose/115/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-nuferi-galbeni---specia-lutea/114/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-lamai-si-smochini/110/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-gard-viu/91/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-planturi/95/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/execut-cascade-si-pound-uri/101/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-butasi-muscate/69/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-azot/65/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-varza/56/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-butasi-de-mur/63/$ [domain3.com...] [R=301,L]
RewriteRule ^anunturi/vand-cirese/98/$ [domain3.com...] [R=301,L]

########### GENERATED REDIRECTS END ###########

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>
php_value memory_limit 64M
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value log_errors On
php_value error_log /var/www/pgw/system/logs/phperror.log