Advertisement
thegentletrainer

Untitled

Dec 19th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 271.10 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. #RewriteLog "/var/log/apache2/rewrite.log"
  4. #RewriteLogLevel 3
  5.  
  6. RewriteBase /
  7.  
  8. #ALLGEMEINE REWRITES TO WWW
  9.  
  10. RewriteCond %{HTTP_HOST} ^www\.physikinstrumente.de/$1\.html -f [NC]
  11. RewriteRule ^(.+?)/?$ /$1.html [L,R]
  12.  
  13. RewriteCond %{HTTP_HOST} ^www\.piceramic\.de$
  14. #RewriteCond %{HTTP_HOST} !^\piceramic\.de$
  15. RewriteRule ^(.*)$ http://piceramic.de/$1 [L,R=301]
  16.  
  17. RewriteCond %{HTTP_HOST} ^www\.piceramic\.com$
  18. #RewriteCond %{THE_REQUEST} !pdf-controller\.html
  19. #RewriteCond %{THE_REQUEST} !shopping-cart\.html
  20. RewriteRule ^(.*)$ http://piceramic.com/$1 [L,R=301]
  21.  
  22. RewriteCond %{HTTP_HOST} ^piceramic\.physikinstrumente\.com$
  23. RewriteRule ^(.*)$ http://piceramic.de/$1 [L,R=301]
  24.  
  25.  
  26. RewriteCond %{HTTP_HOST} ^pi\.physikinstrumente\.com$
  27. RewriteRule ^(.*) http://www.physikinstrumente.com/$1 [R=301,L]
  28. RewriteRule ^de/(.*)$ http://www.physikinstrumente.de/$1 [R=301,NC,L]
  29.  
  30.  
  31. RewriteCond %{HTTP_HOST} ^www\.physikinstrumente\.com
  32. RewriteRule ^sitemap.xml$ /index.php?id=1077 [L,R=301]
  33.  
  34. RewriteCond %{HTTP_HOST} ^www\.physikinstrumente\.de
  35. RewriteRule ^sitemap.xml$ /index.php?id=1077 [L,R=301]
  36.  
  37. RewriteRule sitemap.xml$ /index.php?id=893 [L,R=301]
  38.  
  39. # Rules for robots.txt
  40. RewriteCond %{HTTP_HOST} piceramic.com
  41. RewriteRule ^(robots)(\.txt)$ robots_piceramic_com.txt [L,NC]
  42. RewriteCond %{HTTP_HOST} piceramic.de
  43. RewriteRule ^(robots)(\.txt)$ robots_piceramic_de.txt [L,NC]
  44.  
  45. RewriteCond %{HTTP_HOST} ^piceramic.com$ [NC]
  46. RewriteRule ^start.html$ http://piceramic.com/ [L,R=301]
  47.  
  48. RewriteCond %{HTTP_HOST} ^piceramic.de$ [NC]
  49. RewriteRule ^start.html$ http://piceramic.de/ [L,R=301]
  50.  
  51. #REWRITES FOR PICERAMIC.DE / 2.4.2014 MM
  52.  
  53. RewriteCond %{HTTP_HOST} ^piceramic\.de
  54. RewriteRule ^adaptronik_piezo_komposite.php$ http://piceramic.de/anwendungen/adaptronik.html [L,R=301]
  55. RewriteCond %{HTTP_HOST} ^piceramic\.de
  56. RewriteRule ^anfahrt.php$ http://piceramic.de/unternehmen.html [L,R=301]
  57. RewriteCond %{HTTP_HOST} ^piceramic\.de
  58. RewriteRule ^deutsch/piezoeffekt.html$ http://piceramic.de/piezo-technologie/grundlagen.html [L,R=301]
  59. RewriteCond %{HTTP_HOST} ^piceramic\.de
  60. RewriteRule ^deutsch/produkte.html$ http://piceramic.de/produkte.html [L,R=301]
  61. RewriteCond %{HTTP_HOST} ^piceramic\.de
  62. RewriteRule ^deutsch/site/bender.html$ http://piceramic.de/produkte/picma-bender-biegewandler.html [L,R=301]
  63. RewriteCond %{HTTP_HOST} ^piceramic\.de
  64. RewriteRule ^deutsch/site/pica.html$ http://piceramic.de/produkte/pica-piezoelektrische-aktoren.html [L,R=301]
  65. RewriteCond %{HTTP_HOST} ^piceramic\.de
  66. RewriteRule ^deutsch/site/piezo.html$ http://piceramic.de/produkte/piezoelektrische-materialien.html [L,R=301]
  67. RewriteCond %{HTTP_HOST} ^piceramic\.de
  68. RewriteRule ^deutsch/site/piezotubes.html$ http://piceramic.de/produkte/piezo-rohre.html [L,R=301]
  69. RewriteCond %{HTTP_HOST} ^piceramic\.de
  70. RewriteRule ^deutsch/site/stack.html$ http://piceramic.de/produkte/pica-piezoelektrische-aktoren.html [L,R=301]
  71. RewriteCond %{HTTP_HOST} ^piceramic\.de
  72. RewriteRule ^download.php$ http://piceramic.de/infothek/downloads.html [L,R=301]
  73. RewriteCond %{HTTP_HOST} ^piceramic\.de
  74. RewriteRule ^download/Medizintechnik_mit_Piezo.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezo_Medizintechnik_WP_pi4001.pdf [L,R=301]
  75. RewriteCond %{HTTP_HOST} ^piceramic\.de
  76. RewriteRule ^download/PIC_Katalog_DuraAct_Piezo-Komposit_Wandler_Biegewandler_Brosch_070928c.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_DuraAct_WP_pi1022D.pdf [L,R=301]
  77. RewriteCond %{HTTP_HOST} ^piceramic\.de
  78. RewriteRule ^download/Piezo_Schwingungsisolation.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Schwingungsisolation_WP_pi1049.pdf [L,R=301]
  79. RewriteCond %{HTTP_HOST} ^piceramic\.de
  80. RewriteRule ^energy_harvesting.php$ http://piceramic.de/anwendungen/piezo-energy-harvesting.html [L,R=301]
  81. RewriteCond %{HTTP_HOST} ^piceramic\.de
  82. RewriteRule ^geschichte.php$ http://piceramic.de/unternehmen.html [L,R=301]
  83. RewriteCond %{HTTP_HOST} ^piceramic\.de
  84. RewriteRule ^impressum.php$ http://piceramic.de/impressum.html [L,R=301]
  85. RewriteCond %{HTTP_HOST} ^piceramic\.de
  86. RewriteRule ^pdf/d_piezo.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezomotors_BRO35E.pdf [L,R=301]
  87. RewriteCond %{HTTP_HOST} ^piceramic\.de
  88. RewriteRule ^pdf/d_piezo_material.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezoelektrische_Aktoren_CAT128D.pdf [L,R=301]
  89. RewriteCond %{HTTP_HOST} ^piceramic\.de
  90. RewriteRule ^pdf/KATALOG_deutsch.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezokeramische_Materialien_Bauelemente_CAT125D.pdf [L,R=301]
  91. RewriteCond %{HTTP_HOST} ^piceramic\.de
  92. RewriteRule ^pdf/P876_komposite_Piezo_Wandler_Datenblatt.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_DuraAct_WP_pi1022D.pdf [L,R=301]
  93. RewriteCond %{HTTP_HOST} ^piceramic\.de
  94. RewriteRule ^pdf/Piezo_Keramik_Komponenten_katalog_1.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezokeramische_Materialien_Bauelemente_CAT125D.pdf [L,R=301]
  95. RewriteCond %{HTTP_HOST} ^piceramic\.de
  96. RewriteRule ^pdf/Piezo_Steuerung_Verstaerker_Controller_Katalog_PI.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezoverstaerker_Controller_BRO25D.pdf [L,R=301]
  97. RewriteCond %{HTTP_HOST} ^piceramic\.de
  98. RewriteRule ^pdf/Piezoelektrische_Aktoren.pdf?$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezoelektrische_Aktoren_CAT128D.pdf [L,R=301]
  99. RewriteCond %{HTTP_HOST} ^piceramic\.de
  100. RewriteRule ^pdf/PT120_Piezo_Rohr_Datenblatt.pdf?$ http://piceramic.de/produkte/piezo-rohre.html [L,R=301]
  101. RewriteCond %{HTTP_HOST} ^piceramic\.de
  102. RewriteRule ^piezo_aktoren.php$ http://piceramic.de/produkte.html [L,R=301]
  103. RewriteCond %{HTTP_HOST} ^piceramic\.de
  104. RewriteRule ^piezo_anwendungen.php$ http://piceramic.de/anwendungen.html [L,R=301]
  105. RewriteCond %{HTTP_HOST} ^piceramic\.de
  106. rewriteCond %{QUERY_STRING} ^appid=1$
  107. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/piezo-technologie/grundlagen.html? [L,R=301]
  108. RewriteCond %{HTTP_HOST} ^piceramic\.de
  109. rewriteCond %{QUERY_STRING} ^appid=11$
  110. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/infothek.html? [L,R=301]
  111. RewriteCond %{HTTP_HOST} ^piceramic\.de
  112. rewriteCond %{QUERY_STRING} ^appid=3$
  113. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen/ultraschall-durchflussmessung.html? [L,R=301]
  114. RewriteCond %{HTTP_HOST} ^piceramic\.de
  115. rewriteCond %{QUERY_STRING} ^appid=5$
  116. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen/piezo-mikropumpen.html? [L,R=301]
  117. RewriteCond %{HTTP_HOST} ^piceramic\.de
  118. rewriteCond %{QUERY_STRING} ^appid=6$
  119. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen.html? [L,R=301]
  120. RewriteCond %{HTTP_HOST} ^piceramic\.de
  121. rewriteCond %{QUERY_STRING} ^appid=7$
  122. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen/ultraschall-durchflussmessung.html? [L,R=301]
  123. RewriteCond %{HTTP_HOST} ^piceramic\.de
  124. rewriteCond %{QUERY_STRING} ^appid=8$
  125. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen/piezo-sonartechnik-hydroakustik.html? [L,R=301]
  126. RewriteCond %{HTTP_HOST} ^piceramic\.de
  127. rewriteCond %{QUERY_STRING} ^appid=9$
  128. RewriteRule ^piezo_anwendungen_mehr.php$ http://piceramic.de/anwendungen/aerosolerzeugung.html? [L,R=301]
  129. RewriteCond %{HTTP_HOST} ^piceramic\.de
  130. RewriteRule ^piezo_jobs.php$ http://piceramic.de/unternehmen/karriere.html [L,R=301]
  131. RewriteCond %{HTTP_HOST} ^piceramic\.de
  132. RewriteRule ^piezo_motoren.php$ http://www.physikinstrumente.de/de/produkte/linear_aktor/piezo-schreitantriebe_modelle.php [L,R=301]
  133. RewriteCond %{HTTP_HOST} ^piceramic\.de
  134. rewriteCond %{QUERY_STRING} ^newsid=10$
  135. RewriteRule ^piezo_news_mehr.php$ http://piceramic.de/gasblasen-detektieren.html? [L,R=301]
  136. RewriteCond %{HTTP_HOST} ^piceramic\.de
  137. rewriteCond %{QUERY_STRING} ^newsid=21$
  138. RewriteRule ^piezo_news_mehr.php$ http://piceramic.de/fileadmin/FileDatabase/PI_Piezoelektrische_Aktoren_CAT128D.pdf [L,R=301]
  139. RewriteCond %{HTTP_HOST} ^piceramic\.de
  140. rewriteCond %{QUERY_STRING} ^newsid=6$
  141. RewriteRule ^piezo_news_mehr.php$ http://piceramic.de/produkte/duraact.html? [L,R=301]
  142. RewriteCond %{HTTP_HOST} ^piceramic\.de
  143. rewriteCond %{QUERY_STRING} ^newsid=7$
  144. RewriteRule ^piezo_news_mehr.php$ http://piceramic.de/anwendungen/dosier-piezo-ventile.html? [L,R=301]
  145. RewriteCond %{HTTP_HOST} ^piceramic\.de
  146. rewriteCond %{QUERY_STRING} ^newsid=8$
  147. RewriteRule ^piezo_news_mehr.php$ http://piceramic.de/unternehmen.html? [L,R=301]
  148. RewriteCond %{HTTP_HOST} ^piceramic\.de
  149. RewriteRule ^piezo_ringe_platten_rohre.php$ http://piceramic.de/produkte/piezoelemente.html [L,R=301]
  150. RewriteCond %{HTTP_HOST} ^piceramic\.de
  151. RewriteRule ^piezo_steuerungen.php$ http://piceramic.de/produkte/piezocontroller.html [L,R=301]
  152. RewriteCond %{HTTP_HOST} ^piceramic\.de
  153. rewriteCond %{QUERY_STRING} ^notesid=1$
  154. RewriteRule ^piezo_technische_hinweise_mehr.php$ http://piceramic.de/produkte/piezo-elemente.html? [L,R=301]
  155. RewriteCond %{HTTP_HOST} ^piceramic\.de
  156. RewriteRule ^piezo_technologie.php$ http://piceramic.de/piezo-technologie.html [L,R=301]
  157. RewriteCond %{HTTP_HOST} ^piceramic\.de
  158. RewriteRule ^piezo_tutorium3.php$ http://piceramic.de/produkte/piezoelektrische-materialien.html [L,R=301]
  159. RewriteCond %{HTTP_HOST} ^piceramic\.de
  160. RewriteRule ^piezo_tutorium4.php$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/auslenkungsarten.html [L,R=301]
  161. RewriteCond %{HTTP_HOST} ^piceramic\.de
  162. RewriteRule ^piezo_wandler_anwendungen.php$ http://piceramic.de/anwendungen/adaptronik.html [L,R=301]
  163. RewriteCond %{HTTP_HOST} ^piceramic\.de
  164. RewriteRule ^piezo_wandler_tutorium.php$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/auslenkungsarten.html [L,R=301]
  165. RewriteCond %{HTTP_HOST} ^piceramic\.de
  166. RewriteRule ^piezoeffekt.php$ http://piceramic.de/piezo-technologie/grundlagen.html [L,R=301]
  167. RewriteCond %{HTTP_HOST} ^piceramic\.de
  168. RewriteRule ^piezoeffekt2.php$ http://piceramic.de/piezo-technologie/grundlagen.html [L,R=301]
  169. RewriteCond %{HTTP_HOST} ^piceramic\.de
  170. RewriteRule ^piezoeffekt3.php$ http://piceramic.de/piezo-technologie/grundlagen.html [L,R=301]
  171. RewriteCond %{HTTP_HOST} ^piceramic\.de
  172. RewriteRule ^piezokeramische_werkstoffe_1.php$ http://piceramic.de/produkte/piezoelektrische-materialien.html [L,R=301]
  173. RewriteCond %{HTTP_HOST} ^piceramic\.de
  174. RewriteRule ^piezokeramische_werkstoffe_2.php$ http://piceramic.de/produkte/piezoelektrische-materialien.html [L,R=301]
  175. RewriteCond %{HTTP_HOST} ^piceramic\.de
  176. RewriteRule ^piezokeramische_werkstoffe_4.php$ http://piceramic.de/produkte/piezoelektrische-materialien.html [L,R=301]
  177. RewriteCond %{HTTP_HOST} ^piceramic\.de
  178. rewriteCond %{QUERY_STRING} ^sortnr=100800$
  179. RewriteRule ^prdetail.php$ http://piceramic.de/produkte/picma-multilayer-piezoaktor.html? [L,R=301]
  180.  
  181.  
  182.  
  183.  
  184.  
  185. RewriteCond %{HTTP_HOST} ^piceramic\.de
  186. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  187. RewriteRule ^prdetail.php$ http://piceramic.de/produkte/duraact.html? [L,R=301]
  188.  
  189.  
  190.  
  191.  
  192. RewriteCond %{HTTP_HOST} ^piceramic\.de
  193. RewriteCond %{QUERY_STRING} ^sortnr=102600$
  194. RewriteRule ^prdetail.php$ http://piceramic.com/products/pica-piezoelectric-actuators.html? [L,R=301]
  195. RewriteCond %{HTTP_HOST} ^piceramic\.de
  196. RewriteCond %{QUERY_STRING} ^sortnr=102950$
  197. RewriteRule ^prdetail.php$ http://piceramic.de/produkte/picoactuator-piezokristall.html? [L,R=301]
  198. RewriteCond %{HTTP_HOST} ^piceramic\.de
  199. RewriteCond %{QUERY_STRING} ^sortnr=50800$
  200. RewriteRule ^prdetail.php$ http://piceramic.de/produkte.html? [L,R=301]
  201. RewriteCond %{HTTP_HOST} ^piceramic\.de
  202. RewriteCond %{QUERY_STRING} ^sortnr=50810$
  203. RewriteRule ^prdetail.php$ http://piceramic.de/produkte.html? [L,R=301]
  204. RewriteCond %{HTTP_HOST} ^piceramic\.de
  205. RewriteCond %{QUERY_STRING} ^sortnr=608000&picview=6$
  206. RewriteRule ^primages.php$ http://piceramic.de/produkt-detailseite/e-821-608000.html? [L,R=301]
  207. RewriteCond %{HTTP_HOST} ^piceramic\.de
  208. RewriteRule ^produkte.php$ http://piceramic.de/produkte.html [L,R=301]
  209. RewriteCond %{HTTP_HOST} ^piceramic\.de
  210. RewriteRule ^profil.php$ http://piceramic.de/unternehmen.html [L,R=301]
  211. RewriteCond %{HTTP_HOST} ^piceramic\.de
  212. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  213. RewriteRule ^prorder.php$ http://piceramic.de/produkte/picma-bender-biegewandler.html? [L,R=301]
  214. RewriteCond %{HTTP_HOST} ^piceramic\.de
  215. RewriteCond %{QUERY_STRING} ^sortnr=100800$
  216. RewriteRule ^prorder.php$ http://piceramic.de/produkte/picma-multilayer-piezoaktor.html? [L,R=301]
  217. RewriteCond %{HTTP_HOST} ^piceramic\.de
  218. RewriteCond %{QUERY_STRING} ^sortnr=100810$
  219. RewriteRule ^prorder.php$ http://piceramic.de/produkte/picma-multilayer-piezoaktor.html? [L,R=301]
  220. RewriteCond %{HTTP_HOST} ^piceramic\.de
  221. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  222. RewriteRule ^prorder.php$ http://piceramic.de/produkte/duraact.html? [L,R=301]
  223. RewriteCond %{HTTP_HOST} ^piceramic\.de
  224. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  225. RewriteRule ^prorder.php$ http://piceramic.de/produkte/picma-bender-biegewandler.html? [L,R=301]
  226.  
  227. RewriteCond %{HTTP_HOST} ^piceramic\.de
  228. RewriteCond %{QUERY_STRING} ^sortnr=103100$
  229. RewriteRule ^prorder.php$ http://piceramic.de/produkte/piezo-rohre.html? [L,R=301]
  230.  
  231.  
  232. #RewriteCond %{HTTP_HOST} ^piceramic\.de
  233. #RewriteCond %{QUERY_STRING} ^sortnr=101790$
  234. #RewriteRule ^prspecs.php$ http://piceramic.de/produkte/duraact.html? [L,R=301]
  235.  
  236. RewriteCond %{HTTP_HOST} ^piceramic\.de
  237. RewriteCond %{QUERY_STRING} ^sortnr=102700$
  238. RewriteRule ^prspecs.php$ http://piceramic.de/produkte/pica-piezoelektrische-aktoren.html? [L,R=301]
  239.  
  240.  
  241. #REWRITES FOR PICERAMIC.DE NEWS
  242.  
  243. RewriteCond %{HTTP_HOST} ^piceramic\.de
  244. RewriteRule ^infothek/meldungen/news-detail/article/ring-actuator-with-new-dimensions.html$ http://piceramic.de/infothek/meldungen/news-detail/article/neue-abmessungen-fuer-ringaktor.html [L,R=301]
  245.  
  246. RewriteCond %{HTTP_HOST} ^piceramic\.de
  247. RewriteRule ^infothek/meldungen/news-detail/article/encapsulated-multilayer-actuators.html$ http://piceramic.de/infothek/meldungen/news-detail/article/gekapselte-multilayeraktoren.html [L,R=301]
  248.  
  249. RewriteCond %{HTTP_HOST} ^piceramic\.de
  250. RewriteRule ^infothek/meldungen/news-detail/article/compact-cost-efficient-low-noise.html$ http://piceramic.de/infothek/meldungen/news-detail/article/klein-preisguenstig-rauscharm.html [L,R=301]
  251.  
  252. RewriteCond %{HTTP_HOST} ^piceramic\.de
  253. RewriteRule ^infothek/meldungen/news-detail/article/disk-shaped-picmasupRsup-stack.html$ http://piceramic.de/infothek/meldungen/news-detail/article/runder-picmasupRsup-stack.html [L,R=301]
  254.  
  255. RewriteCond %{HTTP_HOST} ^piceramic\.de
  256. RewriteRule ^infothek/meldungen/news-detail/article/piezo-elements-for-harvesting-energy.html$ http://piceramic.de/infothek/meldungen/news-detail/article/piezoelemente-fuer-energy-harvesting.html [L,R=301]
  257.  
  258. RewriteCond %{HTTP_HOST} ^piceramic\.de
  259. RewriteRule ^infothek/meldungen/news-detail/article/picmasupRsup-chip-actuator.html$ http://piceramic.de/infothek/meldungen/news-detail/article/picmasupRsup-chip-aktor.html [L,R=301]
  260.  
  261. RewriteCond %{HTTP_HOST} ^piceramic\.de
  262. RewriteRule ^infothek/meldungen/news-detail/article/disk-shaped-picmasupRsup-benders.html$ http://piceramic.de/infothek/meldungen/news-detail/article/runder-picmasupRsup-bender.html [L,R=301]
  263.  
  264. RewriteCond %{HTTP_HOST} ^piceramic\.de
  265. RewriteRule ^infothek/meldungen/news-detail/article/energy-harvesting-demo-kit.html$ http://piceramic.de/infothek/meldungen/news-detail/article/energy-harvesting-demo-kit.html [L,R=301]
  266.  
  267. RewriteCond %{HTTP_HOST} ^piceramic\.de
  268. RewriteRule ^infothek/meldungen/news-detail/article/picmasupRsup-multilayer-piezo-actuators.html$ http://piceramic.de/infothek/meldungen/news-detail/article/picmasupRsup-multilayer-piezoaktoren.html [L,R=301]
  269.  
  270. RewriteCond %{HTTP_HOST} ^piceramic\.de
  271. RewriteRule ^infothek/meldungen/news-detail/article/new-catalog.html$ http://piceramic.de/infothek/meldungen/news-detail/article/neuer-katalog.html [L,R=301]
  272.  
  273. RewriteCond %{HTTP_HOST} ^piceramic\.de
  274. RewriteRule ^infothek/meldungen/news-detail/article/oem-bending-actuators.html$ http://piceramic.de/infothek/meldungen/news-detail/article/flexibel-anpassbare-biegeaktoren.html [L,R=301]
  275.  
  276.  
  277. #END REWRITES PICERAMIC.DE
  278.  
  279. #REWRITES FOR PICERAMIC.COM / 1.4.2014 MM
  280.  
  281. RewriteCond %{HTTP_HOST} ^piceramic\.com
  282. RewriteRule ^adaptronics_piezo_transducer.php$ http://piceramic.com/applications/adaptive-systems-technology.html [L,R=301]
  283.  
  284. RewriteCond %{HTTP_HOST} ^piceramic\.com
  285. RewriteRule ^adaptronics_piezo_transducer.php$ http://piceramic.com/applications/adaptive-systems-technology.html [L,R=301]
  286. RewriteCond %{HTTP_HOST} ^piceramic\.com
  287. RewriteRule ^datasheet/Piezo_Material_Datasheet_Cofefficients_Temperature_Measurements.pdf$ http://piceramic.com/fileadmin/FileDatabase/PI_Ceramic_PiezoActuators_CAT128E.pdf [L,R=301]
  288. RewriteCond %{HTTP_HOST} ^piceramic\.com
  289. RewriteRule ^datasheet/PL022_PL033_Piezo_Chip_Datasheet.pdf$ http://piceramic.com/products/picma-multilayer-piezo-actuator.html [L,R=301]
  290. RewriteCond %{HTTP_HOST} ^piceramic\.com
  291. RewriteRule ^datasheet/PL112_Datasheet.pdf$ http://piceramic.com/products/picma-bending-actuators.html [L,R=301]
  292. RewriteCond %{HTTP_HOST} ^piceramic\.com
  293. RewriteRule ^download.php$ http://piceramic.com/info/downloads.html [L,R=301]
  294. RewriteCond %{HTTP_HOST} ^piceramic\.com
  295. RewriteRule ^energy_harvesting.php$ http://piceramic.com/applications/piezo-energy-harvesting.html [L,R=301]
  296. RewriteCond %{HTTP_HOST} ^piceramic\.com
  297. RewriteRule ^form.php$ http://piceramic.com/company/contact.html [L,R=301]
  298.  
  299. #RewriteCond %{HTTP_HOST} ^piceramic\.com
  300. #RewriteRule ^index.php$ http://piceramic.com/home.html [L,R=301]
  301.  
  302. RewriteCond %{HTTP_HOST} ^piceramic\.com
  303. RewriteRule ^pdf/Piezo_Actuator_Displacement_Modes.pdf?$ http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html [L,R=301]
  304. RewriteCond %{HTTP_HOST} ^piceramic\.com
  305. RewriteRule ^pdf/Piezo_Drivers_Amplifiers_Controllers.pdf?$ http://piceramic.com/fileadmin/FileDatabase/PI_Piezoelectric_Ceramic_Products_CAT125E.pdf [L,R=301]
  306. RewriteCond %{HTTP_HOST} ^piceramic\.com
  307. RewriteRule ^piezo_actuator.php$ http://piceramic.com/products.html [L,R=301]
  308. RewriteCond %{HTTP_HOST} ^piceramic\.com
  309. RewriteRule ^piezo_applications.php$ http://piceramic.com/applications.html [L,R=301]
  310. RewriteCond %{HTTP_HOST} ^piceramic\.com
  311. RewriteCond %{QUERY_STRING} ^appid=3$
  312. RewriteRule ^piezo_applications_more.php$ http://piceramic.com/applications.html? [L,R=301]
  313. RewriteCond %{HTTP_HOST} ^piceramic\.com
  314. RewriteCond %{QUERY_STRING} ^appid=5$
  315. RewriteRule ^piezo_applications_more.php$ http://piceramic.com/applications/piezo-micropumps.html? [L,R=301]
  316. RewriteCond %{HTTP_HOST} ^piceramic\.com
  317. RewriteCond %{QUERY_STRING} ^appid=6$
  318. RewriteRule ^piezo_applications_more.php$ http://piceramic.com/applications.html? [L,R=301]
  319. RewriteCond %{HTTP_HOST} ^piceramic\.com
  320. RewriteCond %{QUERY_STRING} ^appid=7$
  321. RewriteRule ^piezo_applications_more.php$ http://piceramic.com/applications/flow-rate-metering.html? [L,R=301]
  322. RewriteCond %{HTTP_HOST} ^piceramic\.com
  323. RewriteCond %{QUERY_STRING} ^appid=9$
  324. RewriteRule ^piezo_applications_more.php$ http://piceramic.com/applications/aerosol-production.html? [L,R=301]
  325. RewriteCond %{HTTP_HOST} ^piceramic\.com
  326. RewriteRule ^piezo_driver.php$ http://piceramic.com/products/piezo-controllers.html [L,R=301]
  327. RewriteCond %{HTTP_HOST} ^piceramic\.com
  328. RewriteRule ^piezo_effect.php$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  329. RewriteCond %{HTTP_HOST} ^piceramic\.com
  330. RewriteRule ^piezo_effect2.php$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  331. RewriteCond %{HTTP_HOST} ^piceramic\.com
  332. RewriteRule ^piezo_effect3.php$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  333. RewriteCond %{HTTP_HOST} ^piceramic\.com
  334. RewriteRule ^piezo_materials_1.php $ http://piceramic.com/products/piezoelectric-materials.html [L,R=301]
  335. RewriteCond %{HTTP_HOST} ^piceramic\.com
  336. RewriteRule ^piezo_materials_2.php$ http://piceramic.com/products/piezoelectric-materials.html [L,R=301]
  337. RewriteCond %{HTTP_HOST} ^piceramic\.com
  338. RewriteRule ^piezo_materials_3.php$ http://piceramic.com/products/piezoelectric-materials.html [L,R=301]
  339. RewriteCond %{HTTP_HOST} ^piceramic\.com
  340. RewriteRule ^piezo_materials_4.php$ http://piceramic.com/products/piezoelectric-materials.html [L,R=301]
  341. RewriteCond %{HTTP_HOST} ^piceramic\.com
  342. RewriteCond %{QUERY_STRING} ^newsid=10$
  343. RewriteRule ^piezo_news_more.php$ http://piceramic.com/applications/ultrasonic-air-bubble-detector.html? [L,R=301]
  344. RewriteCond %{HTTP_HOST} ^piceramic\.com
  345. RewriteCond %{QUERY_STRING} ^newsid=7$
  346. RewriteRule ^piezo_news_more.php$ http://piceramic.com/applications/aerosol-production.html [L,R=301]
  347. RewriteCond %{HTTP_HOST} ^piceramic\.com
  348. RewriteRule ^piezo_rings_plates_tubes_shear.php$ http://piceramic.com/products/piezo-elements.html [L,R=301]
  349. RewriteCond %{HTTP_HOST} ^piceramic\.com
  350. RewriteRule ^piezo_technology.php$ http://piceramic.com/piezo-technology.html [L,R=301]
  351. RewriteCond %{HTTP_HOST} ^piceramic\.com
  352. RewriteCond %{QUERY_STRING} ^notesid=1$
  353. RewriteRule ^piezo_tips_technotes_more.php$ http://piceramic.com/products/piezo-elements.html? [L,R=301]
  354. RewriteCond %{HTTP_HOST} ^piceramic\.com
  355. RewriteRule ^piezo_transducer_applications.php$ http://piceramic.com/applications/adaptive-systems-technology.html [L,R=301]
  356. RewriteCond %{HTTP_HOST} ^piceramic\.com
  357. RewriteRule ^piezo_transducer_tutorial.php$ http://piceramic.com/products/duraact-piezoelectric-transducer.html [L,R=301]
  358. RewriteCond %{HTTP_HOST} ^piceramic\.com
  359. RewriteCond %{QUERY_STRING} ^onl_goog_piezo_transducer=$
  360. RewriteRule ^piezo_transducer_tutorial.php$ http://piceramic.com/products/duraact-piezoelectric-transducer.html? [L,R=301]
  361. RewriteCond %{HTTP_HOST} ^piceramic\.com
  362. RewriteRule ^piezo_tutorial.php$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  363. RewriteCond %{HTTP_HOST} ^piceramic\.com
  364. RewriteRule ^piezo_tutorial1.php$ http://piceramic.com/piezo-technology/properties-piezo-actuators.html [L,R=301]
  365. RewriteCond %{HTTP_HOST} ^piceramic\.com
  366. RewriteRule ^piezo_tutorial10.php$ http://piceramic.com/piezo-technology/picma.html [L,R=301]
  367. RewriteCond %{HTTP_HOST} ^piceramic\.com
  368. RewriteRule ^piezo_tutorial2.php$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  369. RewriteCond %{HTTP_HOST} ^piceramic\.com
  370. RewriteRule ^piezo_tutorial3.php$ http://piceramic.com/products/piezoelectric-materials.html [L,R=301]
  371. RewriteCond %{HTTP_HOST} ^piceramic\.com
  372. RewriteRule ^piezo_tutorial4.php$ http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html [L,R=301]
  373. RewriteCond %{HTTP_HOST} ^piceramic\.com
  374. RewriteRule ^piezo_tutorial5.php$ http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-behavior.html [L,R=301]
  375. RewriteCond %{HTTP_HOST} ^piceramic\.com
  376. RewriteRule ^piezo_tutorial6.php$ http://piceramic.com/piezo-technology/properties-piezo-actuators/forces-stiffnesses.html [L,R=301]
  377. RewriteCond %{HTTP_HOST} ^piceramic\.com
  378. RewriteRule ^piezo_tutorial9.php$ http://piceramic.com/piezo-technology/properties-piezo-actuators/dynamic-operation.html [L,R=301]
  379. RewriteCond %{HTTP_HOST} ^piceramic\.com
  380. RewriteRule ^piezo_value_added_assemblies.php$ http://piceramic.com/oem-piezo-ceramics.html [L,R=301]
  381. RewriteCond %{HTTP_HOST} ^piceramic\.com
  382. RewriteRule ^piezoeffekt.html$ http://piceramic.com/piezo-technology/fundamentals.html [L,R=301]
  383. RewriteCond %{HTTP_HOST} ^piceramic\.com
  384. RewriteCond %{QUERY_STRING} ^sortnr=100800$
  385. RewriteRule ^prdetail.php$ http://piceramic.com/products/picma-multilayer-piezo-actuator.html? [L,R=301]
  386. RewriteCond %{HTTP_HOST} ^piceramic\.com
  387. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  388. RewriteRule ^prdetail.php$ http://piceramic.com/products/duraact-piezoelectric-transducer.html? [L,R=301]
  389.  
  390. RewriteCond %{HTTP_HOST} ^piceramic\.com
  391. RewriteCond %{QUERY_STRING} ^sortnr=102600$
  392. RewriteRule ^prdetail.php$ http://piceramic.com/product-detail-page.html?productnr=102600 [L,R=301]
  393.  
  394.  
  395. RewriteCond %{HTTP_HOST} ^piceramic\.com
  396. RewriteCond %{QUERY_STRING} ^sortnr=608000$
  397. RewriteRule ^prdetail.php$ http://piceramic.com/product-detail-page/e-821-608000.html? [L,R=301]
  398.  
  399. RewriteCond %{HTTP_HOST} ^piceramic\.com
  400. RewriteCond %{QUERY_STRING} ^sortnr=608000&picview=6$
  401. RewriteRule ^primages.php$ http://piceramic.com/product-detail-page/e-821-608000.html? [L,R=301]
  402.  
  403. RewriteCond %{HTTP_HOST} ^piceramic\.com
  404. RewriteRule ^products.php$ http://piceramic.com/products.html? [L,R=301]
  405. #RewriteCond %{HTTP_HOST} ^piceramic\.com
  406. #RewriteCond %{QUERY_STRING} ^onl_goog_piezo_PIC=$
  407. #RewriteRule ^products.php$ http://piceramic.com/products.html? [L,R=301]
  408. RewriteCond %{HTTP_HOST} ^piceramic\.com
  409. RewriteRule ^profile.php$ http://piceramic.com/company.html [L,R=301]
  410. RewriteCond %{HTTP_HOST} ^piceramic\.com
  411. RewriteCond %{QUERY_STRING} ^sortnr=100800$
  412. RewriteRule ^prorder.php$ http://piceramic.com/products/picma-multilayer-piezo-actuator.html? [L,R=301]
  413. RewriteCond %{HTTP_HOST} ^piceramic\.com
  414. RewriteCond %{QUERY_STRING} ^sortnr=100810$
  415. RewriteRule ^prorder.php$ http://piceramic.com/products/picma-multilayer-piezo-actuator.html? [L,R=301]
  416. RewriteCond %{HTTP_HOST} ^piceramic\.com
  417. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  418. RewriteRule ^prorder.php$ http://piceramic.com/products/duraact-piezoelectric-transducer.html? [L,R=301]
  419. RewriteCond %{HTTP_HOST} ^piceramic\.com
  420. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  421. RewriteRule ^prorder.php$ http://piceramic.com/products/picma-bending-actuators.html? [L,R=301]
  422. RewriteCond %{HTTP_HOST} ^piceramic\.com
  423. RewriteCond %{QUERY_STRING} ^sortnr=103100$
  424. RewriteRule ^prorder.php$ http://piceramic.com/products/piezo-tube-actuators.html? [L,R=301]
  425.  
  426. RewriteCond %{HTTP_HOST} ^piceramic\.com
  427. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  428. RewriteRule ^prspecs.php$ http://piceramic.com/products/duraact-piezoelectric-transducer.html? [L,R=301]
  429.  
  430. RewriteCond %{HTTP_HOST} ^piceramic\.com
  431. RewriteRule ^site/amplif.html$ http://piceramic.com/products/piezo-controllers.html [L,R=301]
  432. RewriteCond %{HTTP_HOST} ^piceramic\.com
  433. RewriteRule ^site/bender.html$ http://piceramic.com/products/picma-bending-actuators.html [L,R=301]
  434. RewriteCond %{HTTP_HOST} ^piceramic\.com
  435. RewriteRule ^site/motors.html$ http://physikinstrumente.com/en/products/linear_actuator/piezowalk_selection.php [L,R=301]
  436. RewriteCond %{HTTP_HOST} ^piceramic\.com
  437. RewriteRule ^site/packstack.html$ http://piceramic.com/products.html [L,R=301]
  438. RewriteCond %{HTTP_HOST} ^piceramic\.com
  439. RewriteRule ^site/pica.html$ http://piceramic.com/products/pica-piezoelectric-actuators.html [L,R=301]
  440. RewriteCond %{HTTP_HOST} ^piceramic\.com
  441. RewriteRule ^site/piezoshear.html$ http://piceramic.com/products/pica-shear-piezo-actuator.html [L,R=301]
  442. RewriteCond %{HTTP_HOST} ^piceramic\.com
  443. RewriteRule ^site/piezotubes.html$ http://piceramic.com/products/piezo-tube-actuators.html [L,R=301]
  444. RewriteCond %{HTTP_HOST} ^piceramic\.com
  445. RewriteRule ^pdf/PIC_Brochure_DuraAct_Piezo_Composite_Patch_Transducers_C2_pic.pdf$ http://piceramic.com/fileadmin/FileDatabase/PI_DuraAct_WP_pi1022E.pdf [L,R=301]
  446.  
  447.  
  448. # ENDE PICERAMIC.COM REWRITES
  449.  
  450.  
  451.  
  452. RewriteCond %{http_host} ^www\.picumos\.co\.uk [OR]
  453. RewriteCond %{http_host} ^(www\.)?pi\-cumos\.co\.uk [OR]
  454. RewriteCond %{http_host} ^(www\.)?picumos\.com [OR]
  455. RewriteCond %{http_host} ^(www\.)?pi\-cumos\.com [OR]
  456. RewriteCond %{http_host} ^(www\.)?picumos\.info [OR]
  457. RewriteCond %{http_host} ^(www\.)?pi\-cumos\.info [OR]
  458. RewriteCond %{http_host} ^(www\.)?picumos\.org [OR]
  459. RewriteCond %{http_host} ^(www\.)?pi\-cumos\.org
  460. Rewriterule ^(.*)$ http://picumos.co.uk/$1 [R=301,L]
  461.  
  462.  
  463.  
  464. RewriteCond %{http_host} ^www\.physikinstrumente\.co\.uk
  465. Rewriterule ^(.*)$ http://physikinstrumente.co.uk/$1 [R=301,L]
  466.  
  467.  
  468. ###### 2014-09-17: Rewrites für Relaunch
  469.  
  470. ### 404-Weiterleitung auf die Startseite
  471. #ErrorDocument 404 /
  472.  
  473. ### Redirect non-www addresses to www:
  474. RewriteCond %{HTTP_HOST} ^physikinstrumente\.(de|com)$ [NC]
  475. RewriteRule (.*) http://www.physikinstrumente.%1/$1 [R=301,L]
  476.  
  477. # katalog.physikinstrumente.com
  478.  
  479. RewriteCond %{HTTP_HOST} katalog.physikinstrumente.com
  480. RewriteRule ^/Links/topicPDFs/7-72.pdf$ http://www.physikinstrumente.com/product-detail-page/m-235-703700.html? [L,R=301]
  481.  
  482. #Redirect 301 /Links/topicPDFs/7-72.pdf http://www.physikinstrumente.com/product-detail-page/m-235-703700.html
  483.  
  484. # ENDE katalog.physikinstrumente.com
  485.  
  486. ### www.physikinstrumente.com
  487.  
  488.  
  489. RewriteCond %{HTTP_HOST} www.physikinstrumente.com
  490. RewriteRule ^(robots)(\.txt)$ robots_physikinstrumente_com.txt [L,NC]
  491.  
  492. RewriteCond %{HTTP_HOST} www.physikinstrumente.de
  493. RewriteRule ^(robots)(\.txt)$ robots_physikinstrumente_de.txt [L,NC]
  494.  
  495.  
  496. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  497. RewriteRule ^start.html$ http://www.physikinstrumente.com/ [L,R=301]
  498.  
  499. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  500. RewriteRule ^start.html$ http://www.physikinstrumente.de/ [L,R=301]
  501.  
  502.  
  503. Redirect 301 /en/products/photonics/ http://www.physikinstrumente.com/product-detail-page/h-206-700820.html
  504. Redirect 301 /en/products/piezo_motor/index.php http://www.physikinstrumente.com/products/xyz-nanopositioning-stages.html
  505. Redirect 301 /en/products/software/index.php http://www.physikinstrumente.com/technology/motion-control-software.html
  506. RewriteCond %{HTTP_HOST} ^www.physikinstrumente\.com$
  507. RewriteRule ^en/$ http://www.physikinstrumente.com/home.html [L,R=301]
  508. Redirect 301 /en/contact/subsidiaries.php http://www.physikinstrumente.com/company-pi/worldwide.html
  509. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  510. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  511. RewriteCond %{QUERY_STRING} ^newsid=100$
  512. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-702-900930.html? [L,R=301]
  513. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  514. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  515. RewriteCond %{QUERY_STRING} ^newsid=102$
  516. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-761-600400.html? [L,R=301]
  517. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  518. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  519. RewriteCond %{QUERY_STRING} ^newsid=106$
  520. RewriteRule ^.*$ http://www.physikinstrumente.com/products/precision-linear-positioning-stages.html? [L,R=301]
  521. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  522. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  523. RewriteCond %{QUERY_STRING} ^newsid=109$
  524. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-824-700815.html? [L,R=301]
  525. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  526. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  527. RewriteCond %{QUERY_STRING} ^newsid=122$
  528. RewriteRule ^.*$ http://www.physikinstrumente.com/products/motorized-xy-stages.html? [L,R=301]
  529. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  530. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  531. RewriteCond %{QUERY_STRING} ^newsid=123$
  532. RewriteRule ^.*$ http://www.physikinstrumente.com/products/nexact-piezo-stepper-motors.html? [L,R=301]
  533. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  534. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  535. RewriteCond %{QUERY_STRING} ^newsid=125$
  536. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/motion-control-software.html? [L,R=301]
  537. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  538. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  539. RewriteCond %{QUERY_STRING} ^newsid=129$
  540. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-876-101790.html? [L,R=301]
  541. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  542. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  543. RewriteCond %{QUERY_STRING} ^newsid=132$
  544. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-737-201546.html? [L,R=301]
  545. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  546. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  547. RewriteCond %{QUERY_STRING} ^newsid=133$
  548. RewriteRule ^.*$ http://www.physikinstrumente.com/products/integrated-piezo-actuators.html? [L,R=301]
  549. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  550. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  551. RewriteCond %{QUERY_STRING} ^newsid=137$
  552. RewriteRule ^.*$ http://www.physikinstrumente.com/products/xyz-nanopositioning-stages.html? [L,R=301]
  553. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  554. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  555. RewriteCond %{QUERY_STRING} ^newsid=145$
  556. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-810-700880.html? [L,R=301]
  557. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  558. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  559. RewriteCond %{QUERY_STRING} ^newsid=148$
  560. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-381-1000720.html? [L,R=301]
  561. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  562. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  563. RewriteCond %{QUERY_STRING} ^newsid=149$
  564. RewriteRule ^.*$ http://www.physikinstrumente.com/news/the-new-pi-general-catalog.html? [L,R=301]
  565. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  566. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  567. RewriteCond %{QUERY_STRING} ^newsid=151$
  568. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/motion-control-software.html? [L,R=301]
  569. RewriteCond %{HTTP_HOST} ^www.physikinstrumente\.com$ [NC]
  570. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  571. RewriteCond %{QUERY_STRING} ^newsid=152$
  572. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/vacuum.html? [L,R=301]
  573. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  574. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  575. RewriteCond %{QUERY_STRING} ^newsid=155$
  576. RewriteRule ^.*$ http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html? [L,R=301]
  577. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  578. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  579. RewriteCond %{QUERY_STRING} ^newsid=157$
  580. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-545-201525.html? [L,R=301]
  581. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  582. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  583. RewriteCond %{QUERY_STRING} ^newsid=162$
  584. RewriteRule ^.*$ http://www.physikinstrumente.com/products/servo-motor-controller.html? [L,R=301]
  585. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  586. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  587. RewriteCond %{QUERY_STRING} ^newsid=163$
  588. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-660-703070.html? [L,R=301]
  589. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  590. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  591. RewriteCond %{QUERY_STRING} ^newsid=165$
  592. RewriteRule ^.*$ http://www.physikinstrumente.com/products/nexline-piezo-stepper-motors.html? [L,R=301]
  593. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  594. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  595. RewriteCond %{QUERY_STRING} ^newsid=169$
  596. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-709-605200.html? [L,R=301]
  597. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  598. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  599. RewriteCond %{QUERY_STRING} ^newsid=171$
  600. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-272-1000650.html? [L,R=301]
  601. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  602. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  603. RewriteCond %{QUERY_STRING} ^newsid=175$
  604. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-660-703070.html? [L,R=301]
  605. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  606. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  607. RewriteCond %{QUERY_STRING} ^newsid=177$
  608. RewriteRule ^.*$ http://www.physikinstrumente.com/products/motorized-xy-stages.html? [L,R=301]
  609. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  610. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  611. RewriteCond %{QUERY_STRING} ^newsid=178$
  612. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/hexapod-software.html? [L,R=301]
  613. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  614. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  615. RewriteCond %{QUERY_STRING} ^newsid=179$
  616. RewriteRule ^.*$ http://piceramic.com/applications/piezo-actuators-nasa-mars-rover.html? [L,R=301]
  617. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  618. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  619. RewriteCond %{QUERY_STRING} ^newsid=58$
  620. RewriteRule ^.*$ http://www.physikinstrumente.com/company-pi/worldwide.html? [L,R=301]
  621. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  622. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  623. RewriteCond %{QUERY_STRING} ^newsid=84$
  624. RewriteRule ^.*$ http://www.physikinstrumente.com/fileadmin/FileDatabase/PI_RoHS_Statement_A000T0009_EN.pdf? [L,R=301]
  625. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  626. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  627. RewriteCond %{QUERY_STRING} ^newsid=96$
  628. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-238-703750.html? [L,R=301]
  629. Redirect 301 /en/pdf/D711_Datasheet.pdf http://www.physikinstrumente.com/product-detail-page/d-711-500700.html
  630. Redirect 301 /en/pdf/M036_Datasheet.pdf http://www.physikinstrumente.com/product-detail-page/m-660-703070.html
  631. Redirect 301 /en/pdf/M227_Datasheet.pdf http://www.physikinstrumente.com/product-detail-page/m-227-703300.html
  632. Redirect 301 /en/pdf/M403_M414_Datasheet.pdf http://www.physikinstrumente.com/product-detail-page/m-403-701750.html
  633. Redirect 301 /en/pdf/P876_Datasheet.pdf http://piceramic.com/product-detail-page/p-876-101790.html
  634. Redirect 301 /en/pdf_extra/2009_PI_Catalog_Japan_Nippon_Piezo_Nanopositioning.pdf http://www.pi-japan.jp/download.html
  635. Redirect 301 /en/pdf_extra/Medical_Tech_BioTechnology_Precision_Actuator_Applications_PI.pdf http://www.physikinstrumente.com/applications.html
  636. Redirect 301 /en/pdf_extra/PI_Brochure_PILine_Ultrasonic_Piezomotor_Piezo_Motor_High_Speed_Actuator.pdf http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html
  637. Redirect 301 /en/pdf_extra/PI_Catalog_Linear_Actuators_for_Precision_Motion_Control.pdf http://www.physikinstrumente.com/products/precision-linear-positioning-stages.html
  638. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  639. RewriteRule ^en/pdf_extra/PI_designing_with%20piezo_actuators_tutorial_2005c.pdf$ http://www.physikinstrumente.com/products.html [L,R=301]
  640.  
  641. Redirect 301 /en/pdf_extra/PI_designing_withpiezo_actuators_tutorial_2005c.pdf http://www.physikinstrumente.com/technology.html
  642. Redirect 301 /en/pdf_extra/PI_Nanometrology_Capacitance_Displacement_Sensor_Capacitive_Sensor_E.pdf http://www.physikinstrumente.com/technology/capacitive-sensors.html
  643. Redirect 301 /en/pdf_extra/PI_piezo_driver_controller_catalog_2005c.pdf http://www.physikinstrumente.com/technology/precision-motion-control.html
  644. Redirect 301 /en/pdf_extra/PI_Precision_Motion_Control_Piezo_Positioning_Complete_Catalog_2014.pdf http://www.physikinstrumente.com/fileadmin/FileDatabase/PI_Piezo_Nano_Positioning_2013_2014_CAT130E.pdf
  645. Redirect 301 /en/pdf_extra/PI_Software_for_Ultra_Precision_Motion_Control_Systems.pdf http://www.physikinstrumente.com/technology/motion-control-software.html
  646. Redirect 301 /en/pdf_extra/Piezo-Pumps_for_Micro_Dispensing.pdf http://www.physikinstrumente.com/applications/piezoelectric-micropumps.html
  647. Redirect 301 /en/pdf_extra/TolerancesDrawings.pdf http://www.pi-usa.us/pdf/TolerancesDrawings.pdf
  648. #Redirect 301 /en/products/ http://www.physikinstrumente.com/products.html
  649.  
  650. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  651. RewriteRule ^en/products/$ http://www.physikinstrumente.com/products.html [L,R=301]
  652.  
  653. Redirect 301 /en/products/capacitive_sensor/ http://www.physikinstrumente.com/technology/capacitive-sensors.html
  654.  
  655. #Redirect 301 /en/products/hexapod_tripod/ http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html
  656. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  657. RewriteRule ^en/products/hexapod_tripod/$ http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html [L,R=301]
  658. Redirect 301 /en/products/hexapod_tripod/hexapod_tripod_controller.php http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html
  659. Redirect 301 /en/products/hexapod_tripod/hexapod_tripod_selection.php http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html
  660. Redirect 301 /en/products/linear_actuator/index.php http://www.physikinstrumente.com/products/motorized-linear-actuators.html
  661. Redirect 301 /en/products/linear_actuator/piezowalk_selection.php http://www.physikinstrumente.com/technology/piezowalk-piezo-motors.html
  662. Redirect 301 /en/products/linear_actuator/ultrasonic_motor_selection.php http://www.physikinstrumente.com/products/piline-ultrasonic-piezo-motor.html
  663.  
  664. #Redirect 301 /en/products/micropositioning/ http://www.physikinstrumente.com/products/motorized-linear-actuators.html
  665. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  666. RewriteRule ^en/products/micropositioning/$ http://www.physikinstrumente.com/products/motorized-linear-actuators.html [L,R=301]
  667. Redirect 301 /en/products/micropositioning/miniature_stage_selection.php http://www.physikinstrumente.com/products/motorized-linear-actuators.html
  668. Redirect 301 /en/products/micropositioning/multiaxis_stage_selection.php http://www.physikinstrumente.com/products/xyz-nanopositioning-stages.html
  669. Redirect 301 /en/products/micropositioning/rotation_stage_selection.php http://www.physikinstrumente.com/products/precision-rotation-stages.html
  670. Redirect 301 /en/products/micropositioning/translation_stage_selection.php http://www.physikinstrumente.com/products/precision-linear-positioning-stages.html
  671. Redirect 301 /en/products/micropositioning_hexapod/index.php http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html
  672.  
  673. Redirect 301 /en/products/motion_controller/ http://www.physikinstrumente.com/products/servo-motor-controller.html
  674.  
  675. #Redirect 301 /en/products/nanopositioning/ http://www.physikinstrumente.com/products/xyz-nanopositioning-stages.html
  676. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  677. RewriteRule ^en/products/nanopositioning/$ http://www.physikinstrumente.com/products/xyz-nanopositioning-stages.html [L,R=301]
  678. Redirect 301 /en/products/nanopositioning/nanopositioning_basics.php http://www.physikinstrumente.com/technology.html
  679. Redirect 301 /en/products/nanopositioning/nanopositioning_microscopy_selection.php http://www.physikinstrumente.com/products/motorized-xy-stages.html
  680. Redirect 301 /en/products/nanopositioning/nanopositioning_multi-axis_selection.php http://www.physikinstrumente.com/products/single-axis-piezo-linear-stages.html
  681. Redirect 301 /en/products/nanopositioning/nanopositioning_vertical_z-stage_selection.php http://www.physikinstrumente.com/products/piezo-z-stages.html
  682.  
  683. #Redirect 301 /en/products/piezo/ http://www.physikinstrumente.com/products/integrated-piezo-actuators.html
  684. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  685. RewriteRule ^en/products/piezo/$ http://www.physikinstrumente.com/products/integrated-piezo-actuators.html [L,R=301]
  686. Redirect 301 /en/products/piezo/piezo_actuator_selection.php http://www.physikinstrumente.com/products/integrated-piezo-actuators.html
  687. Redirect 301 /en/products/piezo/piezo_features.php http://www.physikinstrumente.com/products/integrated-piezo-actuators.html
  688.  
  689. #Redirect 301 /en/products/piezo_driver/ http://www.physikinstrumente.com/products/piezo-controller.html
  690. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  691. RewriteRule ^en/products/piezo_driver/$ http://www.physikinstrumente.com/products/piezo-controller.html [L,R=301]
  692. Redirect 301 /en/products/piezo_driver/piezo-driver_selection_digital.php http://www.physikinstrumente.com/products/piezo-controller.html
  693.  
  694. Redirect 301 /en/products/piezo_motor/nexline.php http://www.physikinstrumente.com/products/nexline-piezo-stepper-motors.html
  695. Redirect 301 /en/products/piezo_motor/piline.php http://www.physikinstrumente.com/products/piline-ultrasonic-piezo-motor.html
  696. Redirect 301 /en/products/piezo_tutorial.php http://www.physikinstrumente.com/technology.html
  697. RewriteCond %{HTTP_HOST} ^www.physikinstrumente\.com$
  698. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  699. RewriteCond %{QUERY_STRING} ^sortnr=1000100$
  700. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  701. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  702. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  703. RewriteCond %{QUERY_STRING} ^sortnr=1000130$
  704. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-422-1000130.html? [L,R=301]
  705. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  706. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  707. RewriteCond %{QUERY_STRING} ^sortnr=1000140$
  708. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-470-1000140.html? [L,R=301]
  709. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  710. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  711. RewriteCond %{QUERY_STRING} ^sortnr=1000145$
  712. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-470v-n-470u-1000160.html? [L,R=301]
  713. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  714. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  715. RewriteCond %{QUERY_STRING} ^sortnr=1000150$
  716. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  717. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  718. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  719. RewriteCond %{QUERY_STRING} ^sortnr=1000170$
  720. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  721. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  722. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  723. RewriteCond %{QUERY_STRING} ^sortnr=1000180$
  724. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  725. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  726. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  727. RewriteCond %{QUERY_STRING} ^sortnr=1000190$
  728. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  729. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  730. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  731. RewriteCond %{QUERY_STRING} ^sortnr=1000200$
  732. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  733. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  734. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  735. RewriteCond %{QUERY_STRING} ^sortnr=1000210$
  736. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  737. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  738. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  739. RewriteCond %{QUERY_STRING} ^sortnr=1000300$
  740. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-663-1000350.html? [L,R=301]
  741. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  742. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  743. RewriteCond %{QUERY_STRING} ^sortnr=1000350$
  744. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-663-1000350.html? [L,R=301]
  745. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  746. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  747. RewriteCond %{QUERY_STRING} ^sortnr=1000400$
  748. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-663-1000350.html? [L,R=301]
  749. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  750. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  751. RewriteCond %{QUERY_STRING} ^sortnr=1000420$
  752. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-683-1000520.html? [L,R=301]
  753. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  754. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  755. RewriteCond %{QUERY_STRING} ^sortnr=1000450$
  756. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-664-1000450.html? [L,R=301]
  757. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  758. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  759. RewriteCond %{QUERY_STRING} ^sortnr=1000500$
  760. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-683-1000520.html? [L,R=301]
  761. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  762. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  763. RewriteCond %{QUERY_STRING} ^sortnr=1000520$
  764. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-683-1000520.html? [L,R=301]
  765. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  766. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  767. RewriteCond %{QUERY_STRING} ^sortnr=1000580$
  768. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-686-1000581.html? [L,R=301]
  769. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  770. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  771. RewriteCond %{QUERY_STRING} ^sortnr=1000580$
  772. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-686-1000581.html? [L,R=301]
  773. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  774. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  775. RewriteCond %{QUERY_STRING} ^sortnr=1000585$
  776. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-687-1000585.html? [L,R=301]
  777. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  778. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  779. RewriteCond %{QUERY_STRING} ^sortnr=1000590$
  780. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-686kpms-1000590.html? [L,R=301]
  781. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  782. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  783. RewriteCond %{QUERY_STRING} ^sortnr=1000600$
  784. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/u-264-1000660.html? [L,R=301]
  785. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  786. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  787. RewriteCond %{QUERY_STRING} ^sortnr=1000610$
  788. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-674kcpp-1000610.html? [L,R=301]
  789. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  790. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  791. RewriteCond %{QUERY_STRING} ^sortnr=1000620$
  792. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-664kcep-1000620.html? [L,R=301]
  793. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  794. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  795. RewriteCond %{QUERY_STRING} ^sortnr=1000630$
  796. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-682k001-1000630.html? [L,R=301]
  797. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  798. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  799. RewriteCond %{QUERY_STRING} ^sortnr=1000640$
  800. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-663-1000350.html? [L,R=301]
  801. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  802. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  803. RewriteCond %{QUERY_STRING} ^sortnr=1000650$
  804. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-272-1000650.html? [L,R=301]
  805. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  806. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  807. RewriteCond %{QUERY_STRING} ^sortnr=1000655$
  808. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/u-264kspa-1000655.html? [L,R=301]
  809. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  810. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  811. RewriteCond %{QUERY_STRING} ^sortnr=1000700$
  812. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-310-1000700.html? [L,R=301]
  813. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  814. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  815. RewriteCond %{QUERY_STRING} ^sortnr=1000720$
  816. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-381-1000720.html? [L,R=301]
  817. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  818. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  819. RewriteCond %{QUERY_STRING} ^sortnr=1000730$
  820. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-111-1000740.html? [L,R=301]
  821. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  822. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  823. RewriteCond %{QUERY_STRING} ^sortnr=1000740$
  824. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-111-1000740.html? [L,R=301]
  825. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  826. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  827. RewriteCond %{QUERY_STRING} ^sortnr=1000745$
  828. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/lps-24-1000745.html? [L,R=301]
  829. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  830. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  831. RewriteCond %{QUERY_STRING} ^sortnr=1000750$
  832. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/lps-45-1202300.html? [L,R=301]
  833. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  834. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  835. RewriteCond %{QUERY_STRING} ^sortnr=1000755$
  836. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-664-1000755.html? [L,R=301]
  837. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  838. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  839. RewriteCond %{QUERY_STRING} ^sortnr=1000760$
  840. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-216-1000765.html? [L,R=301]
  841. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  842. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  843. RewriteCond %{QUERY_STRING} ^sortnr=1000765$
  844. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-216-1000765.html? [L,R=301]
  845. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  846. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  847. RewriteCond %{QUERY_STRING} ^sortnr=1000770$
  848. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-515knph-1000770.html? [L,R=301]
  849. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  850. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  851. RewriteCond %{QUERY_STRING} ^sortnr=1000780$
  852. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-510kawp-1000780.html? [L,R=301]
  853. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  854. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  855. RewriteCond %{QUERY_STRING} ^sortnr=1000781$
  856. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-510kawp-1000780.html? [L,R=301]
  857. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  858. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  859. RewriteCond %{QUERY_STRING} ^sortnr=1000800$
  860. RewriteRule ^.*$ http://www.physikinstrumente.com/info/glossary.html? [L,R=301]
  861. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  862. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  863. RewriteCond %{QUERY_STRING} ^sortnr=100300$
  864. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/pl0xx-100800.html? [L,R=301]
  865. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  866. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  867. RewriteCond %{QUERY_STRING} ^sortnr=100400$
  868. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-810-p-830-100400.html? [L,R=301]
  869. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  870. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  871. RewriteCond %{QUERY_STRING} ^sortnr=100500$
  872. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-820-100500.html? [L,R=301]
  873. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  874. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  875. RewriteCond %{QUERY_STRING} ^sortnr=100600$
  876. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-855-100650.html? [L,R=301]
  877. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  878. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  879. RewriteCond %{QUERY_STRING} ^sortnr=100650$
  880. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-855-100650.html? [L,R=301]
  881. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  882. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  883. RewriteCond %{QUERY_STRING} ^sortnr=100800$
  884. RewriteRule ^.*$ http://piceramic.com/product-detail-page/pl0xx-100800.html? [L,R=301]
  885. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  886. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  887. RewriteCond %{QUERY_STRING} ^sortnr=100810$
  888. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-882-p-888-100810.html? [L,R=301]
  889. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  890. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  891. RewriteCond %{QUERY_STRING} ^sortnr=100820$
  892. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-080-100820.html? [L,R=301]
  893. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  894. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  895. RewriteCond %{QUERY_STRING} ^sortnr=101000$
  896. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-840-p-841-101000.html? [L,R=301]
  897. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  898. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  899. RewriteCond %{QUERY_STRING} ^sortnr=101200$
  900. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-842-p-843-101200.html? [L,R=301]
  901. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  902. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  903. RewriteCond %{QUERY_STRING} ^sortnr=101300$
  904. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-212-101550.html? [L,R=301]
  905. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  906. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  907. RewriteCond %{QUERY_STRING} ^sortnr=101500$
  908. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-212-101550.html? [L,R=301]
  909. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  910. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  911. RewriteCond %{QUERY_STRING} ^sortnr=101550$
  912. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-216-101555.html? [L,R=301]
  913. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  914. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  915. RewriteCond %{QUERY_STRING} ^sortnr=101700$
  916. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-225-101750.html? [L,R=301]
  917. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  918. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  919. RewriteCond %{QUERY_STRING} ^sortnr=101750$
  920. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-225-101750.html? [L,R=301]
  921. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  922. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  923. RewriteCond %{QUERY_STRING} ^sortnr=101780$
  924. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-871-101780.html? [L,R=301]
  925. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  926. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  927. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  928. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-876-101790.html? [L,R=301]
  929. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  930. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  931. RewriteCond %{QUERY_STRING} ^sortnr=101795$
  932. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-878-101795.html? [L,R=301]
  933. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  934. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  935. RewriteCond %{QUERY_STRING} ^sortnr=101800$
  936. RewriteRule ^.*$ http://piceramic.com/product-detail-page/pd410-103050.html? [L,R=301]
  937. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  938. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  939. RewriteCond %{QUERY_STRING} ^sortnr=102300$
  940. RewriteRule ^.*$ http://www.physikinstrumente.com? [L,R=301]
  941. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  942. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  943. RewriteCond %{QUERY_STRING} ^sortnr=102400$
  944. RewriteRule ^.*$ http://www.physikinstrumente.com/info/glossary.html? [L,R=301]
  945. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  946. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  947. RewriteCond %{QUERY_STRING} ^sortnr=102600$
  948. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-007-p-056-102600.html? [L,R=301]
  949. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  950. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  951. RewriteCond %{QUERY_STRING} ^sortnr=102700$
  952. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-010xxp-p-056xxp-102700.html? [L,R=301]
  953. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  954. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  955. RewriteCond %{QUERY_STRING} ^sortnr=102800$
  956. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-010xxh-p-025xxh-102800.html? [L,R=301]
  957. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  958. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  959. RewriteCond %{QUERY_STRING} ^sortnr=102900$
  960. RewriteRule ^.*$ http://piceramic.com/product-detail-page/p-111-p-151-102900.html? [L,R=301]
  961. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  962. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  963. RewriteCond %{QUERY_STRING} ^sortnr=102950$
  964. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-405-102950.html? [L,R=301]
  965. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  966. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  967. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  968. RewriteRule ^.*$ http://piceramic.com/product-detail-page/pl112-pl140-103000.html? [L,R=301]
  969. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  970. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  971. RewriteCond %{QUERY_STRING} ^sortnr=103100$
  972. RewriteRule ^.*$ http://piceramic.com/product-detail-page/pt120-pt140-103100.html? [L,R=301]
  973. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  974. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  975. RewriteCond %{QUERY_STRING} ^sortnr=103200$
  976. RewriteRule ^.*$ http://piceramic.com/fileadmin/FileDatabase/PI_Handling_Piezo_Actuators.pdf? [L,R=301]
  977. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  978. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  979. RewriteCond %{QUERY_STRING} ^sortnr=1100001$
  980. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piline-ultrasonic-motors.html? [L,R=301]
  981. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  982. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  983. RewriteCond %{QUERY_STRING} ^sortnr=1100003$
  984. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/capacitive-sensors.html? [L,R=301]
  985. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  986. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  987. RewriteCond %{QUERY_STRING} ^sortnr=1100004$
  988. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/flexure-stages.html? [L,R=301]
  989. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  990. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  991. RewriteCond %{QUERY_STRING} ^sortnr=1100005$
  992. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/position-sensors.html? [L,R=301]
  993. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  994. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  995. RewriteCond %{QUERY_STRING} ^sortnr=1100006$
  996. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/motion-control-software.html? [L,R=301]
  997. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  998. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  999. RewriteCond %{QUERY_STRING} ^sortnr=1100007$
  1000. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piezowalk-piezo-motors.html? [L,R=301]
  1001. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1002. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1003. RewriteCond %{QUERY_STRING} ^sortnr=1100008$
  1004. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/pishift-inertial-motors.html? [L,R=301]
  1005. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1006. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1007. RewriteCond %{QUERY_STRING} ^sortnr=1100011$
  1008. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/hexapod-software.html? [L,R=301]
  1009. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1010. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1011. RewriteCond %{QUERY_STRING} ^sortnr=1100016$
  1012. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/multi-axis-positioners.html? [L,R=301]
  1013. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1014. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1015. RewriteCond %{QUERY_STRING} ^sortnr=1100018$
  1016. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/motion-control-software.html? [L,R=301]
  1017. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1018. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1019. RewriteCond %{QUERY_STRING} ^sortnr=1100025$
  1020. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/piezo-controllers-piezo-drivers.html? [L,R=301]
  1021. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1022. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1023. RewriteCond %{QUERY_STRING} ^sortnr=1100200$
  1024. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/pd72z2x4x-1100200.html? [L,R=301]
  1025. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1026. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1027. RewriteCond %{QUERY_STRING} ^sortnr=1100210$
  1028. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/nd72z2laq-1100210.html? [L,R=301]
  1029. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1030. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1031. RewriteCond %{QUERY_STRING} ^sortnr=1100250$
  1032. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/pd72z1x-1100250.html? [L,R=301]
  1033. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1034. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1035. RewriteCond %{QUERY_STRING} ^sortnr=1200180$
  1036. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/v-900kpic-1200180.html? [L,R=301]
  1037. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1038. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1039. RewriteCond %{QUERY_STRING} ^sortnr=1200200$
  1040. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/v-273-1200200.html? [L,R=301]
  1041. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1042. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1043. RewriteCond %{QUERY_STRING} ^sortnr=200300$
  1044. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-720-200300.html? [L,R=301]
  1045. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1046. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1047. RewriteCond %{QUERY_STRING} ^sortnr=200350$
  1048. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-721-200350.html? [L,R=301]
  1049. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1050. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1051. RewriteCond %{QUERY_STRING} ^sortnr=200360$
  1052. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-721ktpz-200360.html? [L,R=301]
  1053. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1054. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1055. RewriteCond %{QUERY_STRING} ^sortnr=200365$
  1056. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-721kptz-200365.html? [L,R=301]
  1057. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1058. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1059. RewriteCond %{QUERY_STRING} ^sortnr=200370$
  1060. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-725xdd-200370.html? [L,R=301]
  1061. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1062. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1063. RewriteCond %{QUERY_STRING} ^sortnr=200375$
  1064. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-725-200375.html? [L,R=301]
  1065. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1066. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1067. RewriteCond %{QUERY_STRING} ^sortnr=200377$
  1068. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-725khds-200377.html? [L,R=301]
  1069. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1070. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1071. RewriteCond %{QUERY_STRING} ^sortnr=200380$
  1072. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-726-200380.html? [L,R=301]
  1073. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1074. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1075. RewriteCond %{QUERY_STRING} ^sortnr=200400$
  1076. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-736-200400.html? [L,R=301]
  1077. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1078. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1079. RewriteCond %{QUERY_STRING} ^sortnr=200405$
  1080. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/pd73z2xxw-200405.html? [L,R=301]
  1081. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1082. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1083. RewriteCond %{QUERY_STRING} ^sortnr=200500$
  1084. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-753-200900.html? [L,R=301]
  1085. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1086. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1087. RewriteCond %{QUERY_STRING} ^sortnr=200510$
  1088. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-753-200900.html? [L,R=301]
  1089. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1090. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1091. RewriteCond %{QUERY_STRING} ^sortnr=200600$
  1092. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6201-p-6291-202300.html? [L,R=301]
  1093. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1094. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1095. RewriteCond %{QUERY_STRING} ^sortnr=200700$
  1096. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-750-200700.html? [L,R=301]
  1097. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1098. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1099. RewriteCond %{QUERY_STRING} ^sortnr=200800$
  1100. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-752-200800.html? [L,R=301]
  1101. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1102. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1103. RewriteCond %{QUERY_STRING} ^sortnr=200900$
  1104. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-753-200900.html? [L,R=301]
  1105. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1106. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1107. RewriteCond %{QUERY_STRING} ^sortnr=201000$
  1108. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-603-202800.html? [L,R=301]
  1109. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1110. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1111. RewriteCond %{QUERY_STRING} ^sortnr=201100$
  1112. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6113-201700.html? [L,R=301]
  1113. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1114. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1115. RewriteCond %{QUERY_STRING} ^sortnr=201180$
  1116. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-763-201180.html? [L,R=301]
  1117. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1118. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1119. RewriteCond %{QUERY_STRING} ^sortnr=201190$
  1120. RewriteRule ^.*$ http://www.physikinstrumente.com/products/precision-linear-positioning-stages.html? [L,R=301]
  1121. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1122. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1123. RewriteCond %{QUERY_STRING} ^sortnr=201195$
  1124. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915kvpz-201195.html? [L,R=301]
  1125. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1126. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1127. RewriteCond %{QUERY_STRING} ^sortnr=201197$
  1128. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915klpz-201197.html? [L,R=301]
  1129. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1130. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1131. RewriteCond %{QUERY_STRING} ^sortnr=201200$
  1132. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-7332-p-7333-201200.html? [L,R=301]
  1133. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1134. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1135. RewriteCond %{QUERY_STRING} ^sortnr=201250$
  1136. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-7332-p-7333-201200.html? [L,R=301]
  1137. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1138. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1139. RewriteCond %{QUERY_STRING} ^sortnr=201270$
  1140. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-733z-201270.html? [L,R=301]
  1141. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1142. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1143. RewriteCond %{QUERY_STRING} ^sortnr=201300$
  1144. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-734-201300.html? [L,R=301]
  1145. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1146. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1147. RewriteCond %{QUERY_STRING} ^sortnr=201500$
  1148. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-517-p-527-201500.html? [L,R=301]
  1149. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1150. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1151. RewriteCond %{QUERY_STRING} ^sortnr=201510$
  1152. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-518-p-528-p-558-201510.html? [L,R=301]
  1153. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1154. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1155. RewriteCond %{QUERY_STRING} ^sortnr=201520$
  1156. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-545xr7-201520.html? [L,R=301]
  1157. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1158. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1159. RewriteCond %{QUERY_STRING} ^sortnr=201521$
  1160. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-545xd7-201521.html? [L,R=301]
  1161. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1162. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1163. RewriteCond %{QUERY_STRING} ^sortnr=201524$
  1164. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-545xc7-201524.html? [L,R=301]
  1165. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1166. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1167. RewriteCond %{QUERY_STRING} ^sortnr=201525$
  1168. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-545-201525.html? [L,R=301]
  1169. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1170. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1171. RewriteCond %{QUERY_STRING} ^sortnr=201530$
  1172. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-5412-p-5422-201530.html? [L,R=301]
  1173. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1174. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1175. RewriteCond %{QUERY_STRING} ^sortnr=201535$
  1176. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-5412-p-5422-201530.html? [L,R=301]
  1177. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1178. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1179. RewriteCond %{QUERY_STRING} ^sortnr=201540$
  1180. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-541z-201540.html? [L,R=301]
  1181. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1182. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1183. RewriteCond %{QUERY_STRING} ^sortnr=201545$
  1184. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-541z-201540.html? [L,R=301]
  1185. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1186. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1187. RewriteCond %{QUERY_STRING} ^sortnr=201546$
  1188. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-737-201546.html? [L,R=301]
  1189. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1190. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1191. RewriteCond %{QUERY_STRING} ^sortnr=201550$
  1192. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-561-p-562-p-563-201550.html? [L,R=301]
  1193. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1194. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1195. RewriteCond %{QUERY_STRING} ^sortnr=201555$
  1196. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-5626cd-201555.html? [L,R=301]
  1197. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1198. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1199. RewriteCond %{QUERY_STRING} ^sortnr=201600$
  1200. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-587-201600.html? [L,R=301]
  1201. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1202. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1203. RewriteCond %{QUERY_STRING} ^sortnr=201650$
  1204. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-363-201650.html? [L,R=301]
  1205. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1206. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1207. RewriteCond %{QUERY_STRING} ^sortnr=201660$
  1208. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915kpps-201660.html? [L,R=301]
  1209. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1210. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1211. RewriteCond %{QUERY_STRING} ^sortnr=201665$
  1212. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-313-201665.html? [L,R=301]
  1213. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1214. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1215. RewriteCond %{QUERY_STRING} ^sortnr=201670$
  1216. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-628khfs-201670.html? [L,R=301]
  1217. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1218. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1219. RewriteCond %{QUERY_STRING} ^sortnr=201675$
  1220. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915kxys-201675.html? [L,R=301]
  1221. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1222. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1223. RewriteCond %{QUERY_STRING} ^sortnr=201680$
  1224. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915khds-201680.html? [L,R=301]
  1225. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1226. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1227. RewriteCond %{QUERY_STRING} ^sortnr=201700$
  1228. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6113-201700.html? [L,R=301]
  1229. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1230. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1231. RewriteCond %{QUERY_STRING} ^sortnr=201710$
  1232. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6111-201710.html? [L,R=301]
  1233. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1234. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1235. RewriteCond %{QUERY_STRING} ^sortnr=201715$
  1236. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-712-201715.html? [L,R=301]
  1237. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1238. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1239. RewriteCond %{QUERY_STRING} ^sortnr=201720$
  1240. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-713-201721.html? [L,R=301]
  1241. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1242. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1243. RewriteCond %{QUERY_STRING} ^sortnr=201721$
  1244. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-713-201721.html? [L,R=301]
  1245. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1246. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1247. RewriteCond %{QUERY_STRING} ^sortnr=201725$
  1248. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-611xz-p-6112-201725.html? [L,R=301]
  1249. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1250. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1251. RewriteCond %{QUERY_STRING} ^sortnr=201730$
  1252. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-611z-201731.html? [L,R=301]
  1253. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1254. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1255. RewriteCond %{QUERY_STRING} ^sortnr=201735$
  1256. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6201-p-6291-202300.html? [L,R=301]
  1257. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1258. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1259. RewriteCond %{QUERY_STRING} ^sortnr=201740$
  1260. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6122-201740.html? [L,R=301]
  1261. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1262. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1263. RewriteCond %{QUERY_STRING} ^sortnr=201745$
  1264. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-612z-201745.html? [L,R=301]
  1265. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1266. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1267. RewriteCond %{QUERY_STRING} ^sortnr=201750$
  1268. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-615-201750.html? [L,R=301]
  1269. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1270. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1271. RewriteCond %{QUERY_STRING} ^sortnr=201900$
  1272. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-601-202600.html? [L,R=301]
  1273. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1274. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1275. RewriteCond %{QUERY_STRING} ^sortnr=202000$
  1276. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-601-202600.html? [L,R=301]
  1277. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1278. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1279. RewriteCond %{QUERY_STRING} ^sortnr=202100$
  1280. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-602-202700.html? [L,R=301]
  1281. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1282. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1283. RewriteCond %{QUERY_STRING} ^sortnr=202200.00$
  1284. RewriteRule ^.*$ http://www.physikinstrumente.com/info/glossary.html? [L,R=301]
  1285. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1286. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1287. RewriteCond %{QUERY_STRING} ^sortnr=202300$
  1288. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6201-p-6291-202300.html? [L,R=301]
  1289. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1290. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1291. RewriteCond %{QUERY_STRING} ^sortnr=202350$
  1292. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6201-p-6291-202300.html? [L,R=301]
  1293. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1294. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1295. RewriteCond %{QUERY_STRING} ^sortnr=202400$
  1296. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6202-p-6292-202400.html? [L,R=301]
  1297. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1298. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1299. RewriteCond %{QUERY_STRING} ^sortnr=202500$
  1300. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-620z-p-622z-202500.html? [L,R=301]
  1301. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1302. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1303. RewriteCond %{QUERY_STRING} ^sortnr=202550$
  1304. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-630-202550.html? [L,R=301]
  1305. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1306. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1307. RewriteCond %{QUERY_STRING} ^sortnr=202600$
  1308. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-601-202600.html? [L,R=301]
  1309. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1310. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1311. RewriteCond %{QUERY_STRING} ^sortnr=202700$
  1312. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-602-202700.html? [L,R=301]
  1313. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1314. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1315. RewriteCond %{QUERY_STRING} ^sortnr=202800$
  1316. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-603-202800.html? [L,R=301]
  1317. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1318. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1319. RewriteCond %{QUERY_STRING} ^sortnr=202820$
  1320. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-604-202820.html? [L,R=301]
  1321. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1322. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1323. RewriteCond %{QUERY_STRING} ^sortnr=202900$
  1324. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-603-202900.html? [L,R=301]
  1325. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1326. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1327. RewriteCond %{QUERY_STRING} ^sortnr=210685$
  1328. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-915klvs-210685.html? [L,R=301]
  1329. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1330. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1331. RewriteCond %{QUERY_STRING} ^sortnr=300300$
  1332. RewriteRule ^.*$ http://www.physikinstrumente.com/products/tip-tilt-mirrors.html? [L,R=301]
  1333. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1334. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1335. RewriteCond %{QUERY_STRING} ^sortnr=300400$
  1336. RewriteRule ^.*$ http://www.physikinstrumente.com/products/tip-tilt-mirrors.html? [L,R=301]
  1337. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1338. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1339. RewriteCond %{QUERY_STRING} ^sortnr=300450$
  1340. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-340-300811.html? [L,R=301]
  1341. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1342. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1343. RewriteCond %{QUERY_STRING} ^sortnr=300500$
  1344. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-224-s-226-300500.html? [L,R=301]
  1345. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1346. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1347. RewriteCond %{QUERY_STRING} ^sortnr=300550$
  1348. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-303-300550.html? [L,R=301]
  1349. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1350. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1351. RewriteCond %{QUERY_STRING} ^sortnr=300600$
  1352. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-310-s-316-300600.html? [L,R=301]
  1353. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1354. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1355. RewriteCond %{QUERY_STRING} ^sortnr=300650$
  1356. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-325-300650.html? [L,R=301]
  1357. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1358. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1359. RewriteCond %{QUERY_STRING} ^sortnr=300700$
  1360. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-330-300700.html? [L,R=301]
  1361. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1362. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1363. RewriteCond %{QUERY_STRING} ^sortnr=300710$
  1364. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-334-300710.html? [L,R=301]
  1365. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1366. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1367. RewriteCond %{QUERY_STRING} ^sortnr=300800$
  1368. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-340-300811.html? [L,R=301]
  1369. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1370. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1371. RewriteCond %{QUERY_STRING} ^sortnr=300810$
  1372. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/s-340-300811.html? [L,R=301]
  1373. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1374. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1375. RewriteCond %{QUERY_STRING} ^sortnr=300900.00$
  1376. RewriteRule ^.*$ http://www.physikinstrumente.com/info/glossary.html? [L,R=301]
  1377. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1378. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1379. RewriteCond %{QUERY_STRING} ^sortnr=400200$
  1380. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1381. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1382. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1383. RewriteCond %{QUERY_STRING} ^sortnr=400300$
  1384. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1385. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1386. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1387. RewriteCond %{QUERY_STRING} ^sortnr=400400$
  1388. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1389. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1390. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1391. RewriteCond %{QUERY_STRING} ^sortnr=400500$
  1392. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1393. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1394. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1395. RewriteCond %{QUERY_STRING} ^sortnr=400600.00$
  1396. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1397. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1398. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1399. RewriteCond %{QUERY_STRING} ^sortnr=400600.05$
  1400. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1401. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1402. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1403. RewriteCond %{QUERY_STRING} ^sortnr=400600.20$
  1404. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1405. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1406. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1407. RewriteCond %{QUERY_STRING} ^sortnr=400600.30$
  1408. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1409. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1410. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1411. RewriteCond %{QUERY_STRING} ^sortnr=400600.40$
  1412. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1413. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1414. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1415. RewriteCond %{QUERY_STRING} ^sortnr=400600.60$
  1416. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1417. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1418. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1419. RewriteCond %{QUERY_STRING} ^sortnr=400600.75$
  1420. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1421. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1422. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1423. RewriteCond %{QUERY_STRING} ^sortnr=400600.95$
  1424. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1425. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1426. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1427. RewriteCond %{QUERY_STRING} ^sortnr=400705$
  1428. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1429. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1430. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1431. RewriteCond %{QUERY_STRING} ^sortnr=400715$
  1432. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1433. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1434. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1435. RewriteCond %{QUERY_STRING} ^sortnr=400800.00$
  1436. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1437. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1438. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1439. RewriteCond %{QUERY_STRING} ^sortnr=400800.10$
  1440. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1441. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1442. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1443. RewriteCond %{QUERY_STRING} ^sortnr=400800.20$
  1444. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1445. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1446. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1447. RewriteCond %{QUERY_STRING} ^sortnr=400800.25$
  1448. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1449. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1450. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1451. RewriteCond %{QUERY_STRING} ^sortnr=400900.00$
  1452. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1453. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1454. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1455. RewriteCond %{QUERY_STRING} ^sortnr=500200$
  1456. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/d-015-d-050-d-100-500200.html? [L,R=301]
  1457. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1458. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1459. RewriteCond %{QUERY_STRING} ^sortnr=500300.00$
  1460. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1461. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1462. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1463. RewriteCond %{QUERY_STRING} ^sortnr=500300.10$
  1464. RewriteRule ^.*$ http://www.physikinstrumente.com/technology.html? [L,R=301]
  1465. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1466. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1467. RewriteCond %{QUERY_STRING} ^sortnr=500350$
  1468. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-509e-602550.html? [L,R=301]
  1469. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1470. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1471. RewriteCond %{QUERY_STRING} ^sortnr=500400$
  1472. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/d-510-500400.html? [L,R=301]
  1473. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1474. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1475. RewriteCond %{QUERY_STRING} ^sortnr=500500$
  1476. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-852-500500.html? [L,R=301]
  1477. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1478. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1479. RewriteCond %{QUERY_STRING} ^sortnr=500505$
  1480. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-852koem-500505.html? [L,R=301]
  1481. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1482. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1483. RewriteCond %{QUERY_STRING} ^sortnr=500700$
  1484. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/pione-encoder.html? [L,R=301]
  1485. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1486. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1487. RewriteCond %{QUERY_STRING} ^sortnr=600300$
  1488. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-725-605000.html? [L,R=301]
  1489. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1490. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1491. RewriteCond %{QUERY_STRING} ^sortnr=600350$
  1492. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-725-605000.html? [L,R=301]
  1493. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1494. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1495. RewriteCond %{QUERY_STRING} ^sortnr=600380$
  1496. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-712-600380.html? [L,R=301]
  1497. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1498. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1499. RewriteCond %{QUERY_STRING} ^sortnr=600400$
  1500. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-761-600400.html? [L,R=301]
  1501. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1502. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1503. RewriteCond %{QUERY_STRING} ^sortnr=600500$
  1504. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-621-604000.html? [L,R=301]
  1505. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1506. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1507. RewriteCond %{QUERY_STRING} ^sortnr=600510$
  1508. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-625-604100.html? [L,R=301]
  1509. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1510. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1511. RewriteCond %{QUERY_STRING} ^sortnr=600600$
  1512. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-753-605100.html? [L,R=301]
  1513. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1514. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1515. RewriteCond %{QUERY_STRING} ^sortnr=600690$
  1516. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-755-600690.html? [L,R=301]
  1517. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1518. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1519. RewriteCond %{QUERY_STRING} ^sortnr=600700$
  1520. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-760-600700.html? [L,R=301]
  1521. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1522. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1523. RewriteCond %{QUERY_STRING} ^sortnr=600800$
  1524. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-664-600800.html? [L,R=301]
  1525. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1526. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1527. RewriteCond %{QUERY_STRING} ^sortnr=600901$
  1528. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-665-600901.html? [L,R=301]
  1529. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1530. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1531. RewriteCond %{QUERY_STRING} ^sortnr=601000$
  1532. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-610-601000.html? [L,R=301]
  1533. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1534. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1535. RewriteCond %{QUERY_STRING} ^sortnr=601020$
  1536. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-609-601020.html? [L,R=301]
  1537. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1538. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1539. RewriteCond %{QUERY_STRING} ^sortnr=601050$
  1540. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-617-601050.html? [L,R=301]
  1541. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1542. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1543. RewriteCond %{QUERY_STRING} ^sortnr=601070$
  1544. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-618-601070.html? [L,R=301]
  1545. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1546. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1547. RewriteCond %{QUERY_STRING} ^sortnr=601100$
  1548. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-500-e-501-601100.html? [L,R=301]
  1549. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1550. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1551. RewriteCond %{QUERY_STRING} ^sortnr=601200$
  1552. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-500-e-501-601100.html? [L,R=301]
  1553. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1554. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1555. RewriteCond %{QUERY_STRING} ^sortnr=601300$
  1556. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-500-e-501-601100.html? [L,R=301]
  1557. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1558. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1559. RewriteCond %{QUERY_STRING} ^sortnr=601400$
  1560. RewriteRule ^.*$ http://www.physikinstrumente.com/technology/motion-control-software.html? [L,R=301]
  1561. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1562. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1563. RewriteCond %{QUERY_STRING} ^sortnr=601500$
  1564. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-470-e-472-e-421-601550.html? [L,R=301]
  1565. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1566. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1567. RewriteCond %{QUERY_STRING} ^sortnr=601550$
  1568. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-470-e-472-e-421-601550.html? [L,R=301]
  1569. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1570. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1571. RewriteCond %{QUERY_STRING} ^sortnr=601650$
  1572. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-481-601650.html? [L,R=301]
  1573. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1574. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1575. RewriteCond %{QUERY_STRING} ^sortnr=601655$
  1576. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-482-601655.html? [L,R=301]
  1577. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1578. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1579. RewriteCond %{QUERY_STRING} ^sortnr=601700$
  1580. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-464-601750.html? [L,R=301]
  1581. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1582. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1583. RewriteCond %{QUERY_STRING} ^sortnr=601750$
  1584. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-464-601750.html? [L,R=301]
  1585. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1586. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1587. RewriteCond %{QUERY_STRING} ^sortnr=601800$
  1588. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-663-601800.html? [L,R=301]
  1589. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1590. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1591. RewriteCond %{QUERY_STRING} ^sortnr=601900$
  1592. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-462-601920.html? [L,R=301]
  1593. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1594. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1595. RewriteCond %{QUERY_STRING} ^sortnr=601920$
  1596. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-462-601920.html? [L,R=301]
  1597. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1598. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1599. RewriteCond %{QUERY_STRING} ^sortnr=601950$
  1600. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-831-601950.html? [L,R=301]
  1601. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1602. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1603. RewriteCond %{QUERY_STRING} ^sortnr=601955$
  1604. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-836-601955.html? [L,R=301]
  1605. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1606. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1607. RewriteCond %{QUERY_STRING} ^sortnr=602000$
  1608. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-660-602000.html? [L,R=301]
  1609. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1610. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1611. RewriteCond %{QUERY_STRING} ^sortnr=602050$
  1612. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-413-602050.html? [L,R=301]
  1613. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1614. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1615. RewriteCond %{QUERY_STRING} ^sortnr=602070$
  1616. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-835-602070.html? [L,R=301]
  1617. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1618. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1619. RewriteCond %{QUERY_STRING} ^sortnr=602100$
  1620. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-650-602100.html? [L,R=301]
  1621. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1622. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1623. RewriteCond %{QUERY_STRING} ^sortnr=602120$
  1624. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1625. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1626. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1627. RewriteCond %{QUERY_STRING} ^sortnr=602200$
  1628. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-503-602200.html? [L,R=301]
  1629. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1630. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1631. RewriteCond %{QUERY_STRING} ^sortnr=602250$
  1632. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-504-602250.html? [L,R=301]
  1633. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1634. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1635. RewriteCond %{QUERY_STRING} ^sortnr=602300$
  1636. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-505-602300.html? [L,R=301]
  1637. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1638. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1639. RewriteCond %{QUERY_STRING} ^sortnr=602350$
  1640. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-506-602350.html? [L,R=301]
  1641. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1642. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1643. RewriteCond %{QUERY_STRING} ^sortnr=602400$
  1644. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-508-602450.html? [L,R=301]
  1645. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1646. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1647. RewriteCond %{QUERY_STRING} ^sortnr=602450$
  1648. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-508-602450.html? [L,R=301]
  1649. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1650. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1651. RewriteCond %{QUERY_STRING} ^sortnr=602500$
  1652. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-509-602500.html? [L,R=301]
  1653. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1654. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1655. RewriteCond %{QUERY_STRING} ^sortnr=602501$
  1656. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-509-602500.html? [L,R=301]
  1657. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1658. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1659. RewriteCond %{QUERY_STRING} ^sortnr=602550$
  1660. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-509-602500.html? [L,R=301]
  1661. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1662. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1663. RewriteCond %{QUERY_STRING} ^sortnr=602600$
  1664. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-517-602600.html? [L,R=301]
  1665. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1666. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1667. RewriteCond %{QUERY_STRING} ^sortnr=602610$
  1668. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-564-602610.html? [L,R=301]
  1669. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1670. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1671. RewriteCond %{QUERY_STRING} ^sortnr=602700$
  1672. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-515-602700.html? [L,R=301]
  1673. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1674. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1675. RewriteCond %{QUERY_STRING} ^sortnr=602750$
  1676. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-515-602700.html? [L,R=301]
  1677. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1678. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1679. RewriteCond %{QUERY_STRING} ^sortnr=602800$
  1680. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1681. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1682. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1683. RewriteCond %{QUERY_STRING} ^sortnr=602900$
  1684. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1685. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1686. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1687. RewriteCond %{QUERY_STRING} ^sortnr=602950$
  1688. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-536-602950.html? [L,R=301]
  1689. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1690. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1691. RewriteCond %{QUERY_STRING} ^sortnr=602960$
  1692. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-545-602960.html? [L,R=301]
  1693. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1694. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1695. RewriteCond %{QUERY_STRING} ^sortnr=603000$
  1696. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1697. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1698. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1699. RewriteCond %{QUERY_STRING} ^sortnr=603010$
  1700. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1701. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1702. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1703. RewriteCond %{QUERY_STRING} ^sortnr=603020$
  1704. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1705. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1706. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1707. RewriteCond %{QUERY_STRING} ^sortnr=603030$
  1708. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1709. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1710. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1711. RewriteCond %{QUERY_STRING} ^sortnr=603100$
  1712. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1713. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1714. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1715. RewriteCond %{QUERY_STRING} ^sortnr=603110$
  1716. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1717. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1718. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1719. RewriteCond %{QUERY_STRING} ^sortnr=603120$
  1720. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1721. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1722. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1723. RewriteCond %{QUERY_STRING} ^sortnr=603140$
  1724. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1725. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1726. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1727. RewriteCond %{QUERY_STRING} ^sortnr=603900$
  1728. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-616-603900.html? [L,R=301]
  1729. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1730. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1731. RewriteCond %{QUERY_STRING} ^sortnr=604000$
  1732. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-621-604000.html? [L,R=301]
  1733. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1734. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1735. RewriteCond %{QUERY_STRING} ^sortnr=604100$
  1736. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-625-604100.html? [L,R=301]
  1737. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1738. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1739. RewriteCond %{QUERY_STRING} ^sortnr=605000$
  1740. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-725-605000.html? [L,R=301]
  1741. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1742. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1743. RewriteCond %{QUERY_STRING} ^sortnr=605100$
  1744. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-753-605100.html? [L,R=301]
  1745. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1746. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1747. RewriteCond %{QUERY_STRING} ^sortnr=605200$
  1748. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-709-605200.html? [L,R=301]
  1749. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1750. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1751. RewriteCond %{QUERY_STRING} ^sortnr=605250$
  1752. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-709chg-605250.html? [L,R=301]
  1753. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1754. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1755. RewriteCond %{QUERY_STRING} ^sortnr=608000$
  1756. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-821-608000.html? [L,R=301]
  1757. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1758. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1759. RewriteCond %{QUERY_STRING} ^sortnr=608550$
  1760. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1761. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1762. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1763. RewriteCond %{QUERY_STRING} ^sortnr=7000790$
  1764. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-510khfs-7000791.html? [L,R=301]
  1765. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1766. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1767. RewriteCond %{QUERY_STRING} ^sortnr=7000791$
  1768. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/n-510khfs-7000791.html? [L,R=301]
  1769. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1770. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1771. RewriteCond %{QUERY_STRING} ^sortnr=700400$
  1772. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1773. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1774. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1775. RewriteCond %{QUERY_STRING} ^sortnr=700500.00$
  1776. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1777. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1778. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1779. RewriteCond %{QUERY_STRING} ^sortnr=700500.10$
  1780. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1781. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1782. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1783. RewriteCond %{QUERY_STRING} ^sortnr=700500.12$
  1784. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1785. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1786. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1787. RewriteCond %{QUERY_STRING} ^sortnr=700500.20$
  1788. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1789. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1790. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1791. RewriteCond %{QUERY_STRING} ^sortnr=700800$
  1792. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-850-700800.html? [L,R=301]
  1793. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1794. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1795. RewriteCond %{QUERY_STRING} ^sortnr=700801$
  1796. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-850-700800.html? [L,R=301]
  1797. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1798. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1799. RewriteCond %{QUERY_STRING} ^sortnr=700805$
  1800. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-845-700805.html? [L,R=301]
  1801. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1802. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1803. RewriteCond %{QUERY_STRING} ^sortnr=700808$
  1804. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-850kmld-700808.html? [L,R=301]
  1805. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1806. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1807. RewriteCond %{QUERY_STRING} ^sortnr=700810$
  1808. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-840-700810.html? [L,R=301]
  1809. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1810. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1811. RewriteCond %{QUERY_STRING} ^sortnr=700811$
  1812. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-840-700810.html? [L,R=301]
  1813. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1814. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1815. RewriteCond %{QUERY_STRING} ^sortnr=700815$
  1816. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-824-700815.html? [L,R=301]
  1817. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1818. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1819. RewriteCond %{QUERY_STRING} ^sortnr=700816$
  1820. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-824-700815.html? [L,R=301]
  1821. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1822. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1823. RewriteCond %{QUERY_STRING} ^sortnr=700820$
  1824. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-206-700820.html? [L,R=301]
  1825. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1826. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1827. RewriteCond %{QUERY_STRING} ^sortnr=700821$
  1828. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-206-700820.html? [L,R=301]
  1829. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1830. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1831. RewriteCond %{QUERY_STRING} ^sortnr=700825$
  1832. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-820-700825.html? [L,R=301]
  1833. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1834. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1835. RewriteCond %{QUERY_STRING} ^sortnr=700850$
  1836. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-911knmv-700850.html? [L,R=301]
  1837. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1838. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1839. RewriteCond %{QUERY_STRING} ^sortnr=700860$
  1840. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-850ktvh-700861.html? [L,R=301]
  1841. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1842. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1843. RewriteCond %{QUERY_STRING} ^sortnr=700870$
  1844. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-850kwah-700870.html? [L,R=301]
  1845. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1846. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1847. RewriteCond %{QUERY_STRING} ^sortnr=700880$
  1848. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-810-700880.html? [L,R=301]
  1849. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1850. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1851. RewriteCond %{QUERY_STRING} ^sortnr=700881$
  1852. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-810-700880.html? [L,R=301]
  1853. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1854. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1855. RewriteCond %{QUERY_STRING} ^sortnr=700882$
  1856. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1857. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1858. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1859. RewriteCond %{QUERY_STRING} ^sortnr=700885$
  1860. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-850khth-700895.html? [L,R=301]
  1861. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1862. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1863. RewriteCond %{QUERY_STRING} ^sortnr=700886$
  1864. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-811-700884.html? [L,R=301]
  1865. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1866. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1867. RewriteCond %{QUERY_STRING} ^sortnr=700887$
  1868. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-850khlc-700887.html? [L,R=301]
  1869. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1870. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1871. RewriteCond %{QUERY_STRING} ^sortnr=700888$
  1872. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/h-811-700884.html? [L,R=301]
  1873. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1874. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1875. RewriteCond %{QUERY_STRING} ^sortnr=700890$
  1876. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-850klah-700890.html? [L,R=301]
  1877. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1878. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1879. RewriteCond %{QUERY_STRING} ^sortnr=700895$
  1880. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-850khth-700895.html? [L,R=301]
  1881. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1882. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1883. RewriteCond %{QUERY_STRING} ^sortnr=700900$
  1884. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1885. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1886. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1887. RewriteCond %{QUERY_STRING} ^sortnr=700950$
  1888. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-880-700950.html? [L,R=301]
  1889. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1890. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1891. RewriteCond %{QUERY_STRING} ^sortnr=701000$
  1892. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/v-106-701000.html? [L,R=301]
  1893. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1894. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1895. RewriteCond %{QUERY_STRING} ^sortnr=701100$
  1896. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1897. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1898. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1899. RewriteCond %{QUERY_STRING} ^sortnr=701300$
  1900. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-105-m-106-701300.html? [L,R=301]
  1901. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1902. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1903. RewriteCond %{QUERY_STRING} ^sortnr=701400$
  1904. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1905. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1906. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1907. RewriteCond %{QUERY_STRING} ^sortnr=701500$
  1908. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1909. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1910. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1911. RewriteCond %{QUERY_STRING} ^sortnr=701600$
  1912. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-110-m-111-m-112-701650.html? [L,R=301]
  1913. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1914. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1915. RewriteCond %{QUERY_STRING} ^sortnr=701600$
  1916. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-110-m-111-m-112-701650.html? [L,R=301]
  1917. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1918. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1919. RewriteCond %{QUERY_STRING} ^sortnr=701650$
  1920. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-110-m-111-m-112-701650.html? [L,R=301]
  1921. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1922. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1923. RewriteCond %{QUERY_STRING} ^sortnr=701660$
  1924. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-122-701660.html? [L,R=301]
  1925. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1926. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1927. RewriteCond %{QUERY_STRING} ^sortnr=701700$
  1928. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-126-701700.html? [L,R=301]
  1929. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1930. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1931. RewriteCond %{QUERY_STRING} ^sortnr=701700.00$
  1932. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  1933. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1934. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1935. RewriteCond %{QUERY_STRING} ^sortnr=701750$
  1936. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-403-701750.html? [L,R=301]
  1937. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1938. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1939. RewriteCond %{QUERY_STRING} ^sortnr=701752$
  1940. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-403-701750.html? [L,R=301]
  1941. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1942. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1943. RewriteCond %{QUERY_STRING} ^sortnr=701754$
  1944. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-413-701754.html? [L,R=301]
  1945. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1946. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1947. RewriteCond %{QUERY_STRING} ^sortnr=701756$
  1948. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-414-701755.html? [L,R=301]
  1949. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1950. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1951. RewriteCond %{QUERY_STRING} ^sortnr=701760$
  1952. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-417-701760.html? [L,R=301]
  1953. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1954. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1955. RewriteCond %{QUERY_STRING} ^sortnr=701800$
  1956. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-406-71801.html? [L,R=301]
  1957. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1958. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1959. RewriteCond %{QUERY_STRING} ^sortnr=701801$
  1960. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-406-71801.html? [L,R=301]
  1961. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1962. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1963. RewriteCond %{QUERY_STRING} ^sortnr=701810$
  1964. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-403ksts-701810.html? [L,R=301]
  1965. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1966. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1967. RewriteCond %{QUERY_STRING} ^sortnr=701820$
  1968. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-110kgla-701820.html? [L,R=301]
  1969. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1970. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1971. RewriteCond %{QUERY_STRING} ^sortnr=701900$
  1972. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-605-701900.html? [L,R=301]
  1973. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1974. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1975. RewriteCond %{QUERY_STRING} ^sortnr=702000$
  1976. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-406-71801.html? [L,R=301]
  1977. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1978. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1979. RewriteCond %{QUERY_STRING} ^sortnr=702100$
  1980. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-511-m-521-m-531-702100.html? [L,R=301]
  1981. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1982. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1983. RewriteCond %{QUERY_STRING} ^sortnr=702150$
  1984. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-511hd-702150.html? [L,R=301]
  1985. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1986. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1987. RewriteCond %{QUERY_STRING} ^sortnr=702200$
  1988. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-714-702200.html? [L,R=301]
  1989. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1990. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1991. RewriteCond %{QUERY_STRING} ^sortnr=702220$
  1992. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-900k-702220.html? [L,R=301]
  1993. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1994. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1995. RewriteCond %{QUERY_STRING} ^sortnr=702400$
  1996. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-501-702400.html? [L,R=301]
  1997. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  1998. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  1999. RewriteCond %{QUERY_STRING} ^sortnr=702450$
  2000. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-451-702450.html? [L,R=301]
  2001. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2002. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2003. RewriteCond %{QUERY_STRING} ^sortnr=702500$
  2004. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-660-703070.html? [L,R=301]
  2005. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2006. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2007. RewriteCond %{QUERY_STRING} ^sortnr=702500.00$
  2008. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2009. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2010. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2011. RewriteCond %{QUERY_STRING} ^sortnr=702700$
  2012. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-060-m-061-m-062-703100.html? [L,R=301]
  2013. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2014. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2015. RewriteCond %{QUERY_STRING} ^sortnr=702900$
  2016. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-660-703070.html? [L,R=301]
  2017. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2018. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2019. RewriteCond %{QUERY_STRING} ^sortnr=703000$
  2020. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-060-m-061-m-062-703100.html? [L,R=301]
  2021. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2022. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2023. RewriteCond %{QUERY_STRING} ^sortnr=703050$
  2024. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-116-703050.html? [L,R=301]
  2025. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2026. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2027. RewriteCond %{QUERY_STRING} ^sortnr=703060$
  2028. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/u-628-703060.html? [L,R=301]
  2029. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2030. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2031. RewriteCond %{QUERY_STRING} ^sortnr=7030690$
  2032. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/u-624-7030690.html? [L,R=301]
  2033. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2034. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2035. RewriteCond %{QUERY_STRING} ^sortnr=703070$
  2036. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-660-703070.html? [L,R=301]
  2037. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2038. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2039. RewriteCond %{QUERY_STRING} ^sortnr=703100$
  2040. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-060-m-061-m-062-703100.html? [L,R=301]
  2041. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2042. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2043. RewriteCond %{QUERY_STRING} ^sortnr=703200.00$
  2044. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-041-m-044-70320000.html? [L,R=301]
  2045. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2046. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2047. RewriteCond %{QUERY_STRING} ^sortnr=703200.10$
  2048. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-041-m-044-70320000.html? [L,R=301]
  2049. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2050. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2051. RewriteCond %{QUERY_STRING} ^sortnr=703300$
  2052. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-227-703300.html? [L,R=301]
  2053. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2054. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2055. RewriteCond %{QUERY_STRING} ^sortnr=703350$
  2056. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-228-m-229-703380.html? [L,R=301]
  2057. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2058. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2059. RewriteCond %{QUERY_STRING} ^sortnr=703370$
  2060. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-228-m-229-703380.html? [L,R=301]
  2061. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2062. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2063. RewriteCond %{QUERY_STRING} ^sortnr=703380$
  2064. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-228-m-229-703380.html? [L,R=301]
  2065. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2066. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2067. RewriteCond %{QUERY_STRING} ^sortnr=703400$
  2068. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-230-703400.html? [L,R=301]
  2069. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2070. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2071. RewriteCond %{QUERY_STRING} ^sortnr=703410$
  2072. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-227kvla-703410.html? [L,R=301]
  2073. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2074. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2075. RewriteCond %{QUERY_STRING} ^sortnr=703420$
  2076. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-230kcla-703420.html? [L,R=301]
  2077. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2078. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2079. RewriteCond %{QUERY_STRING} ^sortnr=703430$
  2080. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-238khla-703430.html? [L,R=301]
  2081. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2082. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2083. RewriteCond %{QUERY_STRING} ^sortnr=703500$
  2084. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-231-703500.html? [L,R=301]
  2085. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2086. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2087. RewriteCond %{QUERY_STRING} ^sortnr=703600$
  2088. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-232-703600.html? [L,R=301]
  2089. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2090. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2091. RewriteCond %{QUERY_STRING} ^sortnr=703700$
  2092. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-235-703700.html? [L,R=301]
  2093. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2094. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2095. RewriteCond %{QUERY_STRING} ^sortnr=703750$
  2096. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-238-703750.html? [L,R=301]
  2097. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2098. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2099. RewriteCond %{QUERY_STRING} ^sortnr=703800$
  2100. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-168-703800.html? [L,R=301]
  2101. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2102. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2103. RewriteCond %{QUERY_STRING} ^sortnr=703900$
  2104. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2105. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2106. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2107. RewriteCond %{QUERY_STRING} ^sortnr=704100$
  2108. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-853-p-854-704100.html? [L,R=301]
  2109. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2110. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2111. RewriteCond %{QUERY_STRING} ^sortnr=704200$
  2112. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-631-m-632-m-633-704200.html? [L,R=301]
  2113. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2114. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2115. RewriteCond %{QUERY_STRING} ^sortnr=704300$
  2116. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-619-m-626-704300.html? [L,R=301]
  2117. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2118. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2119. RewriteCond %{QUERY_STRING} ^sortnr=704400$
  2120. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-653-m-655-704400.html? [L,R=301]
  2121. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2122. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2123. RewriteCond %{QUERY_STRING} ^sortnr=704500$
  2124. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2125. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2126. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2127. RewriteCond %{QUERY_STRING} ^sortnr=704550$
  2128. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2129. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2130. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2131. RewriteCond %{QUERY_STRING} ^sortnr=704600$
  2132. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2133. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2134. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2135. RewriteCond %{QUERY_STRING} ^sortnr=704600.10$
  2136. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2137. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2138. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2139. RewriteCond %{QUERY_STRING} ^sortnr=704600.15$
  2140. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2141. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2142. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2143. RewriteCond %{QUERY_STRING} ^sortnr=704600.20$
  2144. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2145. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2146. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2147. RewriteCond %{QUERY_STRING} ^sortnr=704600.25$
  2148. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2149. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2150. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2151. RewriteCond %{QUERY_STRING} ^sortnr=704600.30$
  2152. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2153. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2154. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2155. RewriteCond %{QUERY_STRING} ^sortnr=704600.35$
  2156. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2157. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2158. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2159. RewriteCond %{QUERY_STRING} ^sortnr=704600.40$
  2160. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2161. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2162. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2163. RewriteCond %{QUERY_STRING} ^sortnr=704600.45$
  2164. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2165. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2166. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2167. RewriteCond %{QUERY_STRING} ^sortnr=704600.50$
  2168. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2169. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2170. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2171. RewriteCond %{QUERY_STRING} ^sortnr=704600.55$
  2172. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2173. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2174. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2175. RewriteCond %{QUERY_STRING} ^sortnr=704600.60$
  2176. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2177. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2178. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2179. RewriteCond %{QUERY_STRING} ^sortnr=704600.65$
  2180. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2181. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2182. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2183. RewriteCond %{QUERY_STRING} ^sortnr=704600.70$
  2184. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2185. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2186. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2187. RewriteCond %{QUERY_STRING} ^sortnr=800350$
  2188. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2189. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2190. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2191. RewriteCond %{QUERY_STRING} ^sortnr=800370$
  2192. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2193. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2194. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2195. RewriteCond %{QUERY_STRING} ^sortnr=800400$
  2196. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2197. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2198. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2199. RewriteCond %{QUERY_STRING} ^sortnr=800500$
  2200. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/p-6113-201700.html? [L,R=301]
  2201. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2202. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2203. RewriteCond %{QUERY_STRING} ^sortnr=800600$
  2204. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/f-130-f-131-800600.html? [L,R=301]
  2205. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2206. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2207. RewriteCond %{QUERY_STRING} ^sortnr=800800$
  2208. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/f-130-f-131-800600.html? [L,R=301]
  2209. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2210. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2211. RewriteCond %{QUERY_STRING} ^sortnr=801000$
  2212. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2213. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2214. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2215. RewriteCond %{QUERY_STRING} ^sortnr=900300$
  2216. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2217. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2218. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2219. RewriteCond %{QUERY_STRING} ^sortnr=900550$
  2220. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-663-900551.html? [L,R=301]
  2221. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2222. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2223. RewriteCond %{QUERY_STRING} ^sortnr=900551$
  2224. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-663-900551.html? [L,R=301]
  2225. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2226. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2227. RewriteCond %{QUERY_STRING} ^sortnr=900600$
  2228. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-863-900606.html? [L,R=301]
  2229. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2230. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2231. RewriteCond %{QUERY_STRING} ^sortnr=900605$
  2232. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-863-900606.html? [L,R=301]
  2233. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2234. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2235. RewriteCond %{QUERY_STRING} ^sortnr=900606$
  2236. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-863-900606.html? [L,R=301]
  2237. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2238. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2239. RewriteCond %{QUERY_STRING} ^sortnr=900607$
  2240. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-884-900607.html? [L,R=301]
  2241. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2242. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2243. RewriteCond %{QUERY_STRING} ^sortnr=900610$
  2244. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-861-900610.html? [L,R=301]
  2245. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2246. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2247. RewriteCond %{QUERY_STRING} ^sortnr=900620$
  2248. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-862-900620.html? [L,R=301]
  2249. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2250. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2251. RewriteCond %{QUERY_STRING} ^sortnr=900622$
  2252. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-872-900680.html? [L,R=301]
  2253. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2254. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2255. RewriteCond %{QUERY_STRING} ^sortnr=900625$
  2256. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-872-900680.html? [L,R=301]
  2257. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2258. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2259. RewriteCond %{QUERY_STRING} ^sortnr=900630$
  2260. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-871-900630.html? [L,R=301]
  2261. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2262. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2263. RewriteCond %{QUERY_STRING} ^sortnr=900640$
  2264. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/e-870-900640.html? [L,R=301]
  2265. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2266. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2267. RewriteCond %{QUERY_STRING} ^sortnr=900660$
  2268. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-867-900670.html? [L,R=301]
  2269. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2270. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2271. RewriteCond %{QUERY_STRING} ^sortnr=900670$
  2272. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-867-900670.html? [L,R=301]
  2273. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2274. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2275. RewriteCond %{QUERY_STRING} ^sortnr=900680$
  2276. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-872-900680.html? [L,R=301]
  2277. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2278. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2279. RewriteCond %{QUERY_STRING} ^sortnr=900690$
  2280. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-867oe-900690.html? [L,R=301]
  2281. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2282. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2283. RewriteCond %{QUERY_STRING} ^sortnr=900750$
  2284. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-884-900607.html? [L,R=301]
  2285. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2286. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2287. RewriteCond %{QUERY_STRING} ^sortnr=900800$
  2288. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-887-900800.html? [L,R=301]
  2289. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2290. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2291. RewriteCond %{QUERY_STRING} ^sortnr=900810$
  2292. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-887311-900810.html? [L,R=301]
  2293. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2294. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2295. RewriteCond %{QUERY_STRING} ^sortnr=900900$
  2296. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-843-900950.html? [L,R=301]
  2297. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2298. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2299. RewriteCond %{QUERY_STRING} ^sortnr=900930$
  2300. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-702-900930.html? [L,R=301]
  2301. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2302. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2303. RewriteCond %{QUERY_STRING} ^sortnr=900950$
  2304. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/c-843-900950.html? [L,R=301]
  2305. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2306. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2307. RewriteCond %{QUERY_STRING} ^sortnr=900970$
  2308. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2309. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2310. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2311. RewriteCond %{QUERY_STRING} ^sortnr=901200$
  2312. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2313. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2314. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2315. RewriteCond %{QUERY_STRING} ^sortnr=901300$
  2316. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2317. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2318. RewriteCond %{REQUEST_URI} ^/en/products/prdetail.php$
  2319. RewriteCond %{QUERY_STRING} ^sortnr=901300$
  2320. RewriteRule ^.*$ http://www.physikinstrumente.com/products.html? [L,R=301]
  2321. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2322. RewriteCond %{REQUEST_URI} ^/en/products/prorder.php$
  2323. RewriteCond %{QUERY_STRING} ^sortnr=1000585$
  2324. RewriteRule ^.*$ http://www.physikinstrumente.com/product-detail-page/m-687-1000585.html? [L,R=301]
  2325. Redirect 301 /en/products/software/PI_Software_Presentation.pdf http://www.physikinstrumente.com/technology/motion-control-software.html
  2326.  
  2327. #Redirect 301 /en/products/steering_mirror/ http://www.physikinstrumente.com/products/tip-tilt-mirrors.html
  2328. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2329. RewriteRule ^en/products/steering_mirror/$ http://www.physikinstrumente.com/products/tip-tilt-mirrors.html [L,R=301]
  2330. Redirect 301 /en/products/steering_mirror/steering_platform_selection.php http://www.physikinstrumente.com/products/tip-tilt-mirrors.html
  2331.  
  2332. Redirect 301 /en/products/vacuum/ http://www.physikinstrumente.com/technology/vacuum.html
  2333. Redirect 301 /en/solutions/index_E_PDF_catalog.php http://www.physikinstrumente.com/info.html
  2334. Redirect 301 /en/solutions/manual-list.php http://pi-sales.ws/
  2335. Redirect 301 /FiberAlignment/ http://www.physikinstrumente.com/applications/automated-silicon-photonics-packaging.html
  2336. Redirect 301 /micropositioners/ http://www.physikinstrumente.com/products/parallel-kinematic-hexapods.html
  2337. Redirect 301 /pagesger/lin_rota.htm http://www.physikinstrumente.com/products.html
  2338. Redirect 301 /Piezoelectric_Transducer_Actuator/Piezoelectric_Actuator_PZT_Actuator.htm http://www.physikinstrumente.com/products/integrated-piezo-actuators.html
  2339.  
  2340. #Redirect 301 /pztactuators/ http://www.physikinstrumente.com/products.html
  2341. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2342. RewriteRule ^pztactuators/$ http://www.physikinstrumente.com/products.html [L,R=301]
  2343. Redirect 301 /pztactuators/1_10.html http://www.physikinstrumente.com/products/integrated-piezo-actuators.html
  2344.  
  2345. Redirect 301 /pztcontrolelectronics/6_8.html http://www.physikinstrumente.com/products/piezo-controller.html
  2346.  
  2347. #Redirect 301 /tutorial/ http://www.physikinstrumente.com/technology.html
  2348. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.com$ [NC]
  2349. RewriteRule ^tutorial/$ http://www.physikinstrumente.com/technology.html [L,R=301]
  2350. Redirect 301 /tutorial/4_10.html http://piceramic.com/piezo-technology/properties-piezo-actuators.html
  2351. Redirect 301 /tutorial/4_11.html http://piceramic.com/piezo-technology/properties-piezo-actuators/dynamic-operation.html
  2352. Redirect 301 /tutorial/4_15.html http://piceramic.com/piezo-technology/fundamentals.html
  2353. Redirect 301 /tutorial/4_16.html http://piceramic.com/piezo-technology/manufacturing.html
  2354. Redirect 301 /tutorial/4_19.html http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html
  2355. Redirect 301 /tutorial/4_20.html http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-behavior.html
  2356. Redirect 301 /tutorial/4_21.html http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html
  2357. Redirect 301 /tutorial/4_22.html http://piceramic.com/piezo-technology/properties-piezo-actuators/forces-stiffnesses.html
  2358. Redirect 301 /tutorial/4_23.html http://piceramic.com/piezo-technology/properties-piezo-actuators/forces-stiffnesses.html
  2359. Redirect 301 /tutorial/4_26.html http://piceramic.com/piezo-technology/properties-piezo-actuators/dynamic-operation.html
  2360. Redirect 301 /tutorial/4_29.html http://piceramic.com/piezo-technology/properties-piezo-actuators/electrical-operation.html
  2361. Redirect 301 /tutorial/4_30.html http://piceramic.com/piezo-technology/properties-piezo-actuators/electrical-operation.html
  2362. Redirect 301 /tutorial/4_32.html http://piceramic.com/piezo-technology/properties-piezo-actuators/electrical-operation.html
  2363. Redirect 301 /tutorial/4_36.html http://piceramic.com/piezo-technology/properties-piezo-actuators/temperature-dependence.html
  2364. Redirect 301 /tutorial/4_40.html http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html
  2365. Redirect 301 /tutorial/4_41.html http://piceramic.com/piezo-technology/properties-piezo-actuators/displacement-modes.html
  2366. Redirect 301 /tutorial/4_42.html http://www.physikinstrumente.com/technology/flexure-stages.html
  2367. Redirect 301 /tutorial/4_45.html http://piceramic.com/piezo-technology/properties-piezo-actuators.html
  2368. Redirect 301 /tutorial/4_5.html http://www.physikinstrumente.com/technology/piezo-drive-technologies.html
  2369. Redirect 301 /tutorial/4_9.html http://piceramic.com/piezo-technology/fundamentals.html
  2370.  
  2371. # ENDE www.physikinstrumente.com
  2372.  
  2373. ### www.physikinstrumente.de
  2374.  
  2375. Redirect 301 /de/produkte/aktive_optik/index.php http://www.physikinstrumente.de/produkte/kippspiegel.html
  2376. Redirect 301 /de/produkte/hexapod_tripod/index.php http://www.physikinstrumente.de/produkte/parallelkinematische-hexapoden.html
  2377. Redirect 301 /1998/Aktuator_Piezoelektrisch/1_Piezoelektrisch_Aktorik_Piezoaktuator.htm http://piceramic.de/produkte.html
  2378. Redirect 301 /1998/Kapazitiv_Messtechnik/5_Kapazitive_Positions_Sensoren.htm http://www.physikinstrumente.de/produkte/kapazitive-und-inkrementelle-sensoren.html
  2379. Redirect 301 /1998/Nanopositionier-Tisch_Piezoelektrisch/2_Piezo_NanoStelltisch_PiezoLineartisch.htm http://www.physikinstrumente.de/produkte/piezoscantische.html
  2380. Redirect 301 /1998/Praezisions_Stellsystem_Motorisiert/7_Mikrostelltisch_Lineartisch_Messtisch_Kreuztisch.htm http://www.physikinstrumente.de/produkte/linearversteller.html
  2381. Redirect 301 /1998/Tutorium_Aktorik_Piezoelektrisch/4_Tutorium_Piezoelektrische_Nanopositionierung.htm http://www.physikinstrumente.de/technologie.html
  2382. Redirect 301 /de/about/anfahrt.php http://www.physikinstrumente.de/unternehmen-pi/weltweit.html
  2383. Redirect 301 /de/about/danke.php http://www.physikinstrumente.de/unternehmen-pi.html
  2384. Redirect 301 /de/about/geschichte.php http://www.physikinstrumente.de/unternehmen-pi.html
  2385. Redirect 301 /de/about/impressum.php http://www.physikinstrumente.de/impressum.html
  2386. Redirect 301 /de/about/index.php http://www.physikinstrumente.de/unternehmen-pi.html
  2387. Redirect 301 /de/about/pi_ceramic.php http://piceramic.de/unternehmen.html
  2388. Redirect 301 /de/about/qualitaet.php http://www.physikinstrumente.de/unternehmen-pi.html
  2389. Redirect 301 /de/about/test.php http://www.physikinstrumente.de/unternehmen-pi/messtechnik.html
  2390. Redirect 301 /de/kontakt/niederlassung.php http://www.physikinstrumente.de/unternehmen-pi/weltweit.html
  2391. Redirect 301 /de/loesungen/astronomie.php http://www.physikinstrumente.de/anwendungen.html
  2392. Redirect 301 /de/loesungen/medizin.php http://www.physikinstrumente.de/anwendungen.html
  2393. Redirect 301 /de/loesungen/nanotech.php http://www.physikinstrumente.de/anwendungen.html
  2394. Redirect 301 /de/loesungen/praezision.php http://www.physikinstrumente.de/anwendungen.html
  2395. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2396. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2397. RewriteCond %{QUERY_STRING} ^newsid=32$
  2398. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/piline-ultraschall-piezomotoren.html? [L,R=301]
  2399. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2400. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2401. RewriteCond %{QUERY_STRING} ^newsid=44$
  2402. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/motion-control-software.html? [L,R=301]
  2403. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2404. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2405. RewriteCond %{QUERY_STRING} ^newsid=51$
  2406. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte/kreuztische.html? [L,R=301]
  2407. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2408. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2409. RewriteCond %{QUERY_STRING} ^newsid=66$
  2410. RewriteRule ^.*$ http://www.physikinstrumente.de/infothek.html? [L,R=301]
  2411. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2412. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2413. RewriteCond %{QUERY_STRING} ^newsid=70$
  2414. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/vakuum.html? [L,R=301]
  2415. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2416. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2417. RewriteCond %{QUERY_STRING} ^newsid=71$
  2418. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/motion-control-software.html? [L,R=301]
  2419. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2420. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2421. RewriteCond %{QUERY_STRING} ^newsid=71$
  2422. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/motion-control-software.html? [L,R=301]
  2423. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2424. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2425. RewriteCond %{QUERY_STRING} ^newsid=77$
  2426. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte/piezo-z-scanner.html? [L,R=301]
  2427. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2428. RewriteCond %{REQUEST_URI} ^/de/news/fullnews.php$
  2429. RewriteCond %{QUERY_STRING} ^newsid=87$
  2430. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte/pishift-traegheitsantriebe.html? [L,R=301]
  2431. Redirect 301 /de/news/jobs.php http://www.physikinstrumente.de/karriere.html
  2432. Redirect 301 /de/newsletter/pdf/PI_News40D_Piezo_Medizintechnik_Theodolit_Mikroskopie-tisch_Kippspiegel_Drehtisch_Hochleistungs-Piezo.pdf http://www.physikinstrumente.de/aktuelles.html
  2433. Redirect 301 /de/pdf/C630_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/c-663-900551.html
  2434. Redirect 301 /de/pdf/D711_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/d-711-500700.html
  2435. Redirect 301 /de/pdf/E660_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/e-660-602000.html
  2436. Redirect 301 /de/pdf/extra/Linear-Aktoren_Hoch-Genau_PI-Katalog.pdf http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html
  2437. Redirect 301 /de/pdf/extra/PI_06_07_News_Katalog_Piezo_Nanostelltechnik_XY_Tische_Motorstelltechnik_PiezoMechanik_Piezomotor_c.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Piezo_Nano_Positioning_2013_2014_CAT130D.pdf
  2438. Redirect 301 /de/pdf/extra/PI_Katalog_Nexact_Nexline_Piezo_Schrittantriebe_Nano_V1_C.pdf http://www.physikinstrumente.de/technologie/piezowalk-schreitantriebe.html
  2439. Redirect 301 /de/pdf/extra/PI_Katalog_Piezokomposite_Flaechenwandler_DuraAct_Brosch.pdf http://piceramic.de/produkte/duraact.html
  2440. Redirect 301 /de/pdf/extra/PI_Software_Positionssteurungen_Nanostelltechnik_Mikrostelltechnik.pdf http://www.physikinstrumente.de/technologie/motion-control-software.html
  2441. Redirect 301 /de/pdf/Hexapoden_Mikropositionierung.pdf http://www.physikinstrumente.de/produkte/parallelkinematische-hexapoden.html
  2442. Redirect 301 /de/pdf/M168_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/m-168-703800.html
  2443. Redirect 301 /de/pdf/M235_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/m-235-703700.html
  2444. Redirect 301 /de/pdf/M631_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/m-631-m-632-m-633-704200.html
  2445. Redirect 301 /de/pdf/M653_Datenblatt.pdf http://www.physikinstrumente.de/produkt-detailseite/m-653-m-655-704400.html
  2446. Redirect 301 /de/pdf/Motorsteuerungen.pdf http://www.physikinstrumente.de/produkte/motion-controller.html
  2447. Redirect 301 /de/pdf/PI_Hybrid.pdf http://www.physikinstrumente.de/technologie/hybridkonzept.html
  2448. Redirect 301 /de/pdf/Piezoaktoren.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Piezoelektrische_Aktoren_CAT128D.pdf
  2449. Redirect 301 /de/pdf/Piezomotoren.pdf http://www.physikinstrumente.de/produkte/piezomotoren.html
  2450. Redirect 301 /de/pdf/PL112_Datenblatt.pdf http://piceramic.de/produkt-detailseite/pl112-pl140-103000.html
  2451. Redirect 301 /de/pdf_extra/2009_PI_Katalog_Linearantriebe-u_Aktoren.pdf http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html
  2452. Redirect 301 /de/pdf_extra/2009_PI_Katalog_Nanopositionierung_Piezo-Technik_Mikrostelltechnik_Automatisierung.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Piezo_Nano_Positioning_2013_2014_CAT130D.pdf
  2453. Redirect 301 /de/pdf_extra/2009_PI_Mikrodosiertechnik-Piezo-Ventile-Industrie-Forschung_Medizintechnik.pdf http://www.physikinstrumente.de/anwendungen/dosierung-mit-nanodispensern.html
  2454. Redirect 301 /de/pdf_extra/2009_PI_Sicherheitstechnik-Miniaturantriebe-Piezo-Mechanik.pdf http://www.physikinstrumente.de/technologie/piline-ultraschall-piezomotoren.html
  2455. Redirect 301 /de/pdf_extra/Hexapod_6-Achs-Positionier-Systeme.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Hexapoden_BRO14D.pdf
  2456. Redirect 301 /de/pdf_extra/Messtisch-Kreuztisch_Stelltisch_Katalog_PI.pdf http://www.physikinstrumente.de/produkte/kreuztische.html
  2457. Redirect 301 /de/pdf_extra/Mikroskpie-Tische-Piezo-Stelltechnik_PI_12.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Produkte_Mikroskopie_BRO28D.pdf
  2458. Redirect 301 /de/pdf_extra/PI_07_Brosch_Kapazitive_Nanomesstechnik_Kapazitiver_Wegsensor_Positions_Sensor_C.pdf http://www.physikinstrumente.de/technologie/kapazitive-sensoren.html
  2459. Redirect 301 /de/pdf_extra/PI_Katalog_Nano-und-Mikro-Stelltechnik_2014.pdf http://www.physikinstrumente.de/fileadmin/FileDatabase/PI_Piezo_Nano_Positioning_2013_2014_CAT130D.pdf
  2460. Redirect 301 /de/produkte/hexapod_tripod/hexapod_tripod_controller.php http://www.physikinstrumente.de/technologie/hexapod-software.html
  2461. Redirect 301 /de/produkte/hexapod_tripod/hexapod_tripod_modelle.php http://www.physikinstrumente.de/produkte/parallelkinematische-hexapoden.html
  2462.  
  2463. #Redirect 301 /de/produkte/linear_aktor/ http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html
  2464. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2465. RewriteRule ^de/produkte/linear_aktor/$ http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html [L,R=301]
  2466. Redirect 301 /de/produkte/linear_aktor/motorisierte_linearaktoren_modelle.php http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html
  2467. Redirect 301 /de/produkte/linear_aktor/piezo-schreitantriebe_modelle.php http://www.physikinstrumente.de/technologie/piezowalk-schreitantriebe.html
  2468. Redirect 301 /de/produkte/linear_aktor/piline_ultraschall_piezo-motor.php http://www.physikinstrumente.de/produkte/piline-ultraschallmotoren.html
  2469. Redirect 301 /de/produkte/linear_aktor/ultraschall-piezo-motoren_modelle.php http://www.physikinstrumente.de/produkte/piline-ultraschallmotoren.html
  2470.  
  2471. Redirect 301 /de/produkte/mikropositionierung/drehtisch_modelle.php http://www.physikinstrumente.de/produkte/rotationstische.html
  2472. Redirect 301 /de/produkte/mikropositionierung/lineartisch_modelle.php http://www.physikinstrumente.de/produkte/einachsige-piezoscantische.html
  2473. Redirect 301 /de/produkte/mikropositionierung/mehrachs-positioniertisch_modelle.php http://www.physikinstrumente.de/produkte/piezoscantische.html
  2474. Redirect 301 /de/produkte/mikropositionierung/miniatur_versteller_modelle.php http://www.physikinstrumente.de/produkte/linearversteller.html
  2475. Redirect 301 /de/produkte/motor_steuerung/index.php http://www.physikinstrumente.de/produkte/motion-controller.html
  2476. Redirect 301 /de/produkte/motor_steuerung/motor_steuerung_modelle.php http://www.physikinstrumente.de/produkte/motion-controller.html
  2477. Redirect 301 /de/produkte/nano_messtechnik/index.php http://www.physikinstrumente.de/technologie/kapazitive-sensoren.html
  2478. Redirect 301 /de/produkte/nano_messtechnik/kapazitive_positions_messtechnik.php http://www.physikinstrumente.de/technologie/kapazitive-sensoren.html
  2479. Redirect 301 /de/produkte/nano_messtechnik/tutorium.php http://www.physikinstrumente.de/technologie/kapazitive-sensoren.html
  2480.  
  2481. #Redirect 301 /de/produkte/nanopositionierung/ http://www.physikinstrumente.de/produkte/piezoscantische.html
  2482. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2483. RewriteRule ^de/produkte/nanopositionierung/$ http://www.physikinstrumente.de/produkte/piezoscantische.html [L,R=301]
  2484. Redirect 301 /de/produkte/nanopositionierung/nanopositionierung_mikroskopie_modelle.php http://www.physikinstrumente.de/produkte/kreuztische.html
  2485.  
  2486. #Redirect 301 /de/produkte/piezo/ http://www.physikinstrumente.de/produkte.html
  2487. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2488. RewriteRule ^de/produkte/piezo/$ http://www.physikinstrumente.de/produkte.html [L,R=301]
  2489. Redirect 301 /de/produkte/piezo/eigenschaften.php http://www.physikinstrumente.de/technologie/piezoaktoren.html
  2490. Redirect 301 /de/produkte/piezo/picma_lifetime.php http://piceramic.de/piezo-technologie/picma.html
  2491. Redirect 301 /de/produkte/piezo/piezo_aktuator_modelle.php http://piceramic.de/produkte.html
  2492. Redirect 301 /de/produkte/piezo/piezo_flaechenwandler_tutorium.php http://piceramic.de/produkte/duraact.html
  2493.  
  2494. #Redirect 301 /de/produkte/piezo_steuerung/ http://www.physikinstrumente.de/produkte/piezocontroller.html
  2495. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2496. RewriteRule ^de/produkte/piezo_steuerung/$ http://www.physikinstrumente.de/produkte/piezocontroller.html [L,R=301]
  2497. Redirect 301 /de/produkte/piezo_steuerung/piezo_steuerung_digital.php http://www.physikinstrumente.de/produkte/piezocontroller.html
  2498.  
  2499. Redirect 301 /de/produkte/piezo_tutorium.php http://piceramic.de/piezo-technologie.html
  2500. Redirect 301 /de/produkte/piezo_tutorium_ueberblick.php http://piceramic.de/piezo-technologie.html
  2501. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2502. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2503. RewriteCond %{QUERY_STRING} ^sortnr=1000150$
  2504. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-470v-n-470u-1000160.html? [L,R=301]
  2505. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2506. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2507. RewriteCond %{QUERY_STRING} ^sortnr=1000200$
  2508. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/piline-ultraschall-piezomotoren.html? [L,R=301]
  2509. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2510. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2511. RewriteCond %{QUERY_STRING} ^sortnr=1000600$
  2512. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/u-264-1000660.html? [L,R=301]
  2513. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2514. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2515. RewriteCond %{QUERY_STRING} ^sortnr=1000760$
  2516. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-216-1000765.html? [L,R=301]
  2517. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2518. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2519. RewriteCond %{QUERY_STRING} ^sortnr=100810$
  2520. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-882-p-888-100810.html? [L,R=301]
  2521. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2522. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2523. RewriteCond %{QUERY_STRING} ^sortnr=101780$
  2524. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-871-101780.html? [L,R=301]
  2525. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2526. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2527. RewriteCond %{QUERY_STRING} ^sortnr=102300$
  2528. RewriteRule ^.*$ http://www.physikinstrumente.de? [L,R=301]
  2529. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2530. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2531. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  2532. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pl112-pl140-103000.html? [L,R=301]
  2533. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2534. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2535. RewriteCond %{QUERY_STRING} ^sortnr=201530$
  2536. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5412-p-5422-201530.html? [L,R=301]
  2537. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2538. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2539. RewriteCond %{QUERY_STRING} ^sortnr=201535$
  2540. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5412-p-5422-201530.html? [L,R=301]
  2541. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2542. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2543. RewriteCond %{QUERY_STRING} ^sortnr=201540$
  2544. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-541z-201540.html? [L,R=301]
  2545. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2546. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2547. RewriteCond %{QUERY_STRING} ^sortnr=201545$
  2548. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-541z-201540.html? [L,R=301]
  2549. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2550. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2551. RewriteCond %{QUERY_STRING} ^sortnr=201720$
  2552. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-713-201721.html? [L,R=301]
  2553. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2554. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2555. RewriteCond %{QUERY_STRING} ^sortnr=201740$
  2556. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6122-201740.html? [L,R=301]
  2557. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2558. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2559. RewriteCond %{QUERY_STRING} ^sortnr=201745$
  2560. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-612z-201745.html? [L,R=301]
  2561. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2562. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2563. RewriteCond %{QUERY_STRING} ^sortnr=202300$
  2564. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-620z-p-622z-202500.html? [L,R=301]
  2565. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2566. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2567. RewriteCond %{QUERY_STRING} ^sortnr=202400$
  2568. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6202-p-6292-202400.html? [L,R=301]
  2569. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2570. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2571. RewriteCond %{QUERY_STRING} ^sortnr=202600$
  2572. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-601-202600.html? [L,R=301]
  2573. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2574. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2575. RewriteCond %{QUERY_STRING} ^sortnr=600400$
  2576. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-761-600400.html? [L,R=301]
  2577. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2578. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2579. RewriteCond %{QUERY_STRING} ^sortnr=600690$
  2580. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-755-600690.html? [L,R=301]
  2581. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2582. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2583. RewriteCond %{QUERY_STRING} ^sortnr=602500$
  2584. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-509-602500.html? [L,R=301]
  2585. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2586. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2587. RewriteCond %{QUERY_STRING} ^sortnr=602600$
  2588. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-517-602600.html? [L,R=301]
  2589. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2590. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2591. RewriteCond %{QUERY_STRING} ^sortnr=602700$
  2592. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-515-602700.html? [L,R=301]
  2593. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2594. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2595. RewriteCond %{QUERY_STRING} ^sortnr=700815$
  2596. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-824-700815.html? [L,R=301]
  2597. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2598. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2599. RewriteCond %{QUERY_STRING} ^sortnr=701750$
  2600. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-403-701750.html? [L,R=301]
  2601. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2602. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2603. RewriteCond %{QUERY_STRING} ^sortnr=701752$
  2604. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-403-701750.html? [L,R=301]
  2605. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2606. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2607. RewriteCond %{QUERY_STRING} ^sortnr=701754$
  2608. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-413-701754.html? [L,R=301]
  2609. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2610. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2611. RewriteCond %{QUERY_STRING} ^sortnr=701756$
  2612. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-413-701754.html? [L,R=301]
  2613. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2614. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2615. RewriteCond %{QUERY_STRING} ^sortnr=703750$
  2616. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-238-703750.html? [L,R=301]
  2617. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2618. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2619. RewriteCond %{QUERY_STRING} ^sortnr=900550$
  2620. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-663-900551.html? [L,R=301]
  2621. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2622. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2623. RewriteCond %{QUERY_STRING} ^sortnr=900600$
  2624. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-863-900606.html? [L,R=301]
  2625. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2626. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2627. RewriteCond %{QUERY_STRING} ^sortnr=201545$
  2628. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2629. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2630. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2631. RewriteCond %{QUERY_STRING} ^sortnr=$
  2632. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2633. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2634. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2635. RewriteCond %{QUERY_STRING} ^sortnr=1000100$
  2636. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2637. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2638. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2639. RewriteCond %{QUERY_STRING} ^sortnr=1000130$
  2640. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-422-1000130.html? [L,R=301]
  2641. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2642. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2643. RewriteCond %{QUERY_STRING} ^sortnr=1000140$
  2644. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-470-1000140.html? [L,R=301]
  2645. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2646. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2647. RewriteCond %{QUERY_STRING} ^sortnr=1000145$
  2648. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-470v-n-470u-1000160.html? [L,R=301]
  2649. #RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2650. #RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2651. #RewriteCond %{QUERY_STRING} ^sortnr=1000150$
  2652. #RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2653. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2654. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2655. RewriteCond %{QUERY_STRING} ^sortnr=1000170$
  2656. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2657. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2658. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2659. RewriteCond %{QUERY_STRING} ^sortnr=1000180$
  2660. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2661. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2662. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2663. RewriteCond %{QUERY_STRING} ^sortnr=1000190$
  2664. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2665. #RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2666. #RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2667. #RewriteCond %{QUERY_STRING} ^sortnr=1000200$
  2668. #RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2669. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2670. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2671. RewriteCond %{QUERY_STRING} ^sortnr=1000210$
  2672. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2673. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2674. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2675. RewriteCond %{QUERY_STRING} ^sortnr=1000300$
  2676. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-663-1000350.html? [L,R=301]
  2677. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2678. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2679. RewriteCond %{QUERY_STRING} ^sortnr=1000350$
  2680. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-663-1000350.html? [L,R=301]
  2681. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2682. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2683. RewriteCond %{QUERY_STRING} ^sortnr=1000400$
  2684. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-663-1000350.html? [L,R=301]
  2685. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2686. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2687. RewriteCond %{QUERY_STRING} ^sortnr=1000420$
  2688. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-683-1000520.html? [L,R=301]
  2689. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2690. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2691. RewriteCond %{QUERY_STRING} ^sortnr=1000450$
  2692. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-664-1000450.html? [L,R=301]
  2693. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2694. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2695. RewriteCond %{QUERY_STRING} ^sortnr=1000520$
  2696. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-683-1000520.html? [L,R=301]
  2697. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2698. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2699. RewriteCond %{QUERY_STRING} ^sortnr=1000580$
  2700. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-686-1000581.html? [L,R=301]
  2701. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2702. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2703. RewriteCond %{QUERY_STRING} ^sortnr=1000585$
  2704. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-687-1000585.html? [L,R=301]
  2705. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2706. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2707. RewriteCond %{QUERY_STRING} ^sortnr=1000590$
  2708. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-686-1000581.html? [L,R=301]
  2709. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2710. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2711. RewriteCond %{QUERY_STRING} ^sortnr=1000600$
  2712. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/u-264-1000660.html? [L,R=301]
  2713. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2714. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2715. RewriteCond %{QUERY_STRING} ^sortnr=1000610$
  2716. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-674kcpp-1000610.html? [L,R=301]
  2717. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2718. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2719. RewriteCond %{QUERY_STRING} ^sortnr=1000620$
  2720. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-674kcpp-1000610.html? [L,R=301]
  2721. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2722. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2723. RewriteCond %{QUERY_STRING} ^sortnr=1000630$
  2724. RewriteRule ^.*$ www.physikinstrumente.de? [L,R=301]
  2725. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2726. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2727. RewriteCond %{QUERY_STRING} ^sortnr=1000640$
  2728. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-663-1000350.html? [L,R=301]
  2729. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2730. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2731. RewriteCond %{QUERY_STRING} ^sortnr=1000650$
  2732. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-272-1000650.html? [L,R=301]
  2733. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2734. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2735. RewriteCond %{QUERY_STRING} ^sortnr=1000655$
  2736. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/u-264kspa-1000655.html? [L,R=301]
  2737. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2738. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2739. RewriteCond %{QUERY_STRING} ^sortnr=1000700$
  2740. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-310-1000700.html? [L,R=301]
  2741. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2742. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2743. RewriteCond %{QUERY_STRING} ^sortnr=1000710$
  2744. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-725-200375.html? [L,R=301]
  2745. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2746. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2747. RewriteCond %{QUERY_STRING} ^sortnr=1000720$
  2748. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-381-1000720.html? [L,R=301]
  2749. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2750. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2751. RewriteCond %{QUERY_STRING} ^sortnr=1000740$
  2752. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-111-1000740.html? [L,R=301]
  2753. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2754. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2755. RewriteCond %{QUERY_STRING} ^sortnr=1000745$
  2756. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/lps-24-1000745.html? [L,R=301]
  2757. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2758. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2759. RewriteCond %{QUERY_STRING} ^sortnr=1000750$
  2760. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/lps-45-1202300.html? [L,R=301]
  2761. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2762. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2763. RewriteCond %{QUERY_STRING} ^sortnr=1000755$
  2764. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-664-1000755.html? [L,R=301]
  2765. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2766. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2767. RewriteCond %{QUERY_STRING} ^sortnr=1000760$
  2768. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-216-1000765.html? [L,R=301]
  2769. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2770. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2771. RewriteCond %{QUERY_STRING} ^sortnr=1000765$
  2772. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-216-1000765.html? [L,R=301]
  2773. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2774. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2775. RewriteCond %{QUERY_STRING} ^sortnr=1000770$
  2776. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-515knph-1000770.html? [L,R=301]
  2777. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2778. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2779. RewriteCond %{QUERY_STRING} ^sortnr=1000780$
  2780. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-510kawp-1000780.html? [L,R=301]
  2781. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2782. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2783. RewriteCond %{QUERY_STRING} ^sortnr=1000781$
  2784. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-510kawp-1000780.html? [L,R=301]
  2785. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2786. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2787. RewriteCond %{QUERY_STRING} ^sortnr=1000800$
  2788. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2789. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2790. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2791. RewriteCond %{QUERY_STRING} ^sortnr=100400$
  2792. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-810-p-830-100400.html? [L,R=301]
  2793. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2794. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2795. RewriteCond %{QUERY_STRING} ^sortnr=100500$
  2796. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseiteP-820? [L,R=301]
  2797. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2798. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2799. RewriteCond %{QUERY_STRING} ^sortnr=100600$
  2800. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-855-100650.html? [L,R=301]
  2801. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2802. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2803. RewriteCond %{QUERY_STRING} ^sortnr=100650$
  2804. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-855-100650.html? [L,R=301]
  2805. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2806. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2807. RewriteCond %{QUERY_STRING} ^sortnr=100800$
  2808. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pl0xx-100800.html? [L,R=301]
  2809. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2810. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2811. RewriteCond %{QUERY_STRING} ^sortnr=100810$
  2812. RewriteRule ^.*$ http://piceramic.de/produkt-detailseite/p-882-p-888-100810.html? [L,R=301]
  2813. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2814. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2815. RewriteCond %{QUERY_STRING} ^sortnr=100820$
  2816. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-080-100820.html? [L,R=301]
  2817. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2818. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2819. RewriteCond %{QUERY_STRING} ^sortnr=101000$
  2820. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-840-p-841-101000.html? [L,R=301]
  2821. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2822. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2823. RewriteCond %{QUERY_STRING} ^sortnr=101200$
  2824. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-842-p-843-101200.html? [L,R=301]
  2825. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2826. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2827. RewriteCond %{QUERY_STRING} ^sortnr=101500$
  2828. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-212-101550.html? [L,R=301]
  2829. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2830. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2831. RewriteCond %{QUERY_STRING} ^sortnr=101550$
  2832. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-212-101550.html? [L,R=301]
  2833. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2834. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2835. RewriteCond %{QUERY_STRING} ^sortnr=101750$
  2836. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-225-101750.html? [L,R=301]
  2837. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2838. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2839. RewriteCond %{QUERY_STRING} ^sortnr=101780$
  2840. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-871-101780.html? [L,R=301]
  2841. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2842. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2843. RewriteCond %{QUERY_STRING} ^sortnr=101790$
  2844. RewriteRule ^.*$ http://piceramic.de/produkt-detailseite/p-876-101790.html? [L,R=301]
  2845. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2846. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2847. RewriteCond %{QUERY_STRING} ^sortnr=101795$
  2848. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-878-101795.html? [L,R=301]
  2849. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2850. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2851. RewriteCond %{QUERY_STRING} ^sortnr=101800$
  2852. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2853. #RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2854. #RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2855. #RewriteCond %{QUERY_STRING} ^sortnr=102300$
  2856. #RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2857. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2858. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2859. RewriteCond %{QUERY_STRING} ^sortnr=102400$
  2860. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2861. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2862. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2863. RewriteCond %{QUERY_STRING} ^sortnr=102600$
  2864. RewriteRule ^.*$ http://piceramic.de/produkt-detailseite/p-007-p-056-102600.html? [L,R=301]
  2865. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2866. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2867. RewriteCond %{QUERY_STRING} ^sortnr=102700$
  2868. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-010xxp-p-056xxp-102700.html? [L,R=301]
  2869. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2870. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2871. RewriteCond %{QUERY_STRING} ^sortnr=102800$
  2872. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-010xxh-p-025xxh-102800.html? [L,R=301]
  2873. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2874. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2875. RewriteCond %{QUERY_STRING} ^sortnr=102900$
  2876. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-111-p-151-102900.html? [L,R=301]
  2877. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2878. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2879. RewriteCond %{QUERY_STRING} ^sortnr=102950$
  2880. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-405-102950.html? [L,R=301]
  2881. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2882. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2883. RewriteCond %{QUERY_STRING} ^sortnr=103000$
  2884. RewriteRule ^.*$ http://piceramic.de/produkt-detailseite/pl112-pl140-103000.html? [L,R=301]
  2885. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2886. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2887. RewriteCond %{QUERY_STRING} ^sortnr=103100$
  2888. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pt120-pt140-103100.html? [L,R=301]
  2889. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2890. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2891. RewriteCond %{QUERY_STRING} ^sortnr=103200$
  2892. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2893. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2894. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2895. RewriteCond %{QUERY_STRING} ^sortnr=1100001$
  2896. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte/piline-ultraschallmotoren.html? [L,R=301]
  2897. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2898. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2899. RewriteCond %{QUERY_STRING} ^sortnr=1100002$
  2900. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2901. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2902. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2903. RewriteCond %{QUERY_STRING} ^sortnr=1100003$
  2904. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2905. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2906. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2907. RewriteCond %{QUERY_STRING} ^sortnr=1100004$
  2908. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2909. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2910. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2911. RewriteCond %{QUERY_STRING} ^sortnr=1100005$
  2912. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2913. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2914. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2915. RewriteCond %{QUERY_STRING} ^sortnr=1100006$
  2916. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2917. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2918. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2919. RewriteCond %{QUERY_STRING} ^sortnr=1100007$
  2920. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2921. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2922. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2923. RewriteCond %{QUERY_STRING} ^sortnr=1100008$
  2924. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2925. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2926. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2927. RewriteCond %{QUERY_STRING} ^sortnr=1100011$
  2928. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2929. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2930. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2931. RewriteCond %{QUERY_STRING} ^sortnr=1100016$
  2932. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2933. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2934. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2935. RewriteCond %{QUERY_STRING} ^sortnr=1100018$
  2936. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2937. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2938. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2939. RewriteCond %{QUERY_STRING} ^sortnr=1100025$
  2940. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  2941. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2942. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2943. RewriteCond %{QUERY_STRING} ^sortnr=1100100$
  2944. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pd72z2x4x-1100200.html? [L,R=301]
  2945. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2946. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2947. RewriteCond %{QUERY_STRING} ^sortnr=1100200$
  2948. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pd72z2x4x-1100200.html? [L,R=301]
  2949. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2950. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2951. RewriteCond %{QUERY_STRING} ^sortnr=1100210$
  2952. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/nd72z2laq-1100210.html? [L,R=301]
  2953. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2954. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2955. RewriteCond %{QUERY_STRING} ^sortnr=1100250$
  2956. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/pd72z1x-1100250.html? [L,R=301]
  2957. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2958. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2959. RewriteCond %{QUERY_STRING} ^sortnr=1200180$
  2960. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/v-900kpic-1200180.html? [L,R=301]
  2961. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2962. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2963. RewriteCond %{QUERY_STRING} ^sortnr=1200200$
  2964. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/v-273-1200200.html? [L,R=301]
  2965. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2966. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2967. RewriteCond %{QUERY_STRING} ^sortnr=200300$
  2968. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-720-200300.html? [L,R=301]
  2969. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2970. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2971. RewriteCond %{QUERY_STRING} ^sortnr=200350$
  2972. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-721-200350.html? [L,R=301]
  2973. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2974. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2975. RewriteCond %{QUERY_STRING} ^sortnr=200360$
  2976. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-721ktpz-200360.html? [L,R=301]
  2977. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2978. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2979. RewriteCond %{QUERY_STRING} ^sortnr=200365$
  2980. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-721kptz-200365.html? [L,R=301]
  2981. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2982. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2983. RewriteCond %{QUERY_STRING} ^sortnr=200370$
  2984. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-725xdd-200370.html? [L,R=301]
  2985. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2986. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2987. RewriteCond %{QUERY_STRING} ^sortnr=200375$
  2988. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-725-200375.html? [L,R=301]
  2989. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2990. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2991. RewriteCond %{QUERY_STRING} ^sortnr=200377$
  2992. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-725khds-200377.html? [L,R=301]
  2993. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2994. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2995. RewriteCond %{QUERY_STRING} ^sortnr=200380$
  2996. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-726-200380.html? [L,R=301]
  2997. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  2998. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  2999. RewriteCond %{QUERY_STRING} ^sortnr=200400$
  3000. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-736-200400.html? [L,R=301]
  3001. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3002. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3003. RewriteCond %{QUERY_STRING} ^sortnr=200405$
  3004. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-736-200400.html? [L,R=301]
  3005. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3006. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3007. RewriteCond %{QUERY_STRING} ^sortnr=200500$
  3008. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-753-200900.html? [L,R=301]
  3009. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3010. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3011. RewriteCond %{QUERY_STRING} ^sortnr=200600$
  3012. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6201-p-6291-202300.html? [L,R=301]
  3013. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3014. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3015. RewriteCond %{QUERY_STRING} ^sortnr=200700$
  3016. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-750-200700.html? [L,R=301]
  3017. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3018. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3019. RewriteCond %{QUERY_STRING} ^sortnr=200800$
  3020. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-752-200800.html? [L,R=301]
  3021. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3022. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3023. RewriteCond %{QUERY_STRING} ^sortnr=200900$
  3024. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-753-200900.html? [L,R=301]
  3025. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3026. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3027. RewriteCond %{QUERY_STRING} ^sortnr=201000$
  3028. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-603-202800.html? [L,R=301]
  3029. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3030. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3031. RewriteCond %{QUERY_STRING} ^sortnr=201100$
  3032. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6113-201700.html? [L,R=301]
  3033. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3034. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3035. RewriteCond %{QUERY_STRING} ^sortnr=201180$
  3036. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-763-201180.html? [L,R=301]
  3037. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3038. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3039. RewriteCond %{QUERY_STRING} ^sortnr=201190$
  3040. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3041. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3042. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3043. RewriteCond %{QUERY_STRING} ^sortnr=201195$
  3044. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915kvpz-201195.html? [L,R=301]
  3045. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3046. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3047. RewriteCond %{QUERY_STRING} ^sortnr=201197$
  3048. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915klpz-201197.html? [L,R=301]
  3049. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3050. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3051. RewriteCond %{QUERY_STRING} ^sortnr=201200$
  3052. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-7332-p-7333-201200.html? [L,R=301]
  3053. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3054. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3055. RewriteCond %{QUERY_STRING} ^sortnr=201250$
  3056. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-7332-p-7333-201200.html? [L,R=301]
  3057. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3058. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3059. RewriteCond %{QUERY_STRING} ^sortnr=201270$
  3060. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-733z-201270.html? [L,R=301]
  3061. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3062. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3063. RewriteCond %{QUERY_STRING} ^sortnr=201300$
  3064. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-734-201300.html? [L,R=301]
  3065. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3066. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3067. RewriteCond %{QUERY_STRING} ^sortnr=201400$
  3068. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5412-p-5422-201530.html? [L,R=301]
  3069. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3070. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3071. RewriteCond %{QUERY_STRING} ^sortnr=201500$
  3072. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-517-p-527-201500.html? [L,R=301]
  3073. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3074. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3075. RewriteCond %{QUERY_STRING} ^sortnr=201510$
  3076. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-518-p-528-p-558-201510.html? [L,R=301]
  3077. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3078. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3079. RewriteCond %{QUERY_STRING} ^sortnr=201520$
  3080. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-545xr7-201520.html? [L,R=301]
  3081. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3082. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3083. RewriteCond %{QUERY_STRING} ^sortnr=201521$
  3084. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-545xd7-201521.html? [L,R=301]
  3085. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3086. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3087. RewriteCond %{QUERY_STRING} ^sortnr=201524$
  3088. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-545xc7-201524.html? [L,R=301]
  3089. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3090. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3091. RewriteCond %{QUERY_STRING} ^sortnr=201525$
  3092. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-545-201525.html? [L,R=301]
  3093. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3094. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3095. RewriteCond %{QUERY_STRING} ^sortnr=201530$
  3096. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5412-p-5422-201530.html? [L,R=301]
  3097. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3098. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3099. RewriteCond %{QUERY_STRING} ^sortnr=201535$
  3100. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5412-p-5422-201530.html? [L,R=301]
  3101. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3102. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3103. RewriteCond %{QUERY_STRING} ^sortnr=201540$
  3104. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-541z-201540.html? [L,R=301]
  3105. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3106. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3107. RewriteCond %{QUERY_STRING} ^sortnr=201546$
  3108. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-737-201546.html? [L,R=301]
  3109. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3110. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3111. RewriteCond %{QUERY_STRING} ^sortnr=201550$
  3112. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-561-p-562-p-563-201550.html? [L,R=301]
  3113. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3114. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3115. RewriteCond %{QUERY_STRING} ^sortnr=201555$
  3116. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-5626cd-201555.html? [L,R=301]
  3117. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3118. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3119. RewriteCond %{QUERY_STRING} ^sortnr=201600$
  3120. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-587-201600.html? [L,R=301]
  3121. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3122. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3123. RewriteCond %{QUERY_STRING} ^sortnr=201650$
  3124. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-363-201650.html? [L,R=301]
  3125. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3126. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3127. RewriteCond %{QUERY_STRING} ^sortnr=201660$
  3128. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915kpps-201660.html? [L,R=301]
  3129. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3130. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3131. RewriteCond %{QUERY_STRING} ^sortnr=201665$
  3132. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-313-201665.html? [L,R=301]
  3133. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3134. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3135. RewriteCond %{QUERY_STRING} ^sortnr=201670$
  3136. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-628khfs-201670.html? [L,R=301]
  3137. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3138. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3139. RewriteCond %{QUERY_STRING} ^sortnr=201675$
  3140. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915kxys-201675.html? [L,R=301]
  3141. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3142. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3143. RewriteCond %{QUERY_STRING} ^sortnr=201680$
  3144. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915khds-201680.html? [L,R=301]
  3145. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3146. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3147. RewriteCond %{QUERY_STRING} ^sortnr=201700$
  3148. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6113-201700.html? [L,R=301]
  3149. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3150. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3151. RewriteCond %{QUERY_STRING} ^sortnr=201710$
  3152. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6111-201710.html? [L,R=301]
  3153. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3154. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3155. RewriteCond %{QUERY_STRING} ^sortnr=201715$
  3156. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-712-201715.html? [L,R=301]
  3157. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3158. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3159. RewriteCond %{QUERY_STRING} ^sortnr=201720$
  3160. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-713-201721.html? [L,R=301]
  3161. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3162. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3163. RewriteCond %{QUERY_STRING} ^sortnr=201721$
  3164. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-713-201721.html? [L,R=301]
  3165. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3166. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3167. RewriteCond %{QUERY_STRING} ^sortnr=201725$
  3168. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-611xz-p-6112-201725.html? [L,R=301]
  3169. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3170. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3171. RewriteCond %{QUERY_STRING} ^sortnr=201730$
  3172. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-611z-201731.html? [L,R=301]
  3173. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3174. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3175. RewriteCond %{QUERY_STRING} ^sortnr=201740$
  3176. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6122-201740.html? [L,R=301]
  3177. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3178. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3179. RewriteCond %{QUERY_STRING} ^sortnr=201745$
  3180. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-612z-201745.html? [L,R=301]
  3181. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3182. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3183. RewriteCond %{QUERY_STRING} ^sortnr=201750$
  3184. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-615-201750.html? [L,R=301]
  3185. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3186. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3187. RewriteCond %{QUERY_STRING} ^sortnr=201900$
  3188. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-601-202600.html? [L,R=301]
  3189. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3190. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3191. RewriteCond %{QUERY_STRING} ^sortnr=202000$
  3192. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-601-202600.html? [L,R=301]
  3193. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3194. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3195. RewriteCond %{QUERY_STRING} ^sortnr=202100$
  3196. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-602-202700.html? [L,R=301]
  3197. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3198. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3199. RewriteCond %{QUERY_STRING} ^sortnr=202200.00$
  3200. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3201. #RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3202. #RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3203. #RewriteCond %{QUERY_STRING} ^sortnr=202300$
  3204. #RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6201-p-6291-202300.html? [L,R=301]
  3205. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3206. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3207. RewriteCond %{QUERY_STRING} ^sortnr=202350$
  3208. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6201-p-6291-202300.html? [L,R=301]
  3209. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3210. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3211. RewriteCond %{QUERY_STRING} ^sortnr=202400$
  3212. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6202-p-6292-202400.html? [L,R=301]
  3213. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3214. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3215. RewriteCond %{QUERY_STRING} ^sortnr=202500$
  3216. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-620z-p-622z-202500.html? [L,R=301]
  3217. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3218. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3219. RewriteCond %{QUERY_STRING} ^sortnr=202550$
  3220. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-630-202550.html? [L,R=301]
  3221. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3222. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3223. RewriteCond %{QUERY_STRING} ^sortnr=202600$
  3224. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-601-202600.html? [L,R=301]
  3225. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3226. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3227. RewriteCond %{QUERY_STRING} ^sortnr=202700$
  3228. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-602-202700.html? [L,R=301]
  3229. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3230. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3231. RewriteCond %{QUERY_STRING} ^sortnr=202800$
  3232. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-603-202800.html? [L,R=301]
  3233. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3234. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3235. RewriteCond %{QUERY_STRING} ^sortnr=202820$
  3236. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-604-202820.html? [L,R=301]
  3237. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3238. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3239. RewriteCond %{QUERY_STRING} ^sortnr=202900$
  3240. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-603-202900.html? [L,R=301]
  3241. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3242. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3243. RewriteCond %{QUERY_STRING} ^sortnr=210685$
  3244. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-915klvs-210685.html? [L,R=301]
  3245. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3246. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3247. RewriteCond %{QUERY_STRING} ^sortnr=300300$
  3248. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3249. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3250. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3251. RewriteCond %{QUERY_STRING} ^sortnr=300400$
  3252. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3253. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3254. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3255. RewriteCond %{QUERY_STRING} ^sortnr=300450$
  3256. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-340-300811.html? [L,R=301]
  3257. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3258. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3259. RewriteCond %{QUERY_STRING} ^sortnr=300500$
  3260. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-224-s-226-300500.html? [L,R=301]
  3261. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3262. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3263. RewriteCond %{QUERY_STRING} ^sortnr=300550$
  3264. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-303-300550.html? [L,R=301]
  3265. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3266. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3267. RewriteCond %{QUERY_STRING} ^sortnr=300600$
  3268. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-310-s-316-300600.html? [L,R=301]
  3269. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3270. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3271. RewriteCond %{QUERY_STRING} ^sortnr=300650$
  3272. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-325-300650.html? [L,R=301]
  3273. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3274. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3275. RewriteCond %{QUERY_STRING} ^sortnr=300700$
  3276. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-330-300700.html? [L,R=301]
  3277. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3278. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3279. RewriteCond %{QUERY_STRING} ^sortnr=300710$
  3280. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-334-300710.html? [L,R=301]
  3281. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3282. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3283. RewriteCond %{QUERY_STRING} ^sortnr=300800$
  3284. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-340-300811.html? [L,R=301]
  3285. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3286. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3287. RewriteCond %{QUERY_STRING} ^sortnr=300810$
  3288. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/s-340-300811.html? [L,R=301]
  3289. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3290. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3291. RewriteCond %{QUERY_STRING} ^sortnr=300900.00$
  3292. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3293. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3294. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3295. RewriteCond %{QUERY_STRING} ^sortnr=400200$
  3296. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3297. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3298. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3299. RewriteCond %{QUERY_STRING} ^sortnr=400300$
  3300. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3301. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3302. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3303. RewriteCond %{QUERY_STRING} ^sortnr=400400$
  3304. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3305. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3306. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3307. RewriteCond %{QUERY_STRING} ^sortnr=400500$
  3308. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3309. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3310. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3311. RewriteCond %{QUERY_STRING} ^sortnr=400600.00$
  3312. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/grundlagen.html? [L,R=301]
  3313. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3314. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3315. RewriteCond %{QUERY_STRING} ^sortnr=400600.05$
  3316. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/fertigung.html? [L,R=301]
  3317. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3318. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3319. RewriteCond %{QUERY_STRING} ^sortnr=400600.20$
  3320. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/auslenkungsarten.html? [L,R=301]
  3321. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3322. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3323. RewriteCond %{QUERY_STRING} ^sortnr=400600.30$
  3324. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/inkrementelle-sensoren.html? [L,R=301]
  3325. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3326. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3327. RewriteCond %{QUERY_STRING} ^sortnr=400600.40$
  3328. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/kraefte-steifigkeiten.html? [L,R=301]
  3329. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3330. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3331. RewriteCond %{QUERY_STRING} ^sortnr=400600.60$
  3332. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/dynamischer-betrieb.html? [L,R=301]
  3333. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3334. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3335. RewriteCond %{QUERY_STRING} ^sortnr=400600.75$
  3336. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/ansteuerverhalten.html? [L,R=301]
  3337. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3338. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3339. RewriteCond %{QUERY_STRING} ^sortnr=400600.95$
  3340. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/kapazitive-sensoren.html? [L,R=301]
  3341. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3342. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3343. RewriteCond %{QUERY_STRING} ^sortnr=400705$
  3344. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3345. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3346. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3347. RewriteCond %{QUERY_STRING} ^sortnr=400715$
  3348. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/temperaturabhaengigkeit.html? [L,R=301]
  3349. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3350. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3351. RewriteCond %{QUERY_STRING} ^sortnr=400800.00$
  3352. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/auslenkungsarten.html? [L,R=301]
  3353. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3354. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3355. RewriteCond %{QUERY_STRING} ^sortnr=400800.10$
  3356. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/auslenkungsarten.html? [L,R=301]
  3357. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3358. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3359. RewriteCond %{QUERY_STRING} ^sortnr=400800.20$
  3360. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/parallele-kinematik.html? [L,R=301]
  3361. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3362. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3363. RewriteCond %{QUERY_STRING} ^sortnr=400800.25$
  3364. RewriteRule ^.*$ http://piceramic.de/produkte/piezoelektrische-materialien.html? [L,R=301]
  3365. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3366. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3367. RewriteCond %{QUERY_STRING} ^sortnr=400900.00$
  3368. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3369. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3370. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3371. RewriteCond %{QUERY_STRING} ^sortnr=500200$
  3372. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/d-015-d-050-d-100-500200.html? [L,R=301]
  3373. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3374. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3375. RewriteCond %{QUERY_STRING} ^sortnr=500300.00$
  3376. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3377. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3378. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3379. RewriteCond %{QUERY_STRING} ^sortnr=500300.10$
  3380. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3381. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3382. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3383. RewriteCond %{QUERY_STRING} ^sortnr=500400$
  3384. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/d-510-500400.html? [L,R=301]
  3385. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3386. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3387. RewriteCond %{QUERY_STRING} ^sortnr=500500$
  3388. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-852-500500.html? [L,R=301]
  3389. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3390. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3391. RewriteCond %{QUERY_STRING} ^sortnr=500505$
  3392. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-852koem-500505.html? [L,R=301]
  3393. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3394. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3395. RewriteCond %{QUERY_STRING} ^sortnr=500700$
  3396. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3397. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3398. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3399. RewriteCond %{QUERY_STRING} ^sortnr=600300$
  3400. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-725-605000.html? [L,R=301]
  3401. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3402. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3403. RewriteCond %{QUERY_STRING} ^sortnr=600380$
  3404. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-712-600380.html? [L,R=301]
  3405. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3406. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3407. RewriteCond %{QUERY_STRING} ^sortnr=600400$
  3408. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-761-600400.html? [L,R=301]
  3409. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3410. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3411. RewriteCond %{QUERY_STRING} ^sortnr=600500$
  3412. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-621-604000.html? [L,R=301]
  3413. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3414. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3415. RewriteCond %{QUERY_STRING} ^sortnr=600510$
  3416. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-625-604100.html? [L,R=301]
  3417. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3418. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3419. RewriteCond %{QUERY_STRING} ^sortnr=600600$
  3420. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-753-605100.html? [L,R=301]
  3421. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3422. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3423. RewriteCond %{QUERY_STRING} ^sortnr=600690$
  3424. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-755-600690.html? [L,R=301]
  3425. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3426. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3427. RewriteCond %{QUERY_STRING} ^sortnr=600700$
  3428. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-760-600700.html? [L,R=301]
  3429. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3430. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3431. RewriteCond %{QUERY_STRING} ^sortnr=600800$
  3432. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-664-600800.html? [L,R=301]
  3433. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3434. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3435. RewriteCond %{QUERY_STRING} ^sortnr=600901$
  3436. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-665-600901.html? [L,R=301]
  3437. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3438. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3439. RewriteCond %{QUERY_STRING} ^sortnr=601000$
  3440. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-610-601000.html? [L,R=301]
  3441. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3442. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3443. RewriteCond %{QUERY_STRING} ^sortnr=601020$
  3444. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-609-601020.html? [L,R=301]
  3445. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3446. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3447. RewriteCond %{QUERY_STRING} ^sortnr=601050$
  3448. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-617-601050.html? [L,R=301]
  3449. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3450. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3451. RewriteCond %{QUERY_STRING} ^sortnr=601070$
  3452. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-618-601070.html? [L,R=301]
  3453. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3454. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3455. RewriteCond %{QUERY_STRING} ^sortnr=601100$
  3456. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-500-e-501-601100.html? [L,R=301]
  3457. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3458. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3459. RewriteCond %{QUERY_STRING} ^sortnr=601200$
  3460. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-500-e-501-601100.html? [L,R=301]
  3461. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3462. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3463. RewriteCond %{QUERY_STRING} ^sortnr=601300$
  3464. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-500-e-501-601100.html? [L,R=301]
  3465. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3466. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3467. RewriteCond %{QUERY_STRING} ^sortnr=601400$
  3468. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3469. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3470. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3471. RewriteCond %{QUERY_STRING} ^sortnr=601500$
  3472. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-470-e-472-e-421-601550.html? [L,R=301]
  3473. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3474. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3475. RewriteCond %{QUERY_STRING} ^sortnr=601550$
  3476. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-470-e-472-e-421-601550.html? [L,R=301]
  3477. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3478. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3479. RewriteCond %{QUERY_STRING} ^sortnr=601650$
  3480. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-481-601650.html? [L,R=301]
  3481. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3482. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3483. RewriteCond %{QUERY_STRING} ^sortnr=601655$
  3484. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-482-601655.htm? [L,R=301]
  3485. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3486. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3487. RewriteCond %{QUERY_STRING} ^sortnr=601750$
  3488. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-464-601750.html? [L,R=301]
  3489. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3490. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3491. RewriteCond %{QUERY_STRING} ^sortnr=601800$
  3492. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-663-601800.html? [L,R=301]
  3493. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3494. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3495. RewriteCond %{QUERY_STRING} ^sortnr=601920$
  3496. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-462-601920.html? [L,R=301]
  3497. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3498. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3499. RewriteCond %{QUERY_STRING} ^sortnr=601950$
  3500. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-831-601950.html? [L,R=301]
  3501. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3502. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3503. RewriteCond %{QUERY_STRING} ^sortnr=601955$
  3504. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-836-601955.html? [L,R=301]
  3505. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3506. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3507. RewriteCond %{QUERY_STRING} ^sortnr=602000$
  3508. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-660-602000.html? [L,R=301]
  3509. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3510. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3511. RewriteCond %{QUERY_STRING} ^sortnr=602050$
  3512. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-413-602050.html? [L,R=301]
  3513. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3514. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3515. RewriteCond %{QUERY_STRING} ^sortnr=602070$
  3516. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-835-602070.html? [L,R=301]
  3517. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3518. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3519. RewriteCond %{QUERY_STRING} ^sortnr=602100$
  3520. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-650-602100.html? [L,R=301]
  3521. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3522. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3523. RewriteCond %{QUERY_STRING} ^sortnr=602120$
  3524. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3525. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3526. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3527. RewriteCond %{QUERY_STRING} ^sortnr=602200$
  3528. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-503-602200.html? [L,R=301]
  3529. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3530. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3531. RewriteCond %{QUERY_STRING} ^sortnr=602250$
  3532. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-504-602250.html? [L,R=301]
  3533. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3534. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3535. RewriteCond %{QUERY_STRING} ^sortnr=602300$
  3536. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-505-602300.html? [L,R=301]
  3537. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3538. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3539. RewriteCond %{QUERY_STRING} ^sortnr=602350$
  3540. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-506-602350.html? [L,R=301]
  3541. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3542. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3543. RewriteCond %{QUERY_STRING} ^sortnr=602400$
  3544. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-508-602450.html? [L,R=301]
  3545. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3546. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3547. RewriteCond %{QUERY_STRING} ^sortnr=602450$
  3548. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-508-602450.html? [L,R=301]
  3549. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3550. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3551. RewriteCond %{QUERY_STRING} ^sortnr=602500$
  3552. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-509-602500.html? [L,R=301]
  3553. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3554. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3555. RewriteCond %{QUERY_STRING} ^sortnr=602501$
  3556. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3557. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3558. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3559. RewriteCond %{QUERY_STRING} ^sortnr=602550$
  3560. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-509-602500.html? [L,R=301]
  3561. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3562. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3563. RewriteCond %{QUERY_STRING} ^sortnr=602600$
  3564. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-517-602600.html? [L,R=301]
  3565. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3566. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3567. RewriteCond %{QUERY_STRING} ^sortnr=602610$
  3568. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-564-602610.html? [L,R=301]
  3569. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3570. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3571. RewriteCond %{QUERY_STRING} ^sortnr=602700$
  3572. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-515-602700.html? [L,R=301]
  3573. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3574. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3575. RewriteCond %{QUERY_STRING} ^sortnr=602750$
  3576. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-515-602700.html? [L,R=301]
  3577. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3578. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3579. RewriteCond %{QUERY_STRING} ^sortnr=602800$
  3580. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3581. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3582. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3583. RewriteCond %{QUERY_STRING} ^sortnr=602900$
  3584. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3585. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3586. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3587. RewriteCond %{QUERY_STRING} ^sortnr=602950$
  3588. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-536-602950.html? [L,R=301]
  3589. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3590. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3591. RewriteCond %{QUERY_STRING} ^sortnr=602960$
  3592. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-545-602960.html? [L,R=301]
  3593. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3594. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3595. RewriteCond %{QUERY_STRING} ^sortnr=603000$
  3596. RewriteRule ^.*$ http://piceramic.de/piezo-technologie/eigenschaften-piezoaktoren/ansteuerverhalten.html? [L,R=301]
  3597. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3598. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3599. RewriteCond %{QUERY_STRING} ^sortnr=603010$
  3600. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3601. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3602. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3603. RewriteCond %{QUERY_STRING} ^sortnr=603020$
  3604. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3605. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3606. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3607. RewriteCond %{QUERY_STRING} ^sortnr=603030$
  3608. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3609. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3610. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3611. RewriteCond %{QUERY_STRING} ^sortnr=603100$
  3612. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3613. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3614. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3615. RewriteCond %{QUERY_STRING} ^sortnr=603110$
  3616. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3617. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3618. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3619. RewriteCond %{QUERY_STRING} ^sortnr=603120$
  3620. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3621. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3622. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3623. RewriteCond %{QUERY_STRING} ^sortnr=603140$
  3624. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3625. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3626. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3627. RewriteCond %{QUERY_STRING} ^sortnr=603900$
  3628. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-616-603900.html? [L,R=301]
  3629. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3630. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3631. RewriteCond %{QUERY_STRING} ^sortnr=604000$
  3632. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-621-604000.html? [L,R=301]
  3633. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3634. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3635. RewriteCond %{QUERY_STRING} ^sortnr=604100$
  3636. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-625-604100.html? [L,R=301]
  3637. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3638. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3639. RewriteCond %{QUERY_STRING} ^sortnr=605000$
  3640. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-725-605000.html? [L,R=301]
  3641. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3642. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3643. RewriteCond %{QUERY_STRING} ^sortnr=605100$
  3644. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-753-605100.html? [L,R=301]
  3645. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3646. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3647. RewriteCond %{QUERY_STRING} ^sortnr=605200$
  3648. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-709-605200.html? [L,R=301]
  3649. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3650. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3651. RewriteCond %{QUERY_STRING} ^sortnr=605250$
  3652. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-709chg-605250.html? [L,R=301]
  3653. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3654. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3655. RewriteCond %{QUERY_STRING} ^sortnr=608000$
  3656. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-709chg-605250.html? [L,R=301]
  3657. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3658. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3659. RewriteCond %{QUERY_STRING} ^sortnr=7000790$
  3660. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-510khfs-7000791.html? [L,R=301]
  3661. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3662. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3663. RewriteCond %{QUERY_STRING} ^sortnr=7000791$
  3664. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/n-510khfs-7000791.html? [L,R=301]
  3665. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3666. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3667. RewriteCond %{QUERY_STRING} ^sortnr=700400$
  3668. RewriteRule ^.*$ http://www.physikinstrumente.de/unternehmen-pi/messtechnik.html? [L,R=301]
  3669. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3670. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3671. RewriteCond %{QUERY_STRING} ^sortnr=700500.00$
  3672. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3673. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3674. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3675. RewriteCond %{QUERY_STRING} ^sortnr=700500.10$
  3676. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3677. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3678. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3679. RewriteCond %{QUERY_STRING} ^sortnr=700500.12$
  3680. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3681. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3682. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3683. RewriteCond %{QUERY_STRING} ^sortnr=700500.20$
  3684. RewriteRule ^.*$ http://www.physikinstrumente.de/technologie/elektromotoren.html? [L,R=301]
  3685. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3686. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3687. RewriteCond %{QUERY_STRING} ^sortnr=700800$
  3688. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-850-700800.html? [L,R=301]
  3689. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3690. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3691. RewriteCond %{QUERY_STRING} ^sortnr=700801$
  3692. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-850-700800.html? [L,R=301]
  3693. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3694. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3695. RewriteCond %{QUERY_STRING} ^sortnr=700805$
  3696. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-845-700805.html? [L,R=301]
  3697. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3698. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3699. RewriteCond %{QUERY_STRING} ^sortnr=700808$
  3700. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-850kmld-700808.html? [L,R=301]
  3701. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3702. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3703. RewriteCond %{QUERY_STRING} ^sortnr=700810$
  3704. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-840-700810.html? [L,R=301]
  3705. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3706. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3707. RewriteCond %{QUERY_STRING} ^sortnr=700811$
  3708. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-840-700810.html? [L,R=301]
  3709. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3710. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3711. RewriteCond %{QUERY_STRING} ^sortnr=700815$
  3712. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-824-700815.html? [L,R=301]
  3713. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3714. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3715. RewriteCond %{QUERY_STRING} ^sortnr=700816$
  3716. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-824-700815.html? [L,R=301]
  3717. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3718. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3719. RewriteCond %{QUERY_STRING} ^sortnr=700820$
  3720. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-206-700820.html? [L,R=301]
  3721. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3722. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3723. RewriteCond %{QUERY_STRING} ^sortnr=700821$
  3724. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-206-700820.html? [L,R=301]
  3725. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3726. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3727. RewriteCond %{QUERY_STRING} ^sortnr=700825$
  3728. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-206-700820.html? [L,R=301]
  3729. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3730. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3731. RewriteCond %{QUERY_STRING} ^sortnr=700850$
  3732. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-911knmv-700850.html? [L,R=301]
  3733. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3734. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3735. RewriteCond %{QUERY_STRING} ^sortnr=700860$
  3736. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-850ktvh-700861.html? [L,R=301]
  3737. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3738. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3739. RewriteCond %{QUERY_STRING} ^sortnr=700870$
  3740. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-850kwah-700870.html? [L,R=301]
  3741. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3742. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3743. RewriteCond %{QUERY_STRING} ^sortnr=700880$
  3744. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-810-700880.html? [L,R=301]
  3745. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3746. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3747. RewriteCond %{QUERY_STRING} ^sortnr=700881$
  3748. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-810-700880.html? [L,R=301]
  3749. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3750. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3751. RewriteCond %{QUERY_STRING} ^sortnr=700882$
  3752. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-810-700880.html? [L,R=301]
  3753. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3754. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3755. RewriteCond %{QUERY_STRING} ^sortnr=700885$
  3756. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-850khth-700895.html? [L,R=301]
  3757. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3758. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3759. RewriteCond %{QUERY_STRING} ^sortnr=700886$
  3760. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-811-700884.html? [L,R=301]
  3761. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3762. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3763. RewriteCond %{QUERY_STRING} ^sortnr=700887$
  3764. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-850khlc-700887.html? [L,R=301]
  3765. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3766. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3767. RewriteCond %{QUERY_STRING} ^sortnr=700888$
  3768. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-811-700884.html? [L,R=301]
  3769. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3770. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3771. RewriteCond %{QUERY_STRING} ^sortnr=700890$
  3772. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-850klah-700890.html? [L,R=301]
  3773. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3774. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3775. RewriteCond %{QUERY_STRING} ^sortnr=700895$
  3776. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-850khth-700895.html? [L,R=301]
  3777. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3778. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3779. RewriteCond %{QUERY_STRING} ^sortnr=700900$
  3780. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3781. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3782. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3783. RewriteCond %{QUERY_STRING} ^sortnr=700950$
  3784. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-880-700950.html? [L,R=301]
  3785. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3786. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3787. RewriteCond %{QUERY_STRING} ^sortnr=701000$
  3788. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/v-106-701000.html? [L,R=301]
  3789. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3790. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3791. RewriteCond %{QUERY_STRING} ^sortnr=701100$
  3792. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3793. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3794. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3795. RewriteCond %{QUERY_STRING} ^sortnr=701300$
  3796. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-105-m-106-701300.html? [L,R=301]
  3797. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3798. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3799. RewriteCond %{QUERY_STRING} ^sortnr=701400$
  3800. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3801. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3802. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3803. RewriteCond %{QUERY_STRING} ^sortnr=701500$
  3804. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3805. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3806. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3807. RewriteCond %{QUERY_STRING} ^sortnr=701600$
  3808. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-110-m-111-m-112-701650.html? [L,R=301]
  3809. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3810. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3811. RewriteCond %{QUERY_STRING} ^sortnr=701650$
  3812. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-110-m-111-m-112-701650.html? [L,R=301]
  3813. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3814. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3815. RewriteCond %{QUERY_STRING} ^sortnr=701660$
  3816. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-122-701660.html? [L,R=301]
  3817. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3818. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3819. RewriteCond %{QUERY_STRING} ^sortnr=701700$
  3820. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-126-701700.html? [L,R=301]
  3821. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3822. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3823. RewriteCond %{QUERY_STRING} ^sortnr=701700.00$
  3824. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3825. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3826. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3827. RewriteCond %{QUERY_STRING} ^sortnr=701750$
  3828. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-403-701750.html? [L,R=301]
  3829. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3830. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3831. RewriteCond %{QUERY_STRING} ^sortnr=701752$
  3832. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-404-701751.html? [L,R=301]
  3833. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3834. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3835. RewriteCond %{QUERY_STRING} ^sortnr=701754$
  3836. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-413-701754.html? [L,R=301]
  3837. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3838. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3839. RewriteCond %{QUERY_STRING} ^sortnr=701756$
  3840. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-414-701755.html? [L,R=301]
  3841. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3842. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3843. RewriteCond %{QUERY_STRING} ^sortnr=701760$
  3844. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-417-701760.html? [L,R=301]
  3845. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3846. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3847. RewriteCond %{QUERY_STRING} ^sortnr=701800$
  3848. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-406-71801.html? [L,R=301]
  3849. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3850. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3851. RewriteCond %{QUERY_STRING} ^sortnr=701801$
  3852. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-406-71801.html? [L,R=301]
  3853. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3854. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3855. RewriteCond %{QUERY_STRING} ^sortnr=701810$
  3856. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-403ksts-701810.html? [L,R=301]
  3857. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3858. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3859. RewriteCond %{QUERY_STRING} ^sortnr=701820$
  3860. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-110kgla-701820.html? [L,R=301]
  3861. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3862. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3863. RewriteCond %{QUERY_STRING} ^sortnr=701900$
  3864. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-605-701900.html? [L,R=301]
  3865. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3866. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3867. RewriteCond %{QUERY_STRING} ^sortnr=702000$
  3868. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-406-71801.html? [L,R=301]
  3869. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3870. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3871. RewriteCond %{QUERY_STRING} ^sortnr=702100$
  3872. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-511-m-521-m-531-702100.html? [L,R=301]
  3873. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3874. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3875. RewriteCond %{QUERY_STRING} ^sortnr=702150$
  3876. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-511hd-702150.html? [L,R=301]
  3877. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3878. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3879. RewriteCond %{QUERY_STRING} ^sortnr=702200$
  3880. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-714-702200.html? [L,R=301]
  3881. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3882. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3883. RewriteCond %{QUERY_STRING} ^sortnr=702220$
  3884. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-900k-702220.html? [L,R=301]
  3885. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3886. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3887. RewriteCond %{QUERY_STRING} ^sortnr=702400$
  3888. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-501-702400.html? [L,R=301]
  3889. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3890. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3891. RewriteCond %{QUERY_STRING} ^sortnr=702450$
  3892. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-451-702450.html? [L,R=301]
  3893. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3894. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3895. RewriteCond %{QUERY_STRING} ^sortnr=702500$
  3896. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-660-703070.html? [L,R=301]
  3897. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3898. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3899. RewriteCond %{QUERY_STRING} ^sortnr=702500.00$
  3900. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3901. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3902. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3903. RewriteCond %{QUERY_STRING} ^sortnr=702700$
  3904. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-060-m-061-m-062-703100.html? [L,R=301]
  3905. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3906. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3907. RewriteCond %{QUERY_STRING} ^sortnr=702900$
  3908. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-660-703070.html? [L,R=301]
  3909. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3910. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3911. RewriteCond %{QUERY_STRING} ^sortnr=703000$
  3912. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-060-m-061-m-062-703100.html? [L,R=301]
  3913. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3914. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3915. RewriteCond %{QUERY_STRING} ^sortnr=703050$
  3916. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-116-703050.html? [L,R=301]
  3917. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3918. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3919. RewriteCond %{QUERY_STRING} ^sortnr=703060$
  3920. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/u-628-703060.html? [L,R=301]
  3921. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3922. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3923. RewriteCond %{QUERY_STRING} ^sortnr=7030690$
  3924. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/u-624-7030690.html? [L,R=301]
  3925. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3926. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3927. RewriteCond %{QUERY_STRING} ^sortnr=703070$
  3928. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-660-703070.html? [L,R=301]
  3929. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3930. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3931. RewriteCond %{QUERY_STRING} ^sortnr=703100$
  3932. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-060-m-061-m-062-703100.html? [L,R=301]
  3933. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3934. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3935. RewriteCond %{QUERY_STRING} ^sortnr=703200.00$
  3936. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-041-m-044-70320000.html? [L,R=301]
  3937. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3938. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3939. RewriteCond %{QUERY_STRING} ^sortnr=703200.10$
  3940. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-041-m-044-70320000.html? [L,R=301]
  3941. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3942. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3943. RewriteCond %{QUERY_STRING} ^sortnr=703300$
  3944. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-227-703300.html? [L,R=301]
  3945. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3946. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3947. RewriteCond %{QUERY_STRING} ^sortnr=703350$
  3948. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-228-m-229-703380.html? [L,R=301]
  3949. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3950. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3951. RewriteCond %{QUERY_STRING} ^sortnr=703370$
  3952. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-228-m-229-703380.html? [L,R=301]
  3953. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3954. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3955. RewriteCond %{QUERY_STRING} ^sortnr=703380$
  3956. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-228-m-229-703380.html? [L,R=301]
  3957. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3958. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3959. RewriteCond %{QUERY_STRING} ^sortnr=703400$
  3960. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-230-703400.html? [L,R=301]
  3961. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3962. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3963. RewriteCond %{QUERY_STRING} ^sortnr=703410$
  3964. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-227kvla-703410.html? [L,R=301]
  3965. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3966. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3967. RewriteCond %{QUERY_STRING} ^sortnr=703420$
  3968. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-230kcla-703420.html? [L,R=301]
  3969. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3970. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3971. RewriteCond %{QUERY_STRING} ^sortnr=703430$
  3972. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-238khla-703430.html? [L,R=301]
  3973. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3974. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3975. RewriteCond %{QUERY_STRING} ^sortnr=703500$
  3976. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-231-703500.html? [L,R=301]
  3977. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3978. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3979. RewriteCond %{QUERY_STRING} ^sortnr=703600$
  3980. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-232-703600.html? [L,R=301]
  3981. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3982. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3983. RewriteCond %{QUERY_STRING} ^sortnr=703700$
  3984. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-235-703700.html? [L,R=301]
  3985. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3986. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3987. RewriteCond %{QUERY_STRING} ^sortnr=703750$
  3988. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-238-703750.html? [L,R=301]
  3989. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3990. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3991. RewriteCond %{QUERY_STRING} ^sortnr=703800$
  3992. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-168-703800.html? [L,R=301]
  3993. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3994. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3995. RewriteCond %{QUERY_STRING} ^sortnr=703900$
  3996. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  3997. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  3998. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  3999. RewriteCond %{QUERY_STRING} ^sortnr=704100$
  4000. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-853-p-854-704100.html? [L,R=301]
  4001. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4002. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4003. RewriteCond %{QUERY_STRING} ^sortnr=704200$
  4004. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-631-m-632-m-633-704200.html? [L,R=301]
  4005. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4006. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4007. RewriteCond %{QUERY_STRING} ^sortnr=704300$
  4008. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-619-m-626-704300.html? [L,R=301]
  4009. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4010. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4011. RewriteCond %{QUERY_STRING} ^sortnr=704400$
  4012. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-653-m-655-704400.html? [L,R=301]
  4013. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4014. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4015. RewriteCond %{QUERY_STRING} ^sortnr=704500$
  4016. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4017. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4018. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4019. RewriteCond %{QUERY_STRING} ^sortnr=704550$
  4020. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4021. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4022. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4023. RewriteCond %{QUERY_STRING} ^sortnr=704600$
  4024. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4025. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4026. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4027. RewriteCond %{QUERY_STRING} ^sortnr=704600.10$
  4028. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4029. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4030. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4031. RewriteCond %{QUERY_STRING} ^sortnr=704600.15$
  4032. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4033. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4034. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4035. RewriteCond %{QUERY_STRING} ^sortnr=704600.20$
  4036. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4037. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4038. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4039. RewriteCond %{QUERY_STRING} ^sortnr=704600.25$
  4040. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4041. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4042. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4043. RewriteCond %{QUERY_STRING} ^sortnr=704600.30$
  4044. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4045. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4046. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4047. RewriteCond %{QUERY_STRING} ^sortnr=704600.35$
  4048. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4049. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4050. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4051. RewriteCond %{QUERY_STRING} ^sortnr=704600.40$
  4052. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4053. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4054. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4055. RewriteCond %{QUERY_STRING} ^sortnr=704600.45$
  4056. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4057. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4058. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4059. RewriteCond %{QUERY_STRING} ^sortnr=704600.50$
  4060. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4061. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4062. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4063. RewriteCond %{QUERY_STRING} ^sortnr=704600.55$
  4064. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4065. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4066. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4067. RewriteCond %{QUERY_STRING} ^sortnr=704600.60$
  4068. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4069. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4070. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4071. RewriteCond %{QUERY_STRING} ^sortnr=704600.65$
  4072. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4073. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4074. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4075. RewriteCond %{QUERY_STRING} ^sortnr=704600.70$
  4076. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4077. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4078. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4079. RewriteCond %{QUERY_STRING} ^sortnr=800200$
  4080. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/h-206-700820.html? [L,R=301]
  4081. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4082. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4083. RewriteCond %{QUERY_STRING} ^sortnr=800350$
  4084. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4085. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4086. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4087. RewriteCond %{QUERY_STRING} ^sortnr=800370$
  4088. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4089. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4090. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4091. RewriteCond %{QUERY_STRING} ^sortnr=800400$
  4092. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4093. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4094. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4095. RewriteCond %{QUERY_STRING} ^sortnr=800500$
  4096. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6113-201700.html? [L,R=301]
  4097. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4098. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4099. RewriteCond %{QUERY_STRING} ^sortnr=800600$
  4100. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/f-130-f-131-800600.html? [L,R=301]
  4101. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4102. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4103. RewriteCond %{QUERY_STRING} ^sortnr=800800$
  4104. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/f-130-f-131-800600.html? [L,R=301]
  4105. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4106. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4107. RewriteCond %{QUERY_STRING} ^sortnr=800900$
  4108. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/f-130-f-131-800600.html? [L,R=301]
  4109. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4110. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4111. RewriteCond %{QUERY_STRING} ^sortnr=801000$
  4112. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4113. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4114. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4115. RewriteCond %{QUERY_STRING} ^sortnr=900300$
  4116. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4117. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4118. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4119. RewriteCond %{QUERY_STRING} ^sortnr=900550$
  4120. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-663-900551.html? [L,R=301]
  4121. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4122. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4123. RewriteCond %{QUERY_STRING} ^sortnr=900551$
  4124. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-663-900551.html? [L,R=301]
  4125. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4126. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4127. RewriteCond %{QUERY_STRING} ^sortnr=900600$
  4128. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-863-900606.html? [L,R=301]
  4129. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4130. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4131. RewriteCond %{QUERY_STRING} ^sortnr=900605$
  4132. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-863-900606.html? [L,R=301]
  4133. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4134. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4135. RewriteCond %{QUERY_STRING} ^sortnr=900606$
  4136. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-863-900606.html? [L,R=301]
  4137. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4138. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4139. RewriteCond %{QUERY_STRING} ^sortnr=900607$
  4140. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-884-900607.html? [L,R=301]
  4141. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4142. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4143. RewriteCond %{QUERY_STRING} ^sortnr=900610$
  4144. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-861-900610.html? [L,R=301]
  4145. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4146. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4147. RewriteCond %{QUERY_STRING} ^sortnr=900620$
  4148. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-862-900620.html? [L,R=301]
  4149. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4150. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4151. RewriteCond %{QUERY_STRING} ^sortnr=900622$
  4152. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-872-900680.html? [L,R=301]
  4153. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4154. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4155. RewriteCond %{QUERY_STRING} ^sortnr=900625$
  4156. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-872-900680.html? [L,R=301]
  4157. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4158. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4159. RewriteCond %{QUERY_STRING} ^sortnr=900630$
  4160. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-871-900630.html? [L,R=301]
  4161. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4162. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4163. RewriteCond %{QUERY_STRING} ^sortnr=900640$
  4164. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/e-870-900640.html? [L,R=301]
  4165. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4166. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4167. RewriteCond %{QUERY_STRING} ^sortnr=900660$
  4168. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-867-900670.html? [L,R=301]
  4169. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4170. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4171. RewriteCond %{QUERY_STRING} ^sortnr=900670$
  4172. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-867-900670.html? [L,R=301]
  4173. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4174. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4175. RewriteCond %{QUERY_STRING} ^sortnr=900680$
  4176. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-872-900680.html? [L,R=301]
  4177. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4178. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4179. RewriteCond %{QUERY_STRING} ^sortnr=900690$
  4180. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-867oe-900690.html? [L,R=301]
  4181. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4182. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4183. RewriteCond %{QUERY_STRING} ^sortnr=900750$
  4184. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-884-900607.html? [L,R=301]
  4185. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4186. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4187. RewriteCond %{QUERY_STRING} ^sortnr=900800$
  4188. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-887-900800.html? [L,R=301]
  4189. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4190. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4191. RewriteCond %{QUERY_STRING} ^sortnr=900810$
  4192. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-887311-900810.html? [L,R=301]
  4193. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4194. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4195. RewriteCond %{QUERY_STRING} ^sortnr=900930$
  4196. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-702-900930.html? [L,R=301]
  4197. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4198. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4199. RewriteCond %{QUERY_STRING} ^sortnr=900950$
  4200. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/c-843-900950.html? [L,R=301]
  4201. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4202. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4203. RewriteCond %{QUERY_STRING} ^sortnr=900970$
  4204. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4205. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4206. RewriteCond %{REQUEST_URI} ^/de/produkte/prdetail.php$
  4207. RewriteCond %{QUERY_STRING} ^sortnr=901200$
  4208. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4209. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4210. RewriteCond %{REQUEST_URI} ^/de/produkte/prorder.php$
  4211. RewriteCond %{QUERY_STRING} ^sortnr=101750$
  4212. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-225-101750.html? [L,R=301]
  4213. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4214. RewriteCond %{REQUEST_URI} ^/de/produkte/prorder.php$
  4215. RewriteCond %{QUERY_STRING} ^sortnr=703380$
  4216. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/m-228-m-229-703380.html? [L,R=301]
  4217. Redirect 301 /de/produkte/section10/index.php http://www.physikinstrumente.de/produkte/piezomotoren.html
  4218. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4219. RewriteCond %{REQUEST_URI} ^/de/produkte/section7/modelle.php$
  4220. RewriteCond %{QUERY_STRING} ^table=all$
  4221. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4222. Redirect 301 /de/produkte/software/index.php http://www.physikinstrumente.de/technologie/motion-control-software.html
  4223. Redirect 301 /de/produkte/vakuum/index.php http://www.physikinstrumente.de/technologie/vakuum.html
  4224. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4225. RewriteCond %{REQUEST_URI} ^/en/news/fullnews.php$
  4226. RewriteCond %{QUERY_STRING} ^newsid=65$
  4227. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte/nexline-schreitantriebe.html? [L,R=301]
  4228. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4229. RewriteCond %{REQUEST_URI} ^/products/prdetail.php$
  4230. RewriteCond %{QUERY_STRING} ^secid=1-35$
  4231. RewriteRule ^.*$ http://www.physikinstrumente.de/produkte.html? [L,R=301]
  4232. RewriteCond %{HTTP_HOST} ^www.physikinstrumente.de$ [NC]
  4233. RewriteCond %{REQUEST_URI} ^/products/prdetail.php$
  4234. RewriteCond %{QUERY_STRING} ^sortnr=202300$
  4235. RewriteRule ^.*$ http://www.physikinstrumente.de/produkt-detailseite/p-6201-p-6291-202300.html? [L,R=301]
  4236. Redirect 301 /products/section7/piezo_motor_index.htm http://www.physikinstrumente.de/produkte/motorisierte-linearaktoren.html
  4237.  
  4238. # ENDE www.physikinstrumente.de
  4239.  
  4240.  
  4241. ### ENDE 2014-09-17: Rewrites für Relaunch
  4242.  
  4243.  
  4244.  
  4245. RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L]
  4246. RewriteRule ^typo3$ typo3/index_re.php [L]
  4247. RewriteCond %{REQUEST_FILENAME} !-f
  4248. RewriteCond %{REQUEST_FILENAME} !-d
  4249. RewriteCond %{REQUEST_FILENAME} !-l
  4250. RewriteRule .* /index.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement