Skip to content

Instantly share code, notes, and snippets.

@soar
Created March 16, 2016 08:42
Show Gist options
  • Save soar/dd454201635ee97c707c to your computer and use it in GitHub Desktop.
Save soar/dd454201635ee97c707c to your computer and use it in GitHub Desktop.
Where to place your code? To .htaccess!
DirectoryIndex index.php
RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-l
#RewriteRule ^(.*)$ ./index.php
FileETag MTime Size
<FilesMatch "\.(css|ico)$">
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault A6048000
</IfModule>
<IfModule mod_headers.c>
Header set Cache-Control "public"
Header set Expires "Thu, 15 Apr 2019 20:00:00 GMT"
</IfModule>
</FilesMatch>
RewriteRule ^index.html$ index.php
RewriteRule ^download_([0-9]+)[/]?$ download.php?file_id=$1&%{QUERY_STRING}
RewriteRule ^p([0-9]+)[/]?$ index.php?prog_id=$1&%{QUERY_STRING}
RewriteRule ^c([0-9]+)[/]?$ index.php?cate_id=$1&%{QUERY_STRING}
RewriteRule ^k([0-9]+)[/]?$ index.php?kate_id=$1&%{QUERY_STRING}
RewriteRule ^sistema[/]?$ index.php?cate_id=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya[/]?$ index.php?kate_id=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/comodo_dragon_16_2_1_0[/]?$ index.php?prog_id=1812&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/comodo_dragon_16_2_1_0/edit[/]?$ index.php?prog_id=1812&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/panda_cloud_antivirus_3_0_1[/]?$ index.php?prog_id=2546&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/panda_cloud_antivirus_3_0_1/edit[/]?$ index.php?prog_id=2546&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/speedfan_4_46[/]?$ index.php?prog_id=1987&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/speedfan_4_46/edit[/]?$ index.php?prog_id=1987&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/gilisoft_dvd_ripper__3_0_1[/]?$ index.php?prog_id=2142&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/gilisoft_dvd_ripper__3_0_1/edit[/]?$ index.php?prog_id=2142&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/enigma_virtual_box_3_80_build_20111222[/]?$ index.php?prog_id=1789&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/enigma_virtual_box_3_80_build_20111222/edit[/]?$ index.php?prog_id=1789&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/avg_internet_security__8_5_416[/]?$ index.php?prog_id=609&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/avg_internet_security__8_5_416/edit[/]?$ index.php?prog_id=609&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/advanced_system_optimizer__3_0_609_4664[/]?$ index.php?prog_id=711&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/advanced_system_optimizer__3_0_609_4664/edit[/]?$ index.php?prog_id=711&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/second_copy_7_1_0_33[/]?$ index.php?prog_id=353&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/second_copy_7_1_0_33/edit[/]?$ index.php?prog_id=353&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/benutec_ramcleaner__7_1[/]?$ index.php?prog_id=276&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/benutec_ramcleaner__7_1/edit[/]?$ index.php?prog_id=276&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/teamviewer__7_0_12979[/]?$ index.php?prog_id=1909&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/teamviewer__7_0_12979/edit[/]?$ index.php?prog_id=1909&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/advanced_systemcare_5_3_0_245[/]?$ index.php?prog_id=1967&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/advanced_systemcare_5_3_0_245/edit[/]?$ index.php?prog_id=1967&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/amd_catalyst__12_3_whql[/]?$ index.php?prog_id=1907&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/amd_catalyst__12_3_whql/edit[/]?$ index.php?prog_id=1907&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/ccleaner_3_14[/]?$ index.php?prog_id=1787&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/ccleaner_3_14/edit[/]?$ index.php?prog_id=1787&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/simnet_uninstaller__2_4_5_1[/]?$ index.php?prog_id=1318&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/simnet_uninstaller__2_4_5_1/edit[/]?$ index.php?prog_id=1318&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/classic_shell_3_6_2[/]?$ index.php?prog_id=2136&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/classic_shell_3_6_2/edit[/]?$ index.php?prog_id=2136&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/punto_switcher__3_3_1_build_362[/]?$ index.php?prog_id=2508&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/punto_switcher__3_3_1_build_362/edit[/]?$ index.php?prog_id=2508&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/antirun_2_3[/]?$ index.php?prog_id=1644&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/antirun_2_3/edit[/]?$ index.php?prog_id=1644&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/anvir_task_manager_7_5_2[/]?$ index.php?prog_id=2332&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/anvir_task_manager_7_5_2/edit[/]?$ index.php?prog_id=2332&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/avira_free_antivirus_2013_13_0_0_3885[/]?$ index.php?prog_id=2354&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/avira_free_antivirus_2013_13_0_0_3885/edit[/]?$ index.php?prog_id=2354&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/nero_burnlite_10_0_10600[/]?$ index.php?prog_id=1335&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/nero_burnlite_10_0_10600/edit[/]?$ index.php?prog_id=1335&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/elektrik_7_1[/]?$ index.php?prog_id=1765&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/elektrik_7_1/edit[/]?$ index.php?prog_id=1765&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/axialis_iconworkshop_professional_6_50_retail[/]?$ index.php?prog_id=470&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/axialis_iconworkshop_professional_6_50_retail/edit[/]?$ index.php?prog_id=470&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/returnil_virtual_system_2010_home_lux_3_0_6517_4958[/]?$ index.php?prog_id=732&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/returnil_virtual_system_2010_home_lux_3_0_6517_4958/edit[/]?$ index.php?prog_id=732&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/tvtool_9_7[/]?$ index.php?prog_id=506&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/tvtool_9_7/edit[/]?$ index.php?prog_id=506&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/netsetman_3_0_2[/]?$ index.php?prog_id=1001&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/netsetman_3_0_2/edit[/]?$ index.php?prog_id=1001&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/ashampoo_snap__3_20[/]?$ index.php?prog_id=511&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/ashampoo_snap__3_20/edit[/]?$ index.php?prog_id=511&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/lightbox_free_image_editor_2_0[/]?$ index.php?prog_id=1179&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/lightbox_free_image_editor_2_0/edit[/]?$ index.php?prog_id=1179&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/outpost_firewall_pro_7_6_3984_639_1842[/]?$ index.php?prog_id=2131&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/outpost_firewall_pro_7_6_3984_639_1842/edit[/]?$ index.php?prog_id=2131&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/nvidia_geforce_driver_344_60_whql[/]?$ index.php?prog_id=2633&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/nvidia_geforce_driver_344_60_whql/edit[/]?$ index.php?prog_id=2633&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/total_power_control_1_02[/]?$ index.php?prog_id=913&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/total_power_control_1_02/edit[/]?$ index.php?prog_id=913&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/k-lite_mega_codec_pack_10_4_0[/]?$ index.php?prog_id=2495&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/k-lite_mega_codec_pack_10_4_0/edit[/]?$ index.php?prog_id=2495&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/disktrix_ultimatedefrag_2008_2_0_0_55[/]?$ index.php?prog_id=617&%{QUERY_STRING}
RewriteRule ^sistema/avtomatizatsiya/disktrix_ultimatedefrag_2008_2_0_0_55/edit[/]?$ index.php?prog_id=617&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory[/]?$ index.php?kate_id=3&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/powerarchiver_2010_professional_11_60_23[/]?$ index.php?prog_id=684&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/powerarchiver_2010_professional_11_60_23/edit[/]?$ index.php?prog_id=684&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/rar_recovery_toolbox_1_1_10_21_retail[/]?$ index.php?prog_id=478&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/rar_recovery_toolbox_1_1_10_21_retail/edit[/]?$ index.php?prog_id=478&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/winrar_x86-32__x86-64_3_93[/]?$ index.php?prog_id=1270&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/winrar_x86-32__x86-64_3_93/edit[/]?$ index.php?prog_id=1270&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/7-zip_9_20[/]?$ index.php?prog_id=1313&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/7-zip_9_20/edit[/]?$ index.php?prog_id=1313&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/winzip_14_0_build_8652[/]?$ index.php?prog_id=699&%{QUERY_STRING}
RewriteRule ^sistema/arkhivatory/winzip_14_0_build_8652/edit[/]?$ index.php?prog_id=699&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vneshnie_ustroystva[/]?$ index.php?kate_id=4&%{QUERY_STRING}
RewriteRule ^sistema/vneshnie_ustroystva/[/]?$ index.php?prog_id=&%{QUERY_STRING}
RewriteRule ^sistema/vneshnie_ustroystva//edit[/]?$ index.php?prog_id=&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie[/]?$ index.php?kate_id=5&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/acronis_bootcd_2012_grub4dos_edition_4[/]?$ index.php?prog_id=2123&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/acronis_bootcd_2012_grub4dos_edition_4/edit[/]?$ index.php?prog_id=2123&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/getdataback_for_fat_ntfs_4_0_0_2[/]?$ index.php?prog_id=603&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/getdataback_for_fat_ntfs_4_0_0_2/edit[/]?$ index.php?prog_id=603&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/recuva_1_30_435[/]?$ index.php?prog_id=585&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/recuva_1_30_435/edit[/]?$ index.php?prog_id=585&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/bad_copy_pro_4_10[/]?$ index.php?prog_id=749&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/bad_copy_pro_4_10/edit[/]?$ index.php?prog_id=749&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/r-studio_5_2_130695[/]?$ index.php?prog_id=990&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/r-studio_5_2_130695/edit[/]?$ index.php?prog_id=990&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/d-soft_flash_doctor_1_0_4_rc1[/]?$ index.php?prog_id=1098&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/d-soft_flash_doctor_1_0_4_rc1/edit[/]?$ index.php?prog_id=1098&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/parted_magic_4_8[/]?$ index.php?prog_id=859&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/parted_magic_4_8/edit[/]?$ index.php?prog_id=859&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/norton_bootable_recovery_tool_1_5_0_28[/]?$ index.php?prog_id=1381&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/norton_bootable_recovery_tool_1_5_0_28/edit[/]?$ index.php?prog_id=1381&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/recover_my_files_4_0_4_build_448[/]?$ index.php?prog_id=673&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/recover_my_files_4_0_4_build_448/edit[/]?$ index.php?prog_id=673&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/victoria_3_5[/]?$ index.php?prog_id=861&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/victoria_3_5/edit[/]?$ index.php?prog_id=861&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/stop_sms_uni_boot_3_9_9[/]?$ index.php?prog_id=2378&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/stop_sms_uni_boot_3_9_9/edit[/]?$ index.php?prog_id=2378&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/windows_repair__all_in_one____portable__1_9_1[/]?$ index.php?prog_id=2126&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/windows_repair__all_in_one____portable__1_9_1/edit[/]?$ index.php?prog_id=2126&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/windows_repair__all_in_one___1_9_15[/]?$ index.php?prog_id=2336&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/windows_repair__all_in_one___1_9_15/edit[/]?$ index.php?prog_id=2336&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/active__file_recovery__7_5_1[/]?$ index.php?prog_id=694&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/active__file_recovery__7_5_1/edit[/]?$ index.php?prog_id=694&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/deep_freeze_standard_6_53_020_2763[/]?$ index.php?prog_id=525&%{QUERY_STRING}
RewriteRule ^sistema/vosstanovlenie/deep_freeze_standard_6_53_020_2763/edit[/]?$ index.php?prog_id=525&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika[/]?$ index.php?kate_id=6&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/taskbar_meter_1_0[/]?$ index.php?prog_id=705&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/taskbar_meter_1_0/edit[/]?$ index.php?prog_id=705&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/belarc_advisor_8_1_2_0[/]?$ index.php?prog_id=359&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/belarc_advisor_8_1_2_0/edit[/]?$ index.php?prog_id=359&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/bluescreenview_1_35[/]?$ index.php?prog_id=1616&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/bluescreenview_1_35/edit[/]?$ index.php?prog_id=1616&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/sisoftware_sandra_engineer_standard_2010_4_16_36__sp1a[/]?$ index.php?prog_id=1010&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/sisoftware_sandra_engineer_standard_2010_4_16_36__sp1a/edit[/]?$ index.php?prog_id=1010&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/memtest86_3_5a[/]?$ index.php?prog_id=1326&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/memtest86_3_5a/edit[/]?$ index.php?prog_id=1326&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/sisoftware_sandra_pro_business__2009_5_15_build_96_sp3[/]?$ index.php?prog_id=236&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/sisoftware_sandra_pro_business__2009_5_15_build_96_sp3/edit[/]?$ index.php?prog_id=236&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/3dmark06__advanced_edition_1_2_0_1901[/]?$ index.php?prog_id=893&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/3dmark06__advanced_edition_1_2_0_1901/edit[/]?$ index.php?prog_id=893&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/heaven_benchmark_2_5[/]?$ index.php?prog_id=1466&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/heaven_benchmark_2_5/edit[/]?$ index.php?prog_id=1466&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/hard_disk_sentinel_professional_3_00_build_3736[/]?$ index.php?prog_id=714&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/hard_disk_sentinel_professional_3_00_build_3736/edit[/]?$ index.php?prog_id=714&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/occt_4_3_1[/]?$ index.php?prog_id=2029&%{QUERY_STRING}
RewriteRule ^sistema/diagnostika/occt_4_3_1/edit[/]?$ index.php?prog_id=2029&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly[/]?$ index.php?kate_id=7&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol__2_0_3_6731[/]?$ index.php?prog_id=2587&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol__2_0_3_6731/edit[/]?$ index.php?prog_id=2587&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__5_0_1_0406[/]?$ index.php?prog_id=2716&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__5_0_1_0406/edit[/]?$ index.php?prog_id=2716&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/acronis_bootdvd_2015_grub4dos_edition_34__12_4_2015[/]?$ index.php?prog_id=2922&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/acronis_bootdvd_2015_grub4dos_edition_34__12_4_2015/edit[/]?$ index.php?prog_id=2922&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__10_2_0_0115[/]?$ index.php?prog_id=2945&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__10_2_0_0115/edit[/]?$ index.php?prog_id=2945&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/acronis_disk_director_suite_10_0_2239[/]?$ index.php?prog_id=636&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/acronis_disk_director_suite_10_0_2239/edit[/]?$ index.php?prog_id=636&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/wintoflash_pro_1_1_0001[/]?$ index.php?prog_id=2847&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/wintoflash_pro_1_1_0001/edit[/]?$ index.php?prog_id=2847&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_10_0_0_54[/]?$ index.php?prog_id=2801&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_10_0_0_54/edit[/]?$ index.php?prog_id=2801&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/yumi___0_0_8_2[/]?$ index.php?prog_id=2182&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/yumi___0_0_8_2/edit[/]?$ index.php?prog_id=2182&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/batchrename_pro_3_42[/]?$ index.php?prog_id=649&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/batchrename_pro_3_42/edit[/]?$ index.php?prog_id=649&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0335[/]?$ index.php?prog_id=2321&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0335/edit[/]?$ index.php?prog_id=2321&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_45_4[/]?$ index.php?prog_id=1923&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_45_4/edit[/]?$ index.php?prog_id=1923&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/dvdfab_virtual_drive_1_5_0_0[/]?$ index.php?prog_id=2417&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/dvdfab_virtual_drive_1_5_0_0/edit[/]?$ index.php?prog_id=2417&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager__2013[/]?$ index.php?prog_id=2353&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager__2013/edit[/]?$ index.php?prog_id=2353&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_with_sptd_1_86_4_49_1[/]?$ index.php?prog_id=2486&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_with_sptd_1_86_4_49_1/edit[/]?$ index.php?prog_id=2486&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/defraggler_2_11_560[/]?$ index.php?prog_id=2157&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/defraggler_2_11_560/edit[/]?$ index.php?prog_id=2157&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/auslogics_disk_defrag_free_3_5_0_0[/]?$ index.php?prog_id=2047&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/auslogics_disk_defrag_free_3_5_0_0/edit[/]?$ index.php?prog_id=2047&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_pro_advanced__4_35_0306[/]?$ index.php?prog_id=467&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_pro_advanced__4_35_0306/edit[/]?$ index.php?prog_id=467&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager_11_0_9887_free[/]?$ index.php?prog_id=1225&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager_11_0_9887_free/edit[/]?$ index.php?prog_id=1225&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/novicorp_wintoflash_0_7_0034_beta[/]?$ index.php?prog_id=1890&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/novicorp_wintoflash_0_7_0034_beta/edit[/]?$ index.php?prog_id=1890&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/treesize_professional_5_3_4_589_retail[/]?$ index.php?prog_id=871&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/treesize_professional_5_3_4_589_retail/edit[/]?$ index.php?prog_id=871&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/windows_8_usb_installer_maker_1_0_23_12[/]?$ index.php?prog_id=2209&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/windows_8_usb_installer_maker_1_0_23_12/edit[/]?$ index.php?prog_id=2209&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/ashampoo_magical_defrag_3_0_2[/]?$ index.php?prog_id=857&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/ashampoo_magical_defrag_3_0_2/edit[/]?$ index.php?prog_id=857&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_45_4__with_sptd_1_81[/]?$ index.php?prog_id=2064&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_45_4__with_sptd_1_81/edit[/]?$ index.php?prog_id=2064&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/raxco_perfectdisk_pro__x86-x64__repack_11_0_build_170_final[/]?$ index.php?prog_id=1039&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/raxco_perfectdisk_pro__x86-x64__repack_11_0_build_170_final/edit[/]?$ index.php?prog_id=1039&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/yumi__0_0_8_4[/]?$ index.php?prog_id=2199&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/yumi__0_0_8_4/edit[/]?$ index.php?prog_id=2199&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/rufus__2_2_build_668[/]?$ index.php?prog_id=2789&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/rufus__2_2_build_668/edit[/]?$ index.php?prog_id=2789&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/aml_free_disk_defrag__2_0_41[/]?$ index.php?prog_id=1780&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/aml_free_disk_defrag__2_0_41/edit[/]?$ index.php?prog_id=1780&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/getfoldersize_2_5_10[/]?$ index.php?prog_id=1956&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/getfoldersize_2_5_10/edit[/]?$ index.php?prog_id=1956&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0337[/]?$ index.php?prog_id=2348&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0337/edit[/]?$ index.php?prog_id=2348&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_46_1[/]?$ index.php?prog_id=2145&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_46_1/edit[/]?$ index.php?prog_id=2145&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52__2_0_2_3929[/]?$ index.php?prog_id=1925&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52__2_0_2_3929/edit[/]?$ index.php?prog_id=1925&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/hdclone_free_3_91[/]?$ index.php?prog_id=1100&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/hdclone_free_3_91/edit[/]?$ index.php?prog_id=1100&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52__2_0_2_build_5830[/]?$ index.php?prog_id=2425&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52__2_0_2_build_5830/edit[/]?$ index.php?prog_id=2425&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_48_1[/]?$ index.php?prog_id=2408&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__4_48_1/edit[/]?$ index.php?prog_id=2408&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/auslogics_disk_defrag__3_4_0_0[/]?$ index.php?prog_id=1897&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/auslogics_disk_defrag__3_4_0_0/edit[/]?$ index.php?prog_id=1897&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/iso_workshop_2_3[/]?$ index.php?prog_id=1893&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/iso_workshop_2_3/edit[/]?$ index.php?prog_id=1893&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52___2_0_2_build_4713[/]?$ index.php?prog_id=2161&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/alcohol_52___2_0_2_build_4713/edit[/]?$ index.php?prog_id=2161&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_total_defrag_2010__build_8713_32_64_bit[/]?$ index.php?prog_id=747&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_total_defrag_2010__build_8713_32_64_bit/edit[/]?$ index.php?prog_id=747&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__10_2_0_0112[/]?$ index.php?prog_id=2912&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite__10_2_0_0112/edit[/]?$ index.php?prog_id=2912&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_5_0_1_0407[/]?$ index.php?prog_id=2744&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_5_0_1_0407/edit[/]?$ index.php?prog_id=2744&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/easeus_partition_master__9_1_1_home[/]?$ index.php?prog_id=1881&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/easeus_partition_master__9_1_1_home/edit[/]?$ index.php?prog_id=1881&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/winsetupfromusb_1_2[/]?$ index.php?prog_id=2449&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/winsetupfromusb_1_2/edit[/]?$ index.php?prog_id=2449&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/rufus_1_4_7[/]?$ index.php?prog_id=2528&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/rufus_1_4_7/edit[/]?$ index.php?prog_id=2528&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/ashampoo_magical_defrag_2_34[/]?$ index.php?prog_id=946&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/ashampoo_magical_defrag_2_34/edit[/]?$ index.php?prog_id=946&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager_2014[/]?$ index.php?prog_id=2446&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/paragon_partition_manager_2014/edit[/]?$ index.php?prog_id=2446&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0333[/]?$ index.php?prog_id=2247&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/daemon_tools_lite_4_47_1_0333/edit[/]?$ index.php?prog_id=2247&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/o_o_defrag__professional_edition_11_6_build_4199[/]?$ index.php?prog_id=567&%{QUERY_STRING}
RewriteRule ^sistema/diski_i_fayly/o_o_defrag__professional_edition_11_6_build_4199/edit[/]?$ index.php?prog_id=567&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery[/]?$ index.php?kate_id=8&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_7209_whql[/]?$ index.php?prog_id=2509&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_7209_whql/edit[/]?$ index.php?prog_id=2509&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__14_4_whql[/]?$ index.php?prog_id=2510&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__14_4_whql/edit[/]?$ index.php?prog_id=2510&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__340_52_whql[/]?$ index.php?prog_id=2579&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__340_52_whql/edit[/]?$ index.php?prog_id=2579&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__340_52_whql[/]?$ index.php?prog_id=2580&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__340_52_whql/edit[/]?$ index.php?prog_id=2580&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__15_20_1065_whql[/]?$ index.php?prog_id=2846&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__15_20_1065_whql/edit[/]?$ index.php?prog_id=2846&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/slimdrivers_2_2_29035_11202[/]?$ index.php?prog_id=2291&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/slimdrivers_2_2_29035_11202/edit[/]?$ index.php?prog_id=2291&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_60_whql[/]?$ index.php?prog_id=2853&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_60_whql/edit[/]?$ index.php?prog_id=2853&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_48_whql[/]?$ index.php?prog_id=2624&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_48_whql/edit[/]?$ index.php?prog_id=2624&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7368_whql[/]?$ index.php?prog_id=2625&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7368_whql/edit[/]?$ index.php?prog_id=2625&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_1_build_3_whql[/]?$ index.php?prog_id=2855&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_1_build_3_whql/edit[/]?$ index.php?prog_id=2855&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/drivermax_7_44[/]?$ index.php?prog_id=2631&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/drivermax_7_44/edit[/]?$ index.php?prog_id=2631&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_physx_processor_driver___application_engines__9_11_0621[/]?$ index.php?prog_id=1613&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_physx_processor_driver___application_engines__9_11_0621/edit[/]?$ index.php?prog_id=1613&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_82_whql[/]?$ index.php?prog_id=2859&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_82_whql/edit[/]?$ index.php?prog_id=2859&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_8-9_series_legacy__341_81_whql[/]?$ index.php?prog_id=2860&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_8-9_series_legacy__341_81_whql/edit[/]?$ index.php?prog_id=2860&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_6-9_series_legacy_340_52_whql[/]?$ index.php?prog_id=2861&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_6-9_series_legacy_340_52_whql/edit[/]?$ index.php?prog_id=2861&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_65_whql[/]?$ index.php?prog_id=2636&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_65_whql/edit[/]?$ index.php?prog_id=2636&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7378_whql[/]?$ index.php?prog_id=2645&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7378_whql/edit[/]?$ index.php?prog_id=2645&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_omega_14_12_hdmi_hotfix[/]?$ index.php?prog_id=2665&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_omega_14_12_hdmi_hotfix/edit[/]?$ index.php?prog_id=2665&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_98_whql[/]?$ index.php?prog_id=2872&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__355_98_whql/edit[/]?$ index.php?prog_id=2872&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_75_whql[/]?$ index.php?prog_id=2644&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_75_whql/edit[/]?$ index.php?prog_id=2644&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__347_09_whql[/]?$ index.php?prog_id=2678&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__347_09_whql/edit[/]?$ index.php?prog_id=2678&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7409_whql[/]?$ index.php?prog_id=2679&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7409_whql/edit[/]?$ index.php?prog_id=2679&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/display_driver_uninstaller_13_6_0_0[/]?$ index.php?prog_id=2680&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/display_driver_uninstaller_13_6_0_0/edit[/]?$ index.php?prog_id=2680&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7624_whql[/]?$ index.php?prog_id=2877&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7624_whql/edit[/]?$ index.php?prog_id=2877&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_347_25_whql[/]?$ index.php?prog_id=2683&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_347_25_whql/edit[/]?$ index.php?prog_id=2683&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7432_whql[/]?$ index.php?prog_id=2695&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7432_whql/edit[/]?$ index.php?prog_id=2695&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_347_52_whql[/]?$ index.php?prog_id=2698&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_347_52_whql/edit[/]?$ index.php?prog_id=2698&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__358_59_whql[/]?$ index.php?prog_id=2888&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__358_59_whql/edit[/]?$ index.php?prog_id=2888&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_8-9_series_legacy_341_44_whql[/]?$ index.php?prog_id=2711&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_8-9_series_legacy_341_44_whql/edit[/]?$ index.php?prog_id=2711&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_6-7_series_legacy__309_08_whql[/]?$ index.php?prog_id=2710&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_6-7_series_legacy__309_08_whql/edit[/]?$ index.php?prog_id=2710&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7640_whql[/]?$ index.php?prog_id=2889&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7640_whql/edit[/]?$ index.php?prog_id=2889&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7459_whql[/]?$ index.php?prog_id=2729&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7459_whql/edit[/]?$ index.php?prog_id=2729&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___15_11_whql[/]?$ index.php?prog_id=2913&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___15_11_whql/edit[/]?$ index.php?prog_id=2913&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__359_06_whql[/]?$ index.php?prog_id=2916&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__359_06_whql/edit[/]?$ index.php?prog_id=2916&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__361_43_whql[/]?$ index.php?prog_id=2931&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__361_43_whql/edit[/]?$ index.php?prog_id=2931&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___15_12_whql[/]?$ index.php?prog_id=2930&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___15_12_whql/edit[/]?$ index.php?prog_id=2930&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_12_whql[/]?$ index.php?prog_id=2448&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_12_whql/edit[/]?$ index.php?prog_id=2448&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__361_91_whql[/]?$ index.php?prog_id=2964&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__361_91_whql/edit[/]?$ index.php?prog_id=2964&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__362_00_whql[/]?$ index.php?prog_id=2970&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__362_00_whql/edit[/]?$ index.php?prog_id=2970&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___16_2_1[/]?$ index.php?prog_id=2971&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_radeon_software_crimson___16_2_1/edit[/]?$ index.php?prog_id=2971&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/driver_sweeper_3_2_0[/]?$ index.php?prog_id=1688&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/driver_sweeper_3_2_0/edit[/]?$ index.php?prog_id=1688&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_omega_drivers_4_8_442[/]?$ index.php?prog_id=1557&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_omega_drivers_4_8_442/edit[/]?$ index.php?prog_id=1557&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_347_88_whql[/]?$ index.php?prog_id=2738&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_347_88_whql/edit[/]?$ index.php?prog_id=2738&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_7259whql[/]?$ index.php?prog_id=2552&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_7259whql/edit[/]?$ index.php?prog_id=2552&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_26[/]?$ index.php?prog_id=282&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_26/edit[/]?$ index.php?prog_id=282&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_33[/]?$ index.php?prog_id=576&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_33/edit[/]?$ index.php?prog_id=576&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_physx_system_software_9_09_0428[/]?$ index.php?prog_id=281&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_physx_system_software_9_09_0428/edit[/]?$ index.php?prog_id=281&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_driver_190_38[/]?$ index.php?prog_id=488&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_driver_190_38/edit[/]?$ index.php?prog_id=488&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_r2_30[/]?$ index.php?prog_id=501&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_r2_30/edit[/]?$ index.php?prog_id=501&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_60[/]?$ index.php?prog_id=1522&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_60/edit[/]?$ index.php?prog_id=1522&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_2_70_6733_winall_whql[/]?$ index.php?prog_id=2122&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_2_70_6733_winall_whql/edit[/]?$ index.php?prog_id=2122&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_6959_whql[/]?$ index.php?prog_id=2335&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_6959_whql/edit[/]?$ index.php?prog_id=2335&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_57[/]?$ index.php?prog_id=1420&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_57/edit[/]?$ index.php?prog_id=1420&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst_display_drivers_12_4_whql[/]?$ index.php?prog_id=1940&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst_display_drivers_12_4_whql/edit[/]?$ index.php?prog_id=1940&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware__258_96_whql[/]?$ index.php?prog_id=1220&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware__258_96_whql/edit[/]?$ index.php?prog_id=1220&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__12_10[/]?$ index.php?prog_id=2125&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__12_10/edit[/]?$ index.php?prog_id=2125&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware__197_13[/]?$ index.php?prog_id=958&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware__197_13/edit[/]?$ index.php?prog_id=958&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop_306_97_whql[/]?$ index.php?prog_id=2113&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop_306_97_whql/edit[/]?$ index.php?prog_id=2113&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r244[/]?$ index.php?prog_id=947&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r244/edit[/]?$ index.php?prog_id=947&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_270_61_whql[/]?$ index.php?prog_id=1512&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_270_61_whql/edit[/]?$ index.php?prog_id=1512&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7479_whql[/]?$ index.php?prog_id=2749&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7479_whql/edit[/]?$ index.php?prog_id=2749&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__13_8_beta_10[/]?$ index.php?prog_id=2377&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__13_8_beta_10/edit[/]?$ index.php?prog_id=2377&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7_1_72[/]?$ index.php?prog_id=1228&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7_1_72/edit[/]?$ index.php?prog_id=1228&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_legacy_307_83_whql[/]?$ index.php?prog_id=2232&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_legacy_307_83_whql/edit[/]?$ index.php?prog_id=2232&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_14_8_whql[/]?$ index.php?prog_id=2591&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_14_8_whql/edit[/]?$ index.php?prog_id=2591&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__314_07_whql[/]?$ index.php?prog_id=2228&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__314_07_whql/edit[/]?$ index.php?prog_id=2228&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_ion_driver_275_33_whql[/]?$ index.php?prog_id=1551&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_ion_driver_275_33_whql/edit[/]?$ index.php?prog_id=1551&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__359_00_whql[/]?$ index.php?prog_id=2910&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__359_00_whql/edit[/]?$ index.php?prog_id=2910&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7667_whql[/]?$ index.php?prog_id=2911&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7667_whql/edit[/]?$ index.php?prog_id=2911&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_260_89_whql[/]?$ index.php?prog_id=1264&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_260_89_whql/edit[/]?$ index.php?prog_id=1264&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_verde_296_10_whql[/]?$ index.php?prog_id=1885&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_verde_296_10_whql/edit[/]?$ index.php?prog_id=1885&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_62[/]?$ index.php?prog_id=1584&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_62/edit[/]?$ index.php?prog_id=1584&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_70[/]?$ index.php?prog_id=2001&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_70/edit[/]?$ index.php?prog_id=2001&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/microsoft_intellipoint_7_10_344[/]?$ index.php?prog_id=940&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/microsoft_intellipoint_7_10_344/edit[/]?$ index.php?prog_id=940&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_6829_whql[/]?$ index.php?prog_id=2240&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_01_6829_whql/edit[/]?$ index.php?prog_id=2240&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/paretologic_drivercure_1_5[/]?$ index.php?prog_id=849&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/paretologic_drivercure_1_5/edit[/]?$ index.php?prog_id=849&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/radeon_omega_driver_3_8_252[/]?$ index.php?prog_id=1555&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/radeon_omega_driver_3_8_252/edit[/]?$ index.php?prog_id=1555&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7___1_76[/]?$ index.php?prog_id=1387&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7___1_76/edit[/]?$ index.php?prog_id=1387&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_266_58_whql[/]?$ index.php?prog_id=1396&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_266_58_whql/edit[/]?$ index.php?prog_id=1396&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_196_75_whql[/]?$ index.php?prog_id=930&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_forceware_196_75_whql/edit[/]?$ index.php?prog_id=930&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst_display_drivers_13_1_whql[/]?$ index.php?prog_id=2203&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst_display_drivers_13_1_whql/edit[/]?$ index.php?prog_id=2203&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7503[/]?$ index.php?prog_id=2766&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__6_0_1_7503/edit[/]?$ index.php?prog_id=2766&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_61[/]?$ index.php?prog_id=1559&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_61/edit[/]?$ index.php?prog_id=1559&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__331_58_whql[/]?$ index.php?prog_id=2399&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__331_58_whql/edit[/]?$ index.php?prog_id=2399&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop[/]?$ index.php?prog_id=2086&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop/edit[/]?$ index.php?prog_id=2086&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__352_86_whql[/]?$ index.php?prog_id=2771&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__352_86_whql/edit[/]?$ index.php?prog_id=2771&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7509_whql[/]?$ index.php?prog_id=2773&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7509_whql/edit[/]?$ index.php?prog_id=2773&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_display_driver__196_21[/]?$ index.php?prog_id=864&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_display_driver__196_21/edit[/]?$ index.php?prog_id=864&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_11_whql[/]?$ index.php?prog_id=2602&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__344_11_whql/edit[/]?$ index.php?prog_id=2602&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver__r2_41[/]?$ index.php?prog_id=865&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver__r2_41/edit[/]?$ index.php?prog_id=865&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_9_whql[/]?$ index.php?prog_id=2382&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_9_whql/edit[/]?$ index.php?prog_id=2382&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7339_whql[/]?$ index.php?prog_id=2603&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7339_whql/edit[/]?$ index.php?prog_id=2603&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_53[/]?$ index.php?prog_id=1259&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_53/edit[/]?$ index.php?prog_id=1259&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_50[/]?$ index.php?prog_id=1215&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_50/edit[/]?$ index.php?prog_id=1215&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_58[/]?$ index.php?prog_id=1458&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_hd_audio_codec_driver_r2_58/edit[/]?$ index.php?prog_id=1458&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_335_23_whql[/]?$ index.php?prog_id=2483&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_335_23_whql/edit[/]?$ index.php?prog_id=2483&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__310_90_whql[/]?$ index.php?prog_id=2192&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__310_90_whql/edit[/]?$ index.php?prog_id=2192&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7183_whql[/]?$ index.php?prog_id=2485&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7183_whql/edit[/]?$ index.php?prog_id=2485&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__14_9_whql[/]?$ index.php?prog_id=2611&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__14_9_whql/edit[/]?$ index.php?prog_id=2611&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7520_whql[/]?$ index.php?prog_id=2783&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7520_whql/edit[/]?$ index.php?prog_id=2783&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_06_whql[/]?$ index.php?prog_id=2787&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_06_whql/edit[/]?$ index.php?prog_id=2787&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/intel_hd_graphics_14_51_4_15_26_8[/]?$ index.php?prog_id=1944&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/intel_hd_graphics_14_51_4_15_26_8/edit[/]?$ index.php?prog_id=1944&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__314_22_whql[/]?$ index.php?prog_id=2255&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__314_22_whql/edit[/]?$ index.php?prog_id=2255&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6809_winall[/]?$ index.php?prog_id=2198&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6809_winall/edit[/]?$ index.php?prog_id=2198&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_331_65[/]?$ index.php?prog_id=2406&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_331_65/edit[/]?$ index.php?prog_id=2406&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_ion_driver_280_26[/]?$ index.php?prog_id=1631&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_ion_driver_280_26/edit[/]?$ index.php?prog_id=1631&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_64[/]?$ index.php?prog_id=1633&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_64/edit[/]?$ index.php?prog_id=1633&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/drivermax_6_16[/]?$ index.php?prog_id=1851&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/drivermax_6_16/edit[/]?$ index.php?prog_id=1851&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7_1_78[/]?$ index.php?prog_id=1538&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/sptd_for_windows_2000_xp_2003_vista_windows_7_1_78/edit[/]?$ index.php?prog_id=1538&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__320_18_whql[/]?$ index.php?prog_id=2300&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__320_18_whql/edit[/]?$ index.php?prog_id=2300&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/dh_mobility_modder_net_1_1_1_0[/]?$ index.php?prog_id=245&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/dh_mobility_modder_net_1_1_1_0/edit[/]?$ index.php?prog_id=245&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__331_82_whql[/]?$ index.php?prog_id=2427&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__331_82_whql/edit[/]?$ index.php?prog_id=2427&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_327_23_whql[/]?$ index.php?prog_id=2381&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_327_23_whql/edit[/]?$ index.php?prog_id=2381&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7534_whql[/]?$ index.php?prog_id=2804&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7534_whql/edit[/]?$ index.php?prog_id=2804&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_66[/]?$ index.php?prog_id=1713&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_2_66/edit[/]?$ index.php?prog_id=1713&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_30_whql[/]?$ index.php?prog_id=2806&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_30_whql/edit[/]?$ index.php?prog_id=2806&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__337_91_whql[/]?$ index.php?prog_id=2536&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver__337_91_whql/edit[/]?$ index.php?prog_id=2536&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_verde__301_42_whql[/]?$ index.php?prog_id=1963&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_verde__301_42_whql/edit[/]?$ index.php?prog_id=1963&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_experience_1_0_1[/]?$ index.php?prog_id=2208&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_experience_1_0_1/edit[/]?$ index.php?prog_id=2208&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/driver_genius_professional_edition_9_0_0_186[/]?$ index.php?prog_id=844&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/driver_genius_professional_edition_9_0_0_186/edit[/]?$ index.php?prog_id=844&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__2_70_6722[/]?$ index.php?prog_id=2099&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__2_70_6722/edit[/]?$ index.php?prog_id=2099&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__335_28_xp[/]?$ index.php?prog_id=2488&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__335_28_xp/edit[/]?$ index.php?prog_id=2488&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7111_whql[/]?$ index.php?prog_id=2455&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7111_whql/edit[/]?$ index.php?prog_id=2455&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_ethernet_drivers__8_003_w8___7_061_w7___6_251_vista___5_800_xp[/]?$ index.php?prog_id=2102&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_ethernet_drivers__8_003_w8___7_061_w7___6_251_vista___5_800_xp/edit[/]?$ index.php?prog_id=2102&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__2_68_6602_whql[/]?$ index.php?prog_id=1908&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__2_68_6602_whql/edit[/]?$ index.php?prog_id=1908&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6873_whql[/]?$ index.php?prog_id=2271&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6873_whql/edit[/]?$ index.php?prog_id=2271&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst__6_11[/]?$ index.php?prog_id=1544&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/ati_catalyst__6_11/edit[/]?$ index.php?prog_id=1544&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/slimdrivers_2_2_4157_637[/]?$ index.php?prog_id=1528&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/slimdrivers_2_2_4157_637/edit[/]?$ index.php?prog_id=1528&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_332_21_whql[/]?$ index.php?prog_id=2456&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_332_21_whql/edit[/]?$ index.php?prog_id=2456&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_334_89_whql[/]?$ index.php?prog_id=2474&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_driver_334_89_whql/edit[/]?$ index.php?prog_id=2474&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_295_73_whql[/]?$ index.php?prog_id=1862&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_295_73_whql/edit[/]?$ index.php?prog_id=1862&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6937whql[/]?$ index.php?prog_id=2310&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_6937whql/edit[/]?$ index.php?prog_id=2310&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_337_88_whql[/]?$ index.php?prog_id=2534&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_337_88_whql/edit[/]?$ index.php?prog_id=2534&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_legacy__12_6_whql[/]?$ index.php?prog_id=2036&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_legacy__12_6_whql/edit[/]?$ index.php?prog_id=2036&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/rivatuner__2_24[/]?$ index.php?prog_id=534&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/rivatuner__2_24/edit[/]?$ index.php?prog_id=534&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/bluetooth_driver_installer_1_0_0_51[/]?$ index.php?prog_id=1094&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/bluetooth_driver_installer_1_0_0_51/edit[/]?$ index.php?prog_id=1094&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_285_58_i_285_62[/]?$ index.php?prog_id=1718&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_285_58_i_285_62/edit[/]?$ index.php?prog_id=1718&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7283_whql[/]?$ index.php?prog_id=2566&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers_6_01_7283_whql/edit[/]?$ index.php?prog_id=2566&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7083_whql[/]?$ index.php?prog_id=2414&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7083_whql/edit[/]?$ index.php?prog_id=2414&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__10_2[/]?$ index.php?prog_id=1545&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__10_2/edit[/]?$ index.php?prog_id=1545&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_69[/]?$ index.php?prog_id=1977&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio__2_69/edit[/]?$ index.php?prog_id=1977&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_15_1_dlya_windows_8_1[/]?$ index.php?prog_id=2317&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst_13_15_1_dlya_windows_8_1/edit[/]?$ index.php?prog_id=2317&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_whql[/]?$ index.php?prog_id=2825&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_whql/edit[/]?$ index.php?prog_id=2825&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_326_01_whql_dlya_windows_8_1[/]?$ index.php?prog_id=2318&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_326_01_whql_dlya_windows_8_1/edit[/]?$ index.php?prog_id=2318&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/cfosspeed_5_00_1560_32_64_bit__regged[/]?$ index.php?prog_id=932&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/cfosspeed_5_00_1560_32_64_bit__regged/edit[/]?$ index.php?prog_id=932&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__320_49_whql[/]?$ index.php?prog_id=2320&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__320_49_whql/edit[/]?$ index.php?prog_id=2320&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__307_32_whql[/]?$ index.php?prog_id=2178&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__307_32_whql/edit[/]?$ index.php?prog_id=2178&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__310_70_whql[/]?$ index.php?prog_id=2181&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce_desktop__310_70_whql/edit[/]?$ index.php?prog_id=2181&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__13_4_whql[/]?$ index.php?prog_id=2285&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst__13_4_whql/edit[/]?$ index.php?prog_id=2285&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7177_whql[/]?$ index.php?prog_id=2479&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/realtek_high_definition_audio_drivers__6_01_7177_whql/edit[/]?$ index.php?prog_id=2479&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_62_whql[/]?$ index.php?prog_id=2837&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/nvidia_geforce__353_62_whql/edit[/]?$ index.php?prog_id=2837&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_1_whql[/]?$ index.php?prog_id=2838&%{QUERY_STRING}
RewriteRule ^sistema/drayvery/amd_catalyst___15_7_1_whql/edit[/]?$ index.php?prog_id=2838&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/zapusk_programm[/]?$ index.php?kate_id=9&%{QUERY_STRING}
RewriteRule ^sistema/zapusk_programm/dosbox_0_74[/]?$ index.php?prog_id=1109&%{QUERY_STRING}
RewriteRule ^sistema/zapusk_programm/dosbox_0_74/edit[/]?$ index.php?prog_id=1109&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/zapusk_programm/exescript_3_0_8[/]?$ index.php?prog_id=737&%{QUERY_STRING}
RewriteRule ^sistema/zapusk_programm/exescript_3_0_8/edit[/]?$ index.php?prog_id=737&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring[/]?$ index.php?kate_id=10&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/geekbench__2_1_4[/]?$ index.php?prog_id=630&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/geekbench__2_1_4/edit[/]?$ index.php?prog_id=630&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_overdrive_3_0_1[/]?$ index.php?prog_id=227&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_overdrive_3_0_1/edit[/]?$ index.php?prog_id=227&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_12_01[/]?$ index.php?prog_id=1024&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_12_01/edit[/]?$ index.php?prog_id=1024&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_6_4[/]?$ index.php?prog_id=2049&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_6_4/edit[/]?$ index.php?prog_id=2049&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_57[/]?$ index.php?prog_id=1453&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_57/edit[/]?$ index.php?prog_id=1453&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan_4_39[/]?$ index.php?prog_id=485&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan_4_39/edit[/]?$ index.php?prog_id=485&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/fresh_diagnose_8_14[/]?$ index.php?prog_id=433&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/fresh_diagnose_8_14/edit[/]?$ index.php?prog_id=433&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/siw__system_information__2010_05_12[/]?$ index.php?prog_id=1103&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/siw__system_information__2010_05_12/edit[/]?$ index.php?prog_id=1103&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo32_3_20[/]?$ index.php?prog_id=612&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo32_3_20/edit[/]?$ index.php?prog_id=612&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate_edition__5_02[/]?$ index.php?prog_id=280&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate_edition__5_02/edit[/]?$ index.php?prog_id=280&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_3_9_3[/]?$ index.php?prog_id=1289&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_3_9_3/edit[/]?$ index.php?prog_id=1289&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner__2_2_0[/]?$ index.php?prog_id=1932&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner__2_2_0/edit[/]?$ index.php?prog_id=1932&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/core_temp_0_99_5_27[/]?$ index.php?prog_id=500&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/core_temp_0_99_5_27/edit[/]?$ index.php?prog_id=500&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_3_5[/]?$ index.php?prog_id=614&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_3_5/edit[/]?$ index.php?prog_id=614&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/filemon_7_04[/]?$ index.php?prog_id=244&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/filemon_7_04/edit[/]?$ index.php?prog_id=244&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hd_tune_pro_4_01[/]?$ index.php?prog_id=945&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hd_tune_pro_4_01/edit[/]?$ index.php?prog_id=945&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_monitor_1_1[/]?$ index.php?prog_id=243&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_monitor_1_1/edit[/]?$ index.php?prog_id=243&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_3_0_0_beta_17[/]?$ index.php?prog_id=2422&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_3_0_0_beta_17/edit[/]?$ index.php?prog_id=2422&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sysinternals_suite_25_03_2010[/]?$ index.php?prog_id=992&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sysinternals_suite_25_03_2010/edit[/]?$ index.php?prog_id=992&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan__4_44[/]?$ index.php?prog_id=1599&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan__4_44/edit[/]?$ index.php?prog_id=1599&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/evga_precision__2_0_4[/]?$ index.php?prog_id=1660&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/evga_precision__2_0_4/edit[/]?$ index.php?prog_id=1660&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/scanner__steffen_gerlach__2_13[/]?$ index.php?prog_id=2050&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/scanner__steffen_gerlach__2_13/edit[/]?$ index.php?prog_id=2050&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_5_8[/]?$ index.php?prog_id=1824&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_5_8/edit[/]?$ index.php?prog_id=1824&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan_4_47[/]?$ index.php?prog_id=2085&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan_4_47/edit[/]?$ index.php?prog_id=2085&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_58[/]?$ index.php?prog_id=1578&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_58/edit[/]?$ index.php?prog_id=1578&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_sp1s_18_28[/]?$ index.php?prog_id=1820&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_sp1s_18_28/edit[/]?$ index.php?prog_id=1820&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_5_5[/]?$ index.php?prog_id=1651&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_5_5/edit[/]?$ index.php?prog_id=1651&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/system_stability_tester_1_5_0[/]?$ index.php?prog_id=1959&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/system_stability_tester_1_5_0/edit[/]?$ index.php?prog_id=1959&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/real_temp__3_70[/]?$ index.php?prog_id=1818&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/real_temp__3_70/edit[/]?$ index.php?prog_id=1818&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/nvidia_inspector_1_9_6_4[/]?$ index.php?prog_id=1924&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/nvidia_inspector_1_9_6_4/edit[/]?$ index.php?prog_id=1924&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_83[/]?$ index.php?prog_id=2800&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_83/edit[/]?$ index.php?prog_id=2800&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo32_3_80[/]?$ index.php?prog_id=1542&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo32_3_80/edit[/]?$ index.php?prog_id=1542&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_6_0[/]?$ index.php?prog_id=1896&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_6_0/edit[/]?$ index.php?prog_id=1896&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_69[/]?$ index.php?prog_id=2491&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_69/edit[/]?$ index.php?prog_id=2491&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_2_2_3[/]?$ index.php?prog_id=2035&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_2_2_3/edit[/]?$ index.php?prog_id=2035&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_4_5_0[/]?$ index.php?prog_id=1918&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_4_5_0/edit[/]?$ index.php?prog_id=1918&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_63[/]?$ index.php?prog_id=2223&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_63/edit[/]?$ index.php?prog_id=2223&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/soluto_1_1_1132_0[/]?$ index.php?prog_id=1431&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/soluto_1_1_1132_0/edit[/]?$ index.php?prog_id=1431&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2011c_v17_30[/]?$ index.php?prog_id=1378&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2011c_v17_30/edit[/]?$ index.php?prog_id=1378&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_4_0_3[/]?$ index.php?prog_id=1689&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_4_0_3/edit[/]?$ index.php?prog_id=1689&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_01_18_10[/]?$ index.php?prog_id=1744&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_01_18_10/edit[/]?$ index.php?prog_id=1744&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speccy_1_16_317[/]?$ index.php?prog_id=1981&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speccy_1_16_317/edit[/]?$ index.php?prog_id=1981&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/rainmeter_2_3_1_build_1510[/]?$ index.php?prog_id=2008&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/rainmeter_2_3_1_build_1510/edit[/]?$ index.php?prog_id=2008&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/nvidia_inspector__1_9_5_11[/]?$ index.php?prog_id=1870&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/nvidia_inspector__1_9_5_11/edit[/]?$ index.php?prog_id=1870&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_60[/]?$ index.php?prog_id=1872&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_60/edit[/]?$ index.php?prog_id=1872&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_6_5[/]?$ index.php?prog_id=2119&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_6_5/edit[/]?$ index.php?prog_id=2119&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner__2_3_1[/]?$ index.php?prog_id=2204&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner__2_3_1/edit[/]?$ index.php?prog_id=2204&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_3_0_0[/]?$ index.php?prog_id=2533&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_3_0_0/edit[/]?$ index.php?prog_id=2533&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_sp4__18_45[/]?$ index.php?prog_id=1941&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2012_sp4__18_45/edit[/]?$ index.php?prog_id=1941&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_overdrive__4_2_3_0625[/]?$ index.php?prog_id=2097&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_overdrive__4_2_3_0625/edit[/]?$ index.php?prog_id=2097&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu_0_7_1[/]?$ index.php?prog_id=2298&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu_0_7_1/edit[/]?$ index.php?prog_id=2298&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo_3_93[/]?$ index.php?prog_id=1853&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo_3_93/edit[/]?$ index.php?prog_id=1853&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo__4_48_2350[/]?$ index.php?prog_id=2660&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo__4_48_2350/edit[/]?$ index.php?prog_id=2660&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo_4_49_2360_beta[/]?$ index.php?prog_id=2674&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/hwinfo_4_49_2360_beta/edit[/]?$ index.php?prog_id=2674&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2015_1_21_15[/]?$ index.php?prog_id=2677&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2015_1_21_15/edit[/]?$ index.php?prog_id=2677&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_81[/]?$ index.php?prog_id=2689&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z__0_81/edit[/]?$ index.php?prog_id=2689&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_4_0_0[/]?$ index.php?prog_id=2598&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_4_0_0/edit[/]?$ index.php?prog_id=2598&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/system_explorer_3_7_0[/]?$ index.php?prog_id=1810&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/system_explorer_3_7_0/edit[/]?$ index.php?prog_id=1810&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_4_0[/]?$ index.php?prog_id=991&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/gpu-z_0_4_0/edit[/]?$ index.php?prog_id=991&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/furmark__1_10_3[/]?$ index.php?prog_id=2137&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/furmark__1_10_3/edit[/]?$ index.php?prog_id=2137&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2011_4_v17_43[/]?$ index.php?prog_id=1485&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite__2011_4_v17_43/edit[/]?$ index.php?prog_id=1485&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/taskinfo__9_0_0_300[/]?$ index.php?prog_id=829&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/taskinfo__9_0_0_300/edit[/]?$ index.php?prog_id=829&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/siw__system_info__2010_04_28[/]?$ index.php?prog_id=1067&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/siw__system_info__2010_04_28/edit[/]?$ index.php?prog_id=1067&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_system_monitor_0_91beta[/]?$ index.php?prog_id=1432&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/amd_system_monitor_0_91beta/edit[/]?$ index.php?prog_id=1432&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_59[/]?$ index.php?prog_id=1759&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z_1_59/edit[/]?$ index.php?prog_id=1759&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/taskinfo_9_2_0_320[/]?$ index.php?prog_id=1013&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/taskinfo_9_2_0_320/edit[/]?$ index.php?prog_id=1013&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/bootracer__3_0_final[/]?$ index.php?prog_id=1370&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/bootracer__3_0_final/edit[/]?$ index.php?prog_id=1370&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2011_1_17_15[/]?$ index.php?prog_id=1290&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/sisoftware_sandra_lite_2011_1_17_15/edit[/]?$ index.php?prog_id=1290&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_3_9_1[/]?$ index.php?prog_id=1265&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/crystaldiskinfo_3_9_1/edit[/]?$ index.php?prog_id=1265&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_14_1[/]?$ index.php?prog_id=1497&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_14_1/edit[/]?$ index.php?prog_id=1497&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate_and_corporate_edition_5_50_2100_final[/]?$ index.php?prog_id=1032&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate_and_corporate_edition_5_50_2100_final/edit[/]?$ index.php?prog_id=1032&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_11_33[/]?$ index.php?prog_id=258&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_11_33/edit[/]?$ index.php?prog_id=258&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_15_04[/]?$ index.php?prog_id=1675&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/process_explorer_15_04/edit[/]?$ index.php?prog_id=1675&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_2_3_0[/]?$ index.php?prog_id=2155&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/msi_afterburner_2_3_0/edit[/]?$ index.php?prog_id=2155&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z__1_72_1[/]?$ index.php?prog_id=2786&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/cpu-z__1_72_1/edit[/]?$ index.php?prog_id=2786&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/memtest86___5_01[/]?$ index.php?prog_id=2791&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/memtest86___5_01/edit[/]?$ index.php?prog_id=2791&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/tmonitor_1_01[/]?$ index.php?prog_id=641&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/tmonitor_1_01/edit[/]?$ index.php?prog_id=641&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/furmark_1_10_1[/]?$ index.php?prog_id=1953&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/furmark_1_10_1/edit[/]?$ index.php?prog_id=1953&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/3dmark_11_basic_1_03[/]?$ index.php?prog_id=1778&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/3dmark_11_basic_1_03/edit[/]?$ index.php?prog_id=1778&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan__4_42_final[/]?$ index.php?prog_id=1285&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/speedfan__4_42_final/edit[/]?$ index.php?prog_id=1285&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/3dmark_vantage_basic_edition_2013_1_00[/]?$ index.php?prog_id=2216&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/3dmark_vantage_basic_edition_2013_1_00/edit[/]?$ index.php?prog_id=2216&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/fluidmark_1_3_1[/]?$ index.php?prog_id=1614&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/fluidmark_1_3_1/edit[/]?$ index.php?prog_id=1614&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/webtemp_3_31[/]?$ index.php?prog_id=1141&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/webtemp_3_31/edit[/]?$ index.php?prog_id=1141&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate___corporate_edition_v5_30_build_1900_final[/]?$ index.php?prog_id=632&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/everest_ultimate___corporate_edition_v5_30_build_1900_final/edit[/]?$ index.php?prog_id=632&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/netspeedmonitor_2_5_4_0[/]?$ index.php?prog_id=1227&%{QUERY_STRING}
RewriteRule ^sistema/monitoring/netspeedmonitor_2_5_4_0/edit[/]?$ index.php?prog_id=1227&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka[/]?$ index.php?kate_id=11&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_7_manager_1_2_1[/]?$ index.php?prog_id=1029&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_7_manager_1_2_1/edit[/]?$ index.php?prog_id=1029&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_8200[/]?$ index.php?prog_id=2256&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_8200/edit[/]?$ index.php?prog_id=2256&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/wintools_net_professional__10_2_1[/]?$ index.php?prog_id=235&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/wintools_net_professional__10_2_1/edit[/]?$ index.php?prog_id=235&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/autoruns_11_1[/]?$ index.php?prog_id=1745&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/autoruns_11_1/edit[/]?$ index.php?prog_id=1745&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_server_update_services_1[/]?$ index.php?prog_id=261&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_server_update_services_1/edit[/]?$ index.php?prog_id=261&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_ot_nizaury_5_69[/]?$ index.php?prog_id=2334&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_ot_nizaury_5_69/edit[/]?$ index.php?prog_id=2334&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities__2012_v12_0_3010_52[/]?$ index.php?prog_id=1891&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities__2012_v12_0_3010_52/edit[/]?$ index.php?prog_id=1891&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/advanced_systemcare_personal_3_6_1_0[/]?$ index.php?prog_id=1203&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/advanced_systemcare_personal_3_6_1_0/edit[/]?$ index.php?prog_id=1203&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/7tweak__1_4[/]?$ index.php?prog_id=658&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/7tweak__1_4/edit[/]?$ index.php?prog_id=658&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_7_manager_1_1_2[/]?$ index.php?prog_id=512&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/windows_7_manager_1_1_2/edit[/]?$ index.php?prog_id=512&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/pc_wizard_2013_2_12[/]?$ index.php?prog_id=2398&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/pc_wizard_2013_2_12/edit[/]?$ index.php?prog_id=2398&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_3_17[/]?$ index.php?prog_id=1385&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_3_17/edit[/]?$ index.php?prog_id=1385&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities__2010__9_0_2000_16_final[/]?$ index.php?prog_id=712&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities__2010__9_0_2000_16_final/edit[/]?$ index.php?prog_id=712&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/wintuning_7__1_01[/]?$ index.php?prog_id=583&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/wintuning_7__1_01/edit[/]?$ index.php?prog_id=583&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/rt_se7en_lite_1_0_7[/]?$ index.php?prog_id=1129&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/rt_se7en_lite_1_0_7/edit[/]?$ index.php?prog_id=1129&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_2_22[/]?$ index.php?prog_id=1205&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/poleznye_sovety_dlya_windows_7_2_22/edit[/]?$ index.php?prog_id=1205&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/any_video_converter_free__3_1_1[/]?$ index.php?prog_id=1297&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/any_video_converter_free__3_1_1/edit[/]?$ index.php?prog_id=1297&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools__1_7_9_1537[/]?$ index.php?prog_id=1369&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools__1_7_9_1537/edit[/]?$ index.php?prog_id=1369&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/cpu-tweaker_1_5[/]?$ index.php?prog_id=1085&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/cpu-tweaker_1_5/edit[/]?$ index.php?prog_id=1085&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/amd_overdrive_4_0_4[/]?$ index.php?prog_id=1563&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/amd_overdrive_4_0_4/edit[/]?$ index.php?prog_id=1563&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/memset_4_1[/]?$ index.php?prog_id=1086&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/memset_4_1/edit[/]?$ index.php?prog_id=1086&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/system_mechanic_professional__9_5_7_13[/]?$ index.php?prog_id=1036&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/system_mechanic_professional__9_5_7_13/edit[/]?$ index.php?prog_id=1036&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/revo_uninstaller_pro_2_1_1[/]?$ index.php?prog_id=902&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/revo_uninstaller_pro_2_1_1/edit[/]?$ index.php?prog_id=902&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/amd_overdrive__4_2_0_594[/]?$ index.php?prog_id=1983&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/amd_overdrive__4_2_0_594/edit[/]?$ index.php?prog_id=1983&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_5700[/]?$ index.php?prog_id=1465&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_5700/edit[/]?$ index.php?prog_id=1465&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/comodo_system_cleaner__2_2_335611_5[/]?$ index.php?prog_id=1122&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/comodo_system_cleaner__2_2_335611_5/edit[/]?$ index.php?prog_id=1122&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1531[/]?$ index.php?prog_id=1348&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1531/edit[/]?$ index.php?prog_id=1348&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1573[/]?$ index.php?prog_id=1722&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1573/edit[/]?$ index.php?prog_id=1722&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_8000[/]?$ index.php?prog_id=1901&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_8000/edit[/]?$ index.php?prog_id=1901&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/mem_reduct_1_0[/]?$ index.php?prog_id=1728&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/mem_reduct_1_0/edit[/]?$ index.php?prog_id=1728&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/autoruns_11_22[/]?$ index.php?prog_id=1902&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/autoruns_11_22/edit[/]?$ index.php?prog_id=1902&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tcp_optimizer_3_0_7[/]?$ index.php?prog_id=1535&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tcp_optimizer_3_0_7/edit[/]?$ index.php?prog_id=1535&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_4100[/]?$ index.php?prog_id=1353&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_4100/edit[/]?$ index.php?prog_id=1353&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup__1_2_1_4900[/]?$ index.php?prog_id=1404&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup__1_2_1_4900/edit[/]?$ index.php?prog_id=1404&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1557[/]?$ index.php?prog_id=1508&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1557/edit[/]?$ index.php?prog_id=1508&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1541[/]?$ index.php?prog_id=1447&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ati_tray_tools_1_7_9_1541/edit[/]?$ index.php?prog_id=1447&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ashampoo_winoptimizer_6_60[/]?$ index.php?prog_id=891&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/ashampoo_winoptimizer_6_60/edit[/]?$ index.php?prog_id=891&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/winutilities__10_42[/]?$ index.php?prog_id=1858&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/winutilities__10_42/edit[/]?$ index.php?prog_id=1858&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/toolwiz_care_1_0_0_860[/]?$ index.php?prog_id=1859&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/toolwiz_care_1_0_0_860/edit[/]?$ index.php?prog_id=1859&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/nvidia_nforce_system_tools_6_05[/]?$ index.php?prog_id=316&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/nvidia_nforce_system_tools_6_05/edit[/]?$ index.php?prog_id=316&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/advanced_systemcare_personal_4_0_1_200[/]?$ index.php?prog_id=1547&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/advanced_systemcare_personal_4_0_1_200/edit[/]?$ index.php?prog_id=1547&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities_9_0_4100_18[/]?$ index.php?prog_id=1055&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/tuneup_utilities_9_0_4100_18/edit[/]?$ index.php?prog_id=1055&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_7900[/]?$ index.php?prog_id=1871&%{QUERY_STRING}
RewriteRule ^sistema/nastroyka/360amigo_system_speedup_1_2_1_7900/edit[/]?$ index.php?prog_id=1871&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka[/]?$ index.php?kate_id=12&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/dexpot_1_5[/]?$ index.php?prog_id=1104&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/dexpot_1_5/edit[/]?$ index.php?prog_id=1104&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xwidget___gadget_pack_1_8_3_415[/]?$ index.php?prog_id=2284&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xwidget___gadget_pack_1_8_3_415/edit[/]?$ index.php?prog_id=2284&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/atmosphere_deluxe_6[/]?$ index.php?prog_id=364&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/atmosphere_deluxe_6/edit[/]?$ index.php?prog_id=364&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/7_taskbar_tweaker__3_4[/]?$ index.php?prog_id=1869&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/7_taskbar_tweaker__3_4/edit[/]?$ index.php?prog_id=1869&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/process_explorer_15_2[/]?$ index.php?prog_id=1978&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/process_explorer_15_2/edit[/]?$ index.php?prog_id=1978&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/udobnoe_menyu___pusk____1_55[/]?$ index.php?prog_id=1979&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/udobnoe_menyu___pusk____1_55/edit[/]?$ index.php?prog_id=1979&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/process_explorer__15_23[/]?$ index.php?prog_id=2105&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/process_explorer__15_23/edit[/]?$ index.php?prog_id=2105&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/personalization_panel_dlya_windows_7_starter_i_home_basic_s_temami_i_avtopatchem[/]?$ index.php?prog_id=1854&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/personalization_panel_dlya_windows_7_starter_i_home_basic_s_temami_i_avtopatchem/edit[/]?$ index.php?prog_id=1854&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xplife_5_0[/]?$ index.php?prog_id=1328&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xplife_5_0/edit[/]?$ index.php?prog_id=1328&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/link_shell_extension_3_7_1_9[/]?$ index.php?prog_id=2092&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/link_shell_extension_3_7_1_9/edit[/]?$ index.php?prog_id=2092&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/true_launch_bar__5_1[/]?$ index.php?prog_id=1344&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/true_launch_bar__5_1/edit[/]?$ index.php?prog_id=1344&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/clover__3_0_325[/]?$ index.php?prog_id=2297&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/clover__3_0_325/edit[/]?$ index.php?prog_id=2297&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/novogodnie_elochki[/]?$ index.php?prog_id=1361&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/novogodnie_elochki/edit[/]?$ index.php?prog_id=1361&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/stablauncher_2_2[/]?$ index.php?prog_id=763&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/stablauncher_2_2/edit[/]?$ index.php?prog_id=763&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/krento_portable__1_4_397_25[/]?$ index.php?prog_id=978&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/krento_portable__1_4_397_25/edit[/]?$ index.php?prog_id=978&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/virtuawin_4_1[/]?$ index.php?prog_id=1108&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/virtuawin_4_1/edit[/]?$ index.php?prog_id=1108&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/uxtheme_multi-patcher__7_0_1[/]?$ index.php?prog_id=1201&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/uxtheme_multi-patcher__7_0_1/edit[/]?$ index.php?prog_id=1201&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/windowspace__2_0_5[/]?$ index.php?prog_id=306&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/windowspace__2_0_5/edit[/]?$ index.php?prog_id=306&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/system_explorer__2_7_1[/]?$ index.php?prog_id=1423&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/system_explorer__2_7_1/edit[/]?$ index.php?prog_id=1423&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xplife__4_2[/]?$ index.php?prog_id=1113&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/xplife__4_2/edit[/]?$ index.php?prog_id=1113&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/system_explorer_2_7_5[/]?$ index.php?prog_id=1478&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/system_explorer_2_7_5/edit[/]?$ index.php?prog_id=1478&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/classic_shell__3_6_5[/]?$ index.php?prog_id=2189&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/classic_shell__3_6_5/edit[/]?$ index.php?prog_id=2189&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/sysinternals_desktops_1_02[/]?$ index.php?prog_id=1107&%{QUERY_STRING}
RewriteRule ^sistema/obolochka/sysinternals_desktops_1_02/edit[/]?$ index.php?prog_id=1107&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska[/]?$ index.php?kate_id=13&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/total_uninstall_5_4_2[/]?$ index.php?prog_id=676&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/total_uninstall_5_4_2/edit[/]?$ index.php?prog_id=676&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/revo_uninstaller_pro_2_1_5[/]?$ index.php?prog_id=1012&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/revo_uninstaller_pro_2_1_5/edit[/]?$ index.php?prog_id=1012&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/wise_disk_cleaner__rus_4_81_207[/]?$ index.php?prog_id=628&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/wise_disk_cleaner__rus_4_81_207/edit[/]?$ index.php?prog_id=628&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/total_uninstall_5_5_1[/]?$ index.php?prog_id=918&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/total_uninstall_5_5_1/edit[/]?$ index.php?prog_id=918&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/perfect_uninstaller_6_3_3_8[/]?$ index.php?prog_id=1071&%{QUERY_STRING}
RewriteRule ^sistema/ochistka_diska/perfect_uninstaller_6_3_3_8/edit[/]?$ index.php?prog_id=1071&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/poisk[/]?$ index.php?kate_id=14&%{QUERY_STRING}
RewriteRule ^sistema/poisk/archivarius_3000_4_24[/]?$ index.php?prog_id=681&%{QUERY_STRING}
RewriteRule ^sistema/poisk/archivarius_3000_4_24/edit[/]?$ index.php?prog_id=681&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/poisk/e-gadgets_delete_duplicate_files_3_6_0_1_final[/]?$ index.php?prog_id=493&%{QUERY_STRING}
RewriteRule ^sistema/poisk/e-gadgets_delete_duplicate_files_3_6_0_1_final/edit[/]?$ index.php?prog_id=493&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami[/]?$ index.php?kate_id=15&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/techsmith_snagit_9_1_3_build_19[/]?$ index.php?prog_id=663&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/techsmith_snagit_9_1_3_build_19/edit[/]?$ index.php?prog_id=663&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/aerosnap_0_61b[/]?$ index.php?prog_id=2011&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/aerosnap_0_61b/edit[/]?$ index.php?prog_id=2011&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/techsmith_snagit_9_1_1_build_261[/]?$ index.php?prog_id=250&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/techsmith_snagit_9_1_1_build_261/edit[/]?$ index.php?prog_id=250&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/sizer_3_34[/]?$ index.php?prog_id=2093&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_oknami/sizer_3_34/edit[/]?$ index.php?prog_id=2093&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom[/]?$ index.php?kate_id=16&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/wise_registry_cleaner_rus_4_83_223[/]?$ index.php?prog_id=629&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/wise_registry_cleaner_rus_4_83_223/edit[/]?$ index.php?prog_id=629&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/uniblue_registry_booster_2009__4_1_0_17[/]?$ index.php?prog_id=568&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/uniblue_registry_booster_2009__4_1_0_17/edit[/]?$ index.php?prog_id=568&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/pagedefrag_2_32[/]?$ index.php?prog_id=247&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/pagedefrag_2_32/edit[/]?$ index.php?prog_id=247&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/registrybooster_2010_4_6_3_2[/]?$ index.php?prog_id=957&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/registrybooster_2010_4_6_3_2/edit[/]?$ index.php?prog_id=957&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/reg_organizer_5_0[/]?$ index.php?prog_id=773&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/reg_organizer_5_0/edit[/]?$ index.php?prog_id=773&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/registry_mechanic_8_0_0_900_build_2[/]?$ index.php?prog_id=279&%{QUERY_STRING}
RewriteRule ^sistema/rabota_s_reestrom/registry_mechanic_8_0_0_900_build_2/edit[/]?$ index.php?prog_id=279&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya[/]?$ index.php?kate_id=17&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/microsoft_visual_c___2005-2008-2010-2012_redistributable_package_hybri[/]?$ index.php?prog_id=2190&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/microsoft_visual_c___2005-2008-2010-2012_redistributable_package_hybri/edit[/]?$ index.php?prog_id=2190&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_runtime_environment_version_7_update_9[/]?$ index.php?prog_id=2162&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_runtime_environment_version_7_update_9/edit[/]?$ index.php?prog_id=2162&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/path2clipboard_1_0_9_88[/]?$ index.php?prog_id=937&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/path2clipboard_1_0_9_88/edit[/]?$ index.php?prog_id=937&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/hashtab_4_0_0_2[/]?$ index.php?prog_id=1553&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/hashtab_4_0_0_2/edit[/]?$ index.php?prog_id=1553&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/supercopier_2_beta_1_9[/]?$ index.php?prog_id=573&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/supercopier_2_beta_1_9/edit[/]?$ index.php?prog_id=573&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/resizeenable_1_4[/]?$ index.php?prog_id=730&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/resizeenable_1_4/edit[/]?$ index.php?prog_id=730&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_se_runtime_environment__8_update_72[/]?$ index.php?prog_id=2948&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_se_runtime_environment__8_update_72/edit[/]?$ index.php?prog_id=2948&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_se_runtime_environment__8_update_40[/]?$ index.php?prog_id=2724&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/java_se_runtime_environment__8_update_40/edit[/]?$ index.php?prog_id=2724&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/moo0_rightclicker_pro_1_31[/]?$ index.php?prog_id=502&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/moo0_rightclicker_pro_1_31/edit[/]?$ index.php?prog_id=502&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/aml_maple_2_52[/]?$ index.php?prog_id=1456&%{QUERY_STRING}
RewriteRule ^sistema/rasshireniya/aml_maple_2_52/edit[/]?$ index.php?prog_id=1456&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie[/]?$ index.php?kate_id=18&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootdvd_2013_grub4dos_edition_10[/]?$ index.php?prog_id=2314&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootdvd_2013_grub4dos_edition_10/edit[/]?$ index.php?prog_id=2314&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootcd_2015[/]?$ index.php?prog_id=2661&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootcd_2015/edit[/]?$ index.php?prog_id=2661&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery2014__free_edition_10_1_21_638[/]?$ index.php?prog_id=2547&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery2014__free_edition_10_1_21_638/edit[/]?$ index.php?prog_id=2547&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2013_16_0_0_5551[/]?$ index.php?prog_id=2111&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2013_16_0_0_5551/edit[/]?$ index.php?prog_id=2111&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_2014_premium_17_0_build_5560___acronis_disk_director_home_11_0_2343[/]?$ index.php?prog_id=2375&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_2014_premium_17_0_build_5560___acronis_disk_director_home_11_0_2343/edit[/]?$ index.php?prog_id=2375&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/cobian_backup_11_2_0_578[/]?$ index.php?prog_id=2010&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/cobian_backup_11_2_0_578/edit[/]?$ index.php?prog_id=2010&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_5_2_6433[/]?$ index.php?prog_id=2415&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_5_2_6433/edit[/]?$ index.php?prog_id=2415&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_edition_5_0_4620[/]?$ index.php?prog_id=1968&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_edition_5_0_4620/edit[/]?$ index.php?prog_id=1968&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/easeus_todo_backup__2_0[/]?$ index.php?prog_id=1375&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/easeus_todo_backup__2_0/edit[/]?$ index.php?prog_id=1375&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/clonezilla_livecd_1_2_6-40[/]?$ index.php?prog_id=1372&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/clonezilla_livecd_1_2_6-40/edit[/]?$ index.php?prog_id=1372&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/easeus_todo_backup_3_5[/]?$ index.php?prog_id=1721&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/easeus_todo_backup_3_5/edit[/]?$ index.php?prog_id=1721&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2012_plus_pack_build_6151_acronis_disk_director_11_home_update_2_build_2343[/]?$ index.php?prog_id=1795&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2012_plus_pack_build_6151_acronis_disk_director_11_home_update_2_build_2343/edit[/]?$ index.php?prog_id=1795&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery_2012_free__10_1_19_15786[/]?$ index.php?prog_id=2003&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery_2012_free__10_1_19_15786/edit[/]?$ index.php?prog_id=2003&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery__2012_free[/]?$ index.php?prog_id=1790&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/paragon_backup___recovery__2012_free/edit[/]?$ index.php?prog_id=1790&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2010_13_build_6053[/]?$ index.php?prog_id=1018&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2010_13_build_6053/edit[/]?$ index.php?prog_id=1018&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootcd_2012_grub4dos_edition[/]?$ index.php?prog_id=2124&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_bootcd_2012_grub4dos_edition/edit[/]?$ index.php?prog_id=2124&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/apbackup_3_5_5408[/]?$ index.php?prog_id=794&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/apbackup_3_5_5408/edit[/]?$ index.php?prog_id=794&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_5_0_4168[/]?$ index.php?prog_id=1776&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/macrium_reflect_free_5_0_4168/edit[/]?$ index.php?prog_id=1776&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/fbackup_4_6_build_250[/]?$ index.php?prog_id=1511&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/fbackup_4_6_build_250/edit[/]?$ index.php?prog_id=1511&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/fbackup__4_5_232[/]?$ index.php?prog_id=1294&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/fbackup__4_5_232/edit[/]?$ index.php?prog_id=1294&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/clonezilla_livecd_1_2_5[/]?$ index.php?prog_id=1125&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/clonezilla_livecd_1_2_5/edit[/]?$ index.php?prog_id=1125&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2009____addons__12_0_0_9809[/]?$ index.php?prog_id=848&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/acronis_true_image_home_2009____addons__12_0_0_9809/edit[/]?$ index.php?prog_id=848&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/r-drive_image_4_5_4509[/]?$ index.php?prog_id=517&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/r-drive_image_4_5_4509/edit[/]?$ index.php?prog_id=517&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/aomei_backupper_2_0[/]?$ index.php?prog_id=2505&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/aomei_backupper_2_0/edit[/]?$ index.php?prog_id=2505&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/backup42_2_5[/]?$ index.php?prog_id=446&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/backup42_2_5/edit[/]?$ index.php?prog_id=446&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/drivermax__5_1[/]?$ index.php?prog_id=434&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/drivermax__5_1/edit[/]?$ index.php?prog_id=434&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/drivermax_5_3[/]?$ index.php?prog_id=528&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/drivermax_5_3/edit[/]?$ index.php?prog_id=528&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/comodo_time_machine_2_3_124200_152_rc2[/]?$ index.php?prog_id=776&%{QUERY_STRING}
RewriteRule ^sistema/rezervnoe_kopirovanie/comodo_time_machine_2_3_124200_152_rc2/edit[/]?$ index.php?prog_id=776&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory[/]?$ index.php?kate_id=19&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/sisulizer_enterprise_edition_2008_285[/]?$ index.php?prog_id=290&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/sisulizer_enterprise_edition_2008_285/edit[/]?$ index.php?prog_id=290&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/lingobit_localizer_enterprise_6_0_5800[/]?$ index.php?prog_id=836&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/lingobit_localizer_enterprise_6_0_5800/edit[/]?$ index.php?prog_id=836&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/sisulizer_enterprise_edition_2008_303[/]?$ index.php?prog_id=1061&%{QUERY_STRING}
RewriteRule ^sistema/rusifikatory/sisulizer_enterprise_edition_2008_303/edit[/]?$ index.php?prog_id=1061&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva[/]?$ index.php?kate_id=20&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/htc_home_apis_3_0_build_621[/]?$ index.php?prog_id=1637&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/htc_home_apis_3_0_build_621/edit[/]?$ index.php?prog_id=1637&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/windows_7_themes[/]?$ index.php?prog_id=468&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/windows_7_themes/edit[/]?$ index.php?prog_id=468&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/win7_style_builder_1_5[/]?$ index.php?prog_id=713&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/win7_style_builder_1_5/edit[/]?$ index.php?prog_id=713&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/gerz_clock_2_3[/]?$ index.php?prog_id=682&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/gerz_clock_2_3/edit[/]?$ index.php?prog_id=682&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/iconto_5_2[/]?$ index.php?prog_id=1448&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/iconto_5_2/edit[/]?$ index.php?prog_id=1448&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/around_the_world_screensavers[/]?$ index.php?prog_id=233&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/around_the_world_screensavers/edit[/]?$ index.php?prog_id=233&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/custopack_tools__1_0_0_40[/]?$ index.php?prog_id=1376&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/custopack_tools__1_0_0_40/edit[/]?$ index.php?prog_id=1376&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/icon_converterplus_4_6[/]?$ index.php?prog_id=492&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/icon_converterplus_4_6/edit[/]?$ index.php?prog_id=492&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/folder_marker_pro_3_0_1_0[/]?$ index.php?prog_id=251&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/folder_marker_pro_3_0_1_0/edit[/]?$ index.php?prog_id=251&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/stardock_windowblinds_enhanced_6_4_build_73[/]?$ index.php?prog_id=553&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/stardock_windowblinds_enhanced_6_4_build_73/edit[/]?$ index.php?prog_id=553&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/iconcool_studio__6_56_build_90802[/]?$ index.php?prog_id=486&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/iconcool_studio__6_56_build_90802/edit[/]?$ index.php?prog_id=486&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/nexus_10_3[/]?$ index.php?prog_id=1077&%{QUERY_STRING}
RewriteRule ^sistema/ukrashatel_stva/nexus_10_3/edit[/]?$ index.php?prog_id=1077&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery[/]?$ index.php?kate_id=21&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_7_50a[/]?$ index.php?prog_id=928&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_7_50a/edit[/]?$ index.php?prog_id=928&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_7_50[/]?$ index.php?prog_id=409&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_7_50/edit[/]?$ index.php?prog_id=409&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_8_01[/]?$ index.php?prog_id=2045&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/total_commander_8_01/edit[/]?$ index.php?prog_id=2045&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/directory_opus_9_5_2[/]?$ index.php?prog_id=843&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/directory_opus_9_5_2/edit[/]?$ index.php?prog_id=843&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/far_manager_2_00_build_1420_86_64[/]?$ index.php?prog_id=1023&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/far_manager_2_00_build_1420_86_64/edit[/]?$ index.php?prog_id=1023&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/ultraexplorer_2_0_0_0[/]?$ index.php?prog_id=338&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/ultraexplorer_2_0_0_0/edit[/]?$ index.php?prog_id=338&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/far_manager_2_0_build_1086_x86[/]?$ index.php?prog_id=531&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/far_manager_2_0_build_1086_x86/edit[/]?$ index.php?prog_id=531&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/freecommander_2009_02[/]?$ index.php?prog_id=451&%{QUERY_STRING}
RewriteRule ^sistema/faylmenedzhery/freecommander_2009_02/edit[/]?$ index.php?prog_id=451&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/chasy[/]?$ index.php?kate_id=22&%{QUERY_STRING}
RewriteRule ^sistema/chasy/poweroff_6_2-08_beta_remastered__build_1809[/]?$ index.php?prog_id=821&%{QUERY_STRING}
RewriteRule ^sistema/chasy/poweroff_6_2-08_beta_remastered__build_1809/edit[/]?$ index.php?prog_id=821&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/chasy/poweroff_6_1-05_beta_remastered__build_0509[/]?$ index.php?prog_id=370&%{QUERY_STRING}
RewriteRule ^sistema/chasy/poweroff_6_1-05_beta_remastered__build_0509/edit[/]?$ index.php?prog_id=370&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya[/]?$ index.php?kate_id=101&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/security_presp4_9_6_11[/]?$ index.php?prog_id=333&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/security_presp4_9_6_11/edit[/]?$ index.php?prog_id=333&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework_3_5[/]?$ index.php?prog_id=738&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework_3_5/edit[/]?$ index.php?prog_id=738&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_runtimes_avgust_2009[/]?$ index.php?prog_id=570&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_runtimes_avgust_2009/edit[/]?$ index.php?prog_id=570&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/sp1__dlya_windows_7_kh86_build__7601_17514_101119-1850[/]?$ index.php?prog_id=1394&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/sp1__dlya_windows_7_kh86_build__7601_17514_101119-1850/edit[/]?$ index.php?prog_id=1394&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/security_service_pack_4_dlya_russkoy_windows_xp_sp3_10_3_24[/]?$ index.php?prog_id=975&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/security_service_pack_4_dlya_russkoy_windows_xp_sp3_10_3_24/edit[/]?$ index.php?prog_id=975&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_9_28_1886__fevral__2010[/]?$ index.php?prog_id=884&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_9_28_1886__fevral__2010/edit[/]?$ index.php?prog_id=884&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework__4_x86___x64_final[/]?$ index.php?prog_id=1037&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework__4_x86___x64_final/edit[/]?$ index.php?prog_id=1037&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_jun2010redist[/]?$ index.php?prog_id=1131&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/directx_jun2010redist/edit[/]?$ index.php?prog_id=1131&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework_3_5_service_pack_1__full_package[/]?$ index.php?prog_id=973&%{QUERY_STRING}
RewriteRule ^sistema/obnovleniya/microsoft__net_framework_3_5_service_pack_1__full_package/edit[/]?$ index.php?prog_id=973&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny[/]?$ index.php?kate_id=105&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_6_build_103037[/]?$ index.php?prog_id=2880&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_6_build_103037/edit[/]?$ index.php?prog_id=2880&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_free_7_0_1_2496824[/]?$ index.php?prog_id=2705&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_free_7_0_1_2496824/edit[/]?$ index.php?prog_id=2705&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_8_build_103449[/]?$ index.php?prog_id=2887&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_8_build_103449/edit[/]?$ index.php?prog_id=2887&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_0-73009[/]?$ index.php?prog_id=1605&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_0-73009/edit[/]?$ index.php?prog_id=1605&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_4_74291[/]?$ index.php?prog_id=1695&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_4_74291/edit[/]?$ index.php?prog_id=1695&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_4_r70112_final[/]?$ index.php?prog_id=1449&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_4_r70112_final/edit[/]?$ index.php?prog_id=1449&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_2-73507[/]?$ index.php?prog_id=1630&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_2-73507/edit[/]?$ index.php?prog_id=1630&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_16_build_105871[/]?$ index.php?prog_id=2978&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_16_build_105871/edit[/]?$ index.php?prog_id=2978&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_2_4-62431-win[/]?$ index.php?prog_id=1132&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_2_4-62431-win/edit[/]?$ index.php?prog_id=1132&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_12[/]?$ index.php?prog_id=1601&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_12/edit[/]?$ index.php?prog_id=1601&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_12-77218[/]?$ index.php?prog_id=1910&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_12-77218/edit[/]?$ index.php?prog_id=1910&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_8_build_71778[/]?$ index.php?prog_id=1532&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_8_build_71778/edit[/]?$ index.php?prog_id=1532&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_26_4_3_26-98988[/]?$ index.php?prog_id=2737&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_26_4_3_26-98988/edit[/]?$ index.php?prog_id=2737&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_2_12-68302-win[/]?$ index.php?prog_id=1333&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_2_12-68302-win/edit[/]?$ index.php?prog_id=1333&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_6-91406[/]?$ index.php?prog_id=2445&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_6-91406/edit[/]?$ index.php?prog_id=2445&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_6[/]?$ index.php?prog_id=2185&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_6/edit[/]?$ index.php?prog_id=2185&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__3_2_0_r61806_final[/]?$ index.php?prog_id=1110&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__3_2_0_r61806_final/edit[/]?$ index.php?prog_id=1110&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_3_1_3_324285[/]?$ index.php?prog_id=1452&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_3_1_3_324285/edit[/]?$ index.php?prog_id=1452&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_12-93733[/]?$ index.php?prog_id=2527&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_12-93733/edit[/]?$ index.php?prog_id=2527&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_10_build_104061[/]?$ index.php?prog_id=2905&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_10_build_104061/edit[/]?$ index.php?prog_id=2905&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_workstation_7_0_0_build_203739_final[/]?$ index.php?prog_id=690&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_workstation_7_0_0_build_203739_final/edit[/]?$ index.php?prog_id=690&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_4_0_0-69151[/]?$ index.php?prog_id=1366&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_4_0_0-69151/edit[/]?$ index.php?prog_id=1366&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_4[/]?$ index.php?prog_id=2134&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_4/edit[/]?$ index.php?prog_id=2134&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_2_8_83876[/]?$ index.php?prog_id=2234&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_2_8_83876/edit[/]?$ index.php?prog_id=2234&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_0-89960[/]?$ index.php?prog_id=2390&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_0-89960/edit[/]?$ index.php?prog_id=2390&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_1_10_76836[/]?$ index.php?prog_id=1887&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_1_10_76836/edit[/]?$ index.php?prog_id=1887&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_10_84104[/]?$ index.php?prog_id=2250&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_10_84104/edit[/]?$ index.php?prog_id=2250&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_1_6r59338_final[/]?$ index.php?prog_id=966&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtual_box_3_1_6r59338_final/edit[/]?$ index.php?prog_id=966&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_1_528992[/]?$ index.php?prog_id=1748&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_1_528992/edit[/]?$ index.php?prog_id=1748&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_6-71344[/]?$ index.php?prog_id=1514&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_6-71344/edit[/]?$ index.php?prog_id=1514&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_3_703057[/]?$ index.php?prog_id=1947&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_3_703057/edit[/]?$ index.php?prog_id=1947&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_28_build_100309[/]?$ index.php?prog_id=2768&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_28_build_100309/edit[/]?$ index.php?prog_id=2768&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_16-95972[/]?$ index.php?prog_id=2600&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_16-95972/edit[/]?$ index.php?prog_id=2600&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/sysinternals_disk2vhd[/]?$ index.php?prog_id=731&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/sysinternals_disk2vhd/edit[/]?$ index.php?prog_id=731&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_3_1_4_r57640_final[/]?$ index.php?prog_id=907&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_3_1_4_r57640_final/edit[/]?$ index.php?prog_id=907&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_0_2-69518-win[/]?$ index.php?prog_id=1398&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_0_2-69518-win/edit[/]?$ index.php?prog_id=1398&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_3_1_4_build_385536[/]?$ index.php?prog_id=1679&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_3_1_4_build_385536/edit[/]?$ index.php?prog_id=1679&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_5_0[/]?$ index.php?prog_id=2055&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_5_0/edit[/]?$ index.php?prog_id=2055&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_workstation_with_vmware_tools__7_0_1_build_227600_final[/]?$ index.php?prog_id=894&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_workstation_with_vmware_tools__7_0_1_build_227600_final/edit[/]?$ index.php?prog_id=894&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_10[/]?$ index.php?prog_id=1593&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_0_10/edit[/]?$ index.php?prog_id=1593&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_12_84980[/]?$ index.php?prog_id=2276&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_2_12_84980/edit[/]?$ index.php?prog_id=2276&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_14-95030[/]?$ index.php?prog_id=2569&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_3_14-95030/edit[/]?$ index.php?prog_id=2569&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_6-74713[/]?$ index.php?prog_id=1758&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox_4_1_6-74713/edit[/]?$ index.php?prog_id=1758&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_4-744019[/]?$ index.php?prog_id=1991&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_4_0_4-744019/edit[/]?$ index.php?prog_id=1991&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_2[/]?$ index.php?prog_id=2852&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__5_0_2/edit[/]?$ index.php?prog_id=2852&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_6_0_4-2249910[/]?$ index.php?prog_id=2629&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_6_0_4-2249910/edit[/]?$ index.php?prog_id=2629&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_20_96997[/]?$ index.php?prog_id=2651&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/virtualbox__4_3_20_96997/edit[/]?$ index.php?prog_id=2651&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_free__7_0_0_2305329[/]?$ index.php?prog_id=2659&%{QUERY_STRING}
RewriteRule ^sistema/virtual_nye_mashiny/vmware_player_free__7_0_0_2305329/edit[/]?$ index.php?prog_id=2659&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility[/]?$ index.php?kate_id=106&%{QUERY_STRING}
RewriteRule ^sistema/utility/lockhunter[/]?$ index.php?prog_id=2430&%{QUERY_STRING}
RewriteRule ^sistema/utility/lockhunter/edit[/]?$ index.php?prog_id=2430&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/cameyo__2_5_1153[/]?$ index.php?prog_id=2447&%{QUERY_STRING}
RewriteRule ^sistema/utility/cameyo__2_5_1153/edit[/]?$ index.php?prog_id=2447&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/javara__2_6[/]?$ index.php?prog_id=2726&%{QUERY_STRING}
RewriteRule ^sistema/utility/javara__2_6/edit[/]?$ index.php?prog_id=2726&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_lasso__8_9_0_0[/]?$ index.php?prog_id=2914&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_lasso__8_9_0_0/edit[/]?$ index.php?prog_id=2914&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_lasso__8_9_3_2[/]?$ index.php?prog_id=2944&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_lasso__8_9_3_2/edit[/]?$ index.php?prog_id=2944&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/restorator_2007_3_70_1729[/]?$ index.php?prog_id=510&%{QUERY_STRING}
RewriteRule ^sistema/utility/restorator_2007_3_70_1729/edit[/]?$ index.php?prog_id=510&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/close_all_windows_1_3[/]?$ index.php?prog_id=1276&%{QUERY_STRING}
RewriteRule ^sistema/utility/close_all_windows_1_3/edit[/]?$ index.php?prog_id=1276&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker__3_6_0_92_fx_1_4_14[/]?$ index.php?prog_id=2522&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker__3_6_0_92_fx_1_4_14/edit[/]?$ index.php?prog_id=2522&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/treesize_professional_5_3_2_575[/]?$ index.php?prog_id=755&%{QUERY_STRING}
RewriteRule ^sistema/utility/treesize_professional_5_3_2_575/edit[/]?$ index.php?prog_id=755&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/picpick_3_0_0[/]?$ index.php?prog_id=1451&%{QUERY_STRING}
RewriteRule ^sistema/utility/picpick_3_0_0/edit[/]?$ index.php?prog_id=1451&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_usb_dvd_download_tool_1_0[/]?$ index.php?prog_id=655&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_usb_dvd_download_tool_1_0/edit[/]?$ index.php?prog_id=655&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker__1_8_8[/]?$ index.php?prog_id=659&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker__1_8_8/edit[/]?$ index.php?prog_id=659&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/fontexpert_2011_11[/]?$ index.php?prog_id=1747&%{QUERY_STRING}
RewriteRule ^sistema/utility/fontexpert_2011_11/edit[/]?$ index.php?prog_id=1747&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_unlocker__1_1[/]?$ index.php?prog_id=2740&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_unlocker__1_1/edit[/]?$ index.php?prog_id=2740&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/sysinternals_autoruns_10_01[/]?$ index.php?prog_id=1146&%{QUERY_STRING}
RewriteRule ^sistema/utility/sysinternals_autoruns_10_01/edit[/]?$ index.php?prog_id=1146&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/takecontrolportable_1_0b2[/]?$ index.php?prog_id=745&%{QUERY_STRING}
RewriteRule ^sistema/utility/takecontrolportable_1_0b2/edit[/]?$ index.php?prog_id=745&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_music_edition_5_6_6[/]?$ index.php?prog_id=678&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_music_edition_5_6_6/edit[/]?$ index.php?prog_id=678&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/alldup_3_3_25[/]?$ index.php?prog_id=1816&%{QUERY_STRING}
RewriteRule ^sistema/utility/alldup_3_3_25/edit[/]?$ index.php?prog_id=1816&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/metamorphose_2__0_7_1_beta[/]?$ index.php?prog_id=1196&%{QUERY_STRING}
RewriteRule ^sistema/utility/metamorphose_2__0_7_1_beta/edit[/]?$ index.php?prog_id=1196&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/net_framework_cleanup_tool__2009-12-09[/]?$ index.php?prog_id=813&%{QUERY_STRING}
RewriteRule ^sistema/utility/net_framework_cleanup_tool__2009-12-09/edit[/]?$ index.php?prog_id=813&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/emco_unlock_it__2_0[/]?$ index.php?prog_id=1204&%{QUERY_STRING}
RewriteRule ^sistema/utility/emco_unlock_it__2_0/edit[/]?$ index.php?prog_id=1204&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/realtime_soft_ultramon_3_0_8_beta_x32_x64[/]?$ index.php?prog_id=833&%{QUERY_STRING}
RewriteRule ^sistema/utility/realtime_soft_ultramon_3_0_8_beta_x32_x64/edit[/]?$ index.php?prog_id=833&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/adobe_flash_player_10_0_22_87[/]?$ index.php?prog_id=450&%{QUERY_STRING}
RewriteRule ^sistema/utility/adobe_flash_player_10_0_22_87/edit[/]?$ index.php?prog_id=450&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_hacker___2_10[/]?$ index.php?prog_id=1384&%{QUERY_STRING}
RewriteRule ^sistema/utility/process_hacker___2_10/edit[/]?$ index.php?prog_id=1384&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/sumo_3_4_10_185[/]?$ index.php?prog_id=2143&%{QUERY_STRING}
RewriteRule ^sistema/utility/sumo_3_4_10_185/edit[/]?$ index.php?prog_id=2143&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_2_9_build_240[/]?$ index.php?prog_id=2330&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_2_9_build_240/edit[/]?$ index.php?prog_id=2330&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/ccleaner_2_31_1153[/]?$ index.php?prog_id=1076&%{QUERY_STRING}
RewriteRule ^sistema/utility/ccleaner_2_31_1153/edit[/]?$ index.php?prog_id=1076&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/errorer_home__3_6_2[/]?$ index.php?prog_id=842&%{QUERY_STRING}
RewriteRule ^sistema/utility/errorer_home__3_6_2/edit[/]?$ index.php?prog_id=842&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/snagit__9_1_3_19[/]?$ index.php?prog_id=703&%{QUERY_STRING}
RewriteRule ^sistema/utility/snagit__9_1_3_19/edit[/]?$ index.php?prog_id=703&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_picture_edition_1_7_7[/]?$ index.php?prog_id=679&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_picture_edition_1_7_7/edit[/]?$ index.php?prog_id=679&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_4_2_1[/]?$ index.php?prog_id=2293&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_4_2_1/edit[/]?$ index.php?prog_id=2293&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/d3doverrider_2_0[/]?$ index.php?prog_id=1775&%{QUERY_STRING}
RewriteRule ^sistema/utility/d3doverrider_2_0/edit[/]?$ index.php?prog_id=1775&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/mobile_net_switch_3_79[/]?$ index.php?prog_id=696&%{QUERY_STRING}
RewriteRule ^sistema/utility/mobile_net_switch_3_79/edit[/]?$ index.php?prog_id=696&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_2_8_2[/]?$ index.php?prog_id=677&%{QUERY_STRING}
RewriteRule ^sistema/utility/dupeguru_2_8_2/edit[/]?$ index.php?prog_id=677&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/hide_folders_2009_3_3_17_597[/]?$ index.php?prog_id=804&%{QUERY_STRING}
RewriteRule ^sistema/utility/hide_folders_2009_3_3_17_597/edit[/]?$ index.php?prog_id=804&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_keys_leds__1_0[/]?$ index.php?prog_id=2471&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_keys_leds__1_0/edit[/]?$ index.php?prog_id=2471&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/auslogics_software_collection__2010[/]?$ index.php?prog_id=934&%{QUERY_STRING}
RewriteRule ^sistema/utility/auslogics_software_collection__2010/edit[/]?$ index.php?prog_id=934&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/sysinternals_suite__2012_09_10[/]?$ index.php?prog_id=2082&%{QUERY_STRING}
RewriteRule ^sistema/utility/sysinternals_suite__2012_09_10/edit[/]?$ index.php?prog_id=2082&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/default_programs_editor_2_7_2675_2253[/]?$ index.php?prog_id=1943&%{QUERY_STRING}
RewriteRule ^sistema/utility/default_programs_editor_2_7_2675_2253/edit[/]?$ index.php?prog_id=1943&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/o_o_clevercache_professional_edition_7_0_2689[/]?$ index.php?prog_id=746&%{QUERY_STRING}
RewriteRule ^sistema/utility/o_o_clevercache_professional_edition_7_0_2689/edit[/]?$ index.php?prog_id=746&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_hunter_1_0_beta_3[/]?$ index.php?prog_id=744&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_hunter_1_0_beta_3/edit[/]?$ index.php?prog_id=744&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/winutilities_8_0[/]?$ index.php?prog_id=516&%{QUERY_STRING}
RewriteRule ^sistema/utility/winutilities_8_0/edit[/]?$ index.php?prog_id=516&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windowscare_uninstall_gold__2_0_2_87___rus[/]?$ index.php?prog_id=767&%{QUERY_STRING}
RewriteRule ^sistema/utility/windowscare_uninstall_gold__2_0_2_87___rus/edit[/]?$ index.php?prog_id=767&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_1_0_59[/]?$ index.php?prog_id=448&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_1_0_59/edit[/]?$ index.php?prog_id=448&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/error_lookup_1_4[/]?$ index.php?prog_id=1702&%{QUERY_STRING}
RewriteRule ^sistema/utility/error_lookup_1_4/edit[/]?$ index.php?prog_id=1702&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/easybcd_2_2_0_182[/]?$ index.php?prog_id=2135&%{QUERY_STRING}
RewriteRule ^sistema/utility/easybcd_2_2_0_182/edit[/]?$ index.php?prog_id=2135&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/winutilities_9_33[/]?$ index.php?prog_id=778&%{QUERY_STRING}
RewriteRule ^sistema/utility/winutilities_9_33/edit[/]?$ index.php?prog_id=778&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_unlocker_1_0[/]?$ index.php?prog_id=1647&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_unlocker_1_0/edit[/]?$ index.php?prog_id=1647&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_manager_1_2_0[/]?$ index.php?prog_id=941&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_manager_1_2_0/edit[/]?$ index.php?prog_id=941&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/ntfs_stream_explorer_2_00_13_58[/]?$ index.php?prog_id=1949&%{QUERY_STRING}
RewriteRule ^sistema/utility/ntfs_stream_explorer_2_00_13_58/edit[/]?$ index.php?prog_id=1949&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker_4_0_0[/]?$ index.php?prog_id=2763&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker_4_0_0/edit[/]?$ index.php?prog_id=2763&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/bwmeter_5_1_0[/]?$ index.php?prog_id=397&%{QUERY_STRING}
RewriteRule ^sistema/utility/bwmeter_5_1_0/edit[/]?$ index.php?prog_id=397&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_keys_leds_1_3[/]?$ index.php?prog_id=2764&%{QUERY_STRING}
RewriteRule ^sistema/utility/lock_keys_leds_1_3/edit[/]?$ index.php?prog_id=2764&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/asus_turbo_v___asus_pcprobe_1_02_18___2_24_10[/]?$ index.php?prog_id=1044&%{QUERY_STRING}
RewriteRule ^sistema/utility/asus_turbo_v___asus_pcprobe_1_02_18___2_24_10/edit[/]?$ index.php?prog_id=1044&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_uninstaller__3_1[/]?$ index.php?prog_id=2466&%{QUERY_STRING}
RewriteRule ^sistema/utility/iobit_uninstaller__3_1/edit[/]?$ index.php?prog_id=2466&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/your_uninstaller___7_0_2010_5[/]?$ index.php?prog_id=825&%{QUERY_STRING}
RewriteRule ^sistema/utility/your_uninstaller___7_0_2010_5/edit[/]?$ index.php?prog_id=825&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_89[/]?$ index.php?prog_id=935&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_89/edit[/]?$ index.php?prog_id=935&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_9_2[/]?$ index.php?prog_id=2296&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_9_2/edit[/]?$ index.php?prog_id=2296&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/adobe_flash_player_10_0_45_2[/]?$ index.php?prog_id=904&%{QUERY_STRING}
RewriteRule ^sistema/utility/adobe_flash_player_10_0_45_2/edit[/]?$ index.php?prog_id=904&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/xplife_6_0[/]?$ index.php?prog_id=1530&%{QUERY_STRING}
RewriteRule ^sistema/utility/xplife_6_0/edit[/]?$ index.php?prog_id=1530&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/rufus_1_3_4[/]?$ index.php?prog_id=2404&%{QUERY_STRING}
RewriteRule ^sistema/utility/rufus_1_3_4/edit[/]?$ index.php?prog_id=2404&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_1_1[/]?$ index.php?prog_id=938&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_1_1/edit[/]?$ index.php?prog_id=938&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_repack_3_2_5_64[/]?$ index.php?prog_id=1676&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_repack_3_2_5_64/edit[/]?$ index.php?prog_id=1676&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/universal_extractor_1_6_1_55[/]?$ index.php?prog_id=1677&%{QUERY_STRING}
RewriteRule ^sistema/utility/universal_extractor_1_6_1_55/edit[/]?$ index.php?prog_id=1677&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_2_build_45[/]?$ index.php?prog_id=1527&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_2_build_45/edit[/]?$ index.php?prog_id=1527&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/ditto_3_18_46_0[/]?$ index.php?prog_id=2158&%{QUERY_STRING}
RewriteRule ^sistema/utility/ditto_3_18_46_0/edit[/]?$ index.php?prog_id=2158&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/msi_afterburner_2_2_0_beta_9[/]?$ index.php?prog_id=1760&%{QUERY_STRING}
RewriteRule ^sistema/utility/msi_afterburner_2_2_0_beta_9/edit[/]?$ index.php?prog_id=1760&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/wintools_net_professional_10_5_1[/]?$ index.php?prog_id=962&%{QUERY_STRING}
RewriteRule ^sistema/utility/wintools_net_professional_10_5_1/edit[/]?$ index.php?prog_id=962&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker_3_6_0_92[/]?$ index.php?prog_id=1680&%{QUERY_STRING}
RewriteRule ^sistema/utility/resource_hacker_3_6_0_92/edit[/]?$ index.php?prog_id=1680&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker__1_9_0[/]?$ index.php?prog_id=1210&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker__1_9_0/edit[/]?$ index.php?prog_id=1210&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_repack_3_2_6_72[/]?$ index.php?prog_id=1834&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_repack_3_2_6_72/edit[/]?$ index.php?prog_id=1834&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_mechanic_10_6_0_22_free[/]?$ index.php?prog_id=1709&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_mechanic_10_6_0_22_free/edit[/]?$ index.php?prog_id=1709&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_sysinternals_suite_build_20100722[/]?$ index.php?prog_id=1223&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_sysinternals_suite_build_20100722/edit[/]?$ index.php?prog_id=1223&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_3_8_8[/]?$ index.php?prog_id=1955&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_3_8_8/edit[/]?$ index.php?prog_id=1955&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/revo_uninstaller_1_91[/]?$ index.php?prog_id=1390&%{QUERY_STRING}
RewriteRule ^sistema/utility/revo_uninstaller_1_91/edit[/]?$ index.php?prog_id=1390&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/autoruns__10_05[/]?$ index.php?prog_id=1325&%{QUERY_STRING}
RewriteRule ^sistema/utility/autoruns__10_05/edit[/]?$ index.php?prog_id=1325&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_hotfix_downloader_5_0[/]?$ index.php?prog_id=2458&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_hotfix_downloader_5_0/edit[/]?$ index.php?prog_id=2458&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/jv16_powertools_2011_lite_2_0_0_1055[/]?$ index.php?prog_id=1627&%{QUERY_STRING}
RewriteRule ^sistema/utility/jv16_powertools_2011_lite_2_0_0_1055/edit[/]?$ index.php?prog_id=1627&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_0_27[/]?$ index.php?prog_id=1444&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_0_27/edit[/]?$ index.php?prog_id=1444&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/filemenu_tools_6_0_1[/]?$ index.php?prog_id=1734&%{QUERY_STRING}
RewriteRule ^sistema/utility/filemenu_tools_6_0_1/edit[/]?$ index.php?prog_id=1734&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/scroll_1_9[/]?$ index.php?prog_id=1686&%{QUERY_STRING}
RewriteRule ^sistema/utility/scroll_1_9/edit[/]?$ index.php?prog_id=1686&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_3_8_1[/]?$ index.php?prog_id=1849&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_3_8_1/edit[/]?$ index.php?prog_id=1849&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/revo_uninstaller_1_90[/]?$ index.php?prog_id=1279&%{QUERY_STRING}
RewriteRule ^sistema/utility/revo_uninstaller_1_90/edit[/]?$ index.php?prog_id=1279&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/cameyo_1_6[/]?$ index.php?prog_id=1503&%{QUERY_STRING}
RewriteRule ^sistema/utility/cameyo_1_6/edit[/]?$ index.php?prog_id=1503&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_toolkit_1_3_0_46a[/]?$ index.php?prog_id=1687&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_7_toolkit_1_3_0_46a/edit[/]?$ index.php?prog_id=1687&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/bootice_v2012_09_20[/]?$ index.php?prog_id=2091&%{QUERY_STRING}
RewriteRule ^sistema/utility/bootice_v2012_09_20/edit[/]?$ index.php?prog_id=2091&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/picpick__3_3_1[/]?$ index.php?prog_id=2472&%{QUERY_STRING}
RewriteRule ^sistema/utility/picpick__3_3_1/edit[/]?$ index.php?prog_id=2472&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_9_1[/]?$ index.php?prog_id=1507&%{QUERY_STRING}
RewriteRule ^sistema/utility/unlocker_1_9_1/edit[/]?$ index.php?prog_id=1507&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/appremover_2_2_11_2[/]?$ index.php?prog_id=1472&%{QUERY_STRING}
RewriteRule ^sistema/utility/appremover_2_2_11_2/edit[/]?$ index.php?prog_id=1472&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/dead_pixel_tester_3_00[/]?$ index.php?prog_id=1604&%{QUERY_STRING}
RewriteRule ^sistema/utility/dead_pixel_tester_3_00/edit[/]?$ index.php?prog_id=1604&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_2_8_build_94[/]?$ index.php?prog_id=2101&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__3_2_8_build_94/edit[/]?$ index.php?prog_id=2101&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/uniblue_powersuite_2010_build_2_1_1_0[/]?$ index.php?prog_id=1028&%{QUERY_STRING}
RewriteRule ^sistema/utility/uniblue_powersuite_2010_build_2_1_1_0/edit[/]?$ index.php?prog_id=1028&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_3_build_56[/]?$ index.php?prog_id=1585&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher_3_2_3_build_56/edit[/]?$ index.php?prog_id=1585&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/amd_overdrive_4_2_1[/]?$ index.php?prog_id=2028&%{QUERY_STRING}
RewriteRule ^sistema/utility/amd_overdrive_4_2_1/edit[/]?$ index.php?prog_id=2028&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/audiotester__2_2d_b6[/]?$ index.php?prog_id=835&%{QUERY_STRING}
RewriteRule ^sistema/utility/audiotester__2_2d_b6/edit[/]?$ index.php?prog_id=835&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/bwmeter_5_2_1[/]?$ index.php?prog_id=921&%{QUERY_STRING}
RewriteRule ^sistema/utility/bwmeter_5_2_1/edit[/]?$ index.php?prog_id=921&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__3_8_4[/]?$ index.php?prog_id=1860&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__3_8_4/edit[/]?$ index.php?prog_id=1860&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/duplicate_file_detector_4_7_0[/]?$ index.php?prog_id=959&%{QUERY_STRING}
RewriteRule ^sistema/utility/duplicate_file_detector_4_7_0/edit[/]?$ index.php?prog_id=959&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/oshe_hosts_editor_1_0_0_4176[/]?$ index.php?prog_id=2052&%{QUERY_STRING}
RewriteRule ^sistema/utility/oshe_hosts_editor_1_0_0_4176/edit[/]?$ index.php?prog_id=2052&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__3_9_4[/]?$ index.php?prog_id=2071&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__3_9_4/edit[/]?$ index.php?prog_id=2071&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/raxco_perfectspeed_pc_optimizer_2_0_0_106__32_64-bit[/]?$ index.php?prog_id=481&%{QUERY_STRING}
RewriteRule ^sistema/utility/raxco_perfectspeed_pc_optimizer_2_0_0_106__32_64-bit/edit[/]?$ index.php?prog_id=481&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/norton_utilities__2010_14_5_0_116b[/]?$ index.php?prog_id=879&%{QUERY_STRING}
RewriteRule ^sistema/utility/norton_utilities__2010_14_5_0_116b/edit[/]?$ index.php?prog_id=879&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/radmin_3_4[/]?$ index.php?prog_id=698&%{QUERY_STRING}
RewriteRule ^sistema/utility/radmin_3_4/edit[/]?$ index.php?prog_id=698&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/unknown_device_identifier_8_0[/]?$ index.php?prog_id=1997&%{QUERY_STRING}
RewriteRule ^sistema/utility/unknown_device_identifier_8_0/edit[/]?$ index.php?prog_id=1997&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__5_9_0[/]?$ index.php?prog_id=2568&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__5_9_0/edit[/]?$ index.php?prog_id=2568&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/lili_usb_creator_2_8_26[/]?$ index.php?prog_id=2442&%{QUERY_STRING}
RewriteRule ^sistema/utility/lili_usb_creator_2_8_26/edit[/]?$ index.php?prog_id=2442&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/multiboot__vosstanovlenie_zagruzchika_windows_vista___windows_7__11_01_16[/]?$ index.php?prog_id=1525&%{QUERY_STRING}
RewriteRule ^sistema/utility/multiboot__vosstanovlenie_zagruzchika_windows_vista___windows_7__11_01_16/edit[/]?$ index.php?prog_id=1525&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_system_control_center__wscc__2_0_0_5[/]?$ index.php?prog_id=1982&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_system_control_center__wscc__2_0_0_5/edit[/]?$ index.php?prog_id=1982&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__4_1_0_432[/]?$ index.php?prog_id=2829&%{QUERY_STRING}
RewriteRule ^sistema/utility/punto_switcher__4_1_0_432/edit[/]?$ index.php?prog_id=2829&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_5_7_0[/]?$ index.php?prog_id=2549&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer_5_7_0/edit[/]?$ index.php?prog_id=2549&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_mechanic__14_6_0_76_free[/]?$ index.php?prog_id=2830&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_mechanic__14_6_0_76_free/edit[/]?$ index.php?prog_id=2830&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/startup_delayer_3_0_323[/]?$ index.php?prog_id=1928&%{QUERY_STRING}
RewriteRule ^sistema/utility/startup_delayer_3_0_323/edit[/]?$ index.php?prog_id=1928&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_enabler_1_1[/]?$ index.php?prog_id=2069&%{QUERY_STRING}
RewriteRule ^sistema/utility/windows_enabler_1_1/edit[/]?$ index.php?prog_id=2069&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/folder_size_2_6[/]?$ index.php?prog_id=2514&%{QUERY_STRING}
RewriteRule ^sistema/utility/folder_size_2_6/edit[/]?$ index.php?prog_id=2514&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/freefilesync__6_5[/]?$ index.php?prog_id=2515&%{QUERY_STRING}
RewriteRule ^sistema/utility/freefilesync__6_5/edit[/]?$ index.php?prog_id=2515&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__5_9_5[/]?$ index.php?prog_id=2618&%{QUERY_STRING}
RewriteRule ^sistema/utility/system_explorer__5_9_5/edit[/]?$ index.php?prog_id=2618&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/utility/freefilesync_6_11[/]?$ index.php?prog_id=2632&%{QUERY_STRING}
RewriteRule ^sistema/utility/freefilesync_6_11/edit[/]?$ index.php?prog_id=2632&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup[/]?$ index.php?kate_id=111&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_36244[/]?$ index.php?prog_id=2658&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_36244/edit[/]?$ index.php?prog_id=2658&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_47484[/]?$ index.php?prog_id=2864&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_47484/edit[/]?$ index.php?prog_id=2864&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_45471[/]?$ index.php?prog_id=2831&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_45471/edit[/]?$ index.php?prog_id=2831&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/ultravnc_1_0_9_6_2[/]?$ index.php?prog_id=1916&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/ultravnc_1_0_9_6_2/edit[/]?$ index.php?prog_id=1916&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_43879[/]?$ index.php?prog_id=2805&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_43879/edit[/]?$ index.php?prog_id=2805&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_42849[/]?$ index.php?prog_id=2778&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_42849/edit[/]?$ index.php?prog_id=2778&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_5_0_build_8081[/]?$ index.php?prog_id=1017&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_5_0_build_8081/edit[/]?$ index.php?prog_id=1017&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_10_0_42650[/]?$ index.php?prog_id=2772&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_10_0_42650/edit[/]?$ index.php?prog_id=2772&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_41459[/]?$ index.php?prog_id=2760&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__10_0_41459/edit[/]?$ index.php?prog_id=2760&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_5_0_build_7572_final[/]?$ index.php?prog_id=791&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer_5_0_build_7572_final/edit[/]?$ index.php?prog_id=791&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__11_0_55321[/]?$ index.php?prog_id=2965&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/teamviewer__11_0_55321/edit[/]?$ index.php?prog_id=2965&edit=1&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/ultravnc_1_0_6_5[/]?$ index.php?prog_id=555&%{QUERY_STRING}
RewriteRule ^sistema/udalennyy_dostup/ultravnc_1_0_6_5/edit[/]?$ index.php?prog_id=555&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost[/]?$ index.php?cate_id=2&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus[/]?$ index.php?kate_id=23&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1396[/]?$ index.php?prog_id=1852&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1396/edit[/]?$ index.php?prog_id=1852&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__7_0_1426[/]?$ index.php?prog_id=1875&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__7_0_1426/edit[/]?$ index.php?prog_id=1875&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1202_3370[/]?$ index.php?prog_id=1406&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1202_3370/edit[/]?$ index.php?prog_id=1406&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_2_0_719_0[/]?$ index.php?prog_id=1494&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_2_0_719_0/edit[/]?$ index.php?prog_id=1494&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_11_574[/]?$ index.php?prog_id=2803&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_11_574/edit[/]?$ index.php?prog_id=2803&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/trojan_remover__6_7_9_build_2582[/]?$ index.php?prog_id=313&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/trojan_remover__6_7_9_build_2582/edit[/]?$ index.php?prog_id=313&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1456[/]?$ index.php?prog_id=2018&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1456/edit[/]?$ index.php?prog_id=2018&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_24_0_51813_beta[/]?$ index.php?prog_id=2265&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_24_0_51813_beta/edit[/]?$ index.php?prog_id=2265&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_300_4[/]?$ index.php?prog_id=2159&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_300_4/edit[/]?$ index.php?prog_id=2159&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012__1869_4591[/]?$ index.php?prog_id=1729&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012__1869_4591/edit[/]?$ index.php?prog_id=1729&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4716a7754[/]?$ index.php?prog_id=2556&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4716a7754/edit[/]?$ index.php?prog_id=2556&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5961[/]?$ index.php?prog_id=2779&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5961/edit[/]?$ index.php?prog_id=2779&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_5_0_93_0[/]?$ index.php?prog_id=1671&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_5_0_93_0/edit[/]?$ index.php?prog_id=1671&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1321_3540[/]?$ index.php?prog_id=1498&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1321_3540/edit[/]?$ index.php?prog_id=1498&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1367[/]?$ index.php?prog_id=1763&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1367/edit[/]?$ index.php?prog_id=1763&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_2193_5094[/]?$ index.php?prog_id=2012&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_2193_5094/edit[/]?$ index.php?prog_id=2012&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_3[/]?$ index.php?prog_id=1268&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_3/edit[/]?$ index.php?prog_id=1268&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_12_0_0[/]?$ index.php?prog_id=1261&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_12_0_0/edit[/]?$ index.php?prog_id=1261&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_4_2_67_10[/]?$ index.php?prog_id=1304&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_4_2_67_10/edit[/]?$ index.php?prog_id=1304&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus__15_0_1[/]?$ index.php?prog_id=2586&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus__15_0_1/edit[/]?$ index.php?prog_id=2586&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1451[/]?$ index.php?prog_id=2007&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1451/edit[/]?$ index.php?prog_id=2007&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free__7_0_1466[/]?$ index.php?prog_id=2056&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free__7_0_1466/edit[/]?$ index.php?prog_id=2056&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012__2176_4990[/]?$ index.php?prog_id=1958&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012__2176_4990/edit[/]?$ index.php?prog_id=1958&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1809_4504[/]?$ index.php?prog_id=1684&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1809_4504/edit[/]?$ index.php?prog_id=1684&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2018[/]?$ index.php?prog_id=2506&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2018/edit[/]?$ index.php?prog_id=2506&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2013[/]?$ index.php?prog_id=2462&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2013/edit[/]?$ index.php?prog_id=2462&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2890_6006[/]?$ index.php?prog_id=2195&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2890_6006/edit[/]?$ index.php?prog_id=2195&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2015__15_0_0_463[/]?$ index.php?prog_id=2561&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2015__15_0_0_463/edit[/]?$ index.php?prog_id=2561&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013__13_0_0_2678[/]?$ index.php?prog_id=2257&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013__13_0_0_2678/edit[/]?$ index.php?prog_id=2257&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__5_0_545[/]?$ index.php?prog_id=1147&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__5_0_545/edit[/]?$ index.php?prog_id=1147&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_3_216_0[/]?$ index.php?prog_id=2339&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_3_216_0/edit[/]?$ index.php?prog_id=2339&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1203[/]?$ index.php?prog_id=1588&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1203/edit[/]?$ index.php?prog_id=1588&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1808_4492[/]?$ index.php?prog_id=1673&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1808_4492/edit[/]?$ index.php?prog_id=1673&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_3392_6523[/]?$ index.php?prog_id=2344&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_3392_6523/edit[/]?$ index.php?prog_id=2344&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_14_0_0_4651[/]?$ index.php?prog_id=2342&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_14_0_0_4651/edit[/]?$ index.php?prog_id=2342&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__4_2_40_10[/]?$ index.php?prog_id=1138&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__4_2_40_10/edit[/]?$ index.php?prog_id=1138&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4161_6829[/]?$ index.php?prog_id=2419&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4161_6829/edit[/]?$ index.php?prog_id=2419&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__6_0_1125[/]?$ index.php?prog_id=1529&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__6_0_1125/edit[/]?$ index.php?prog_id=1529&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_15_0_10_434[/]?$ index.php?prog_id=2775&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_15_0_10_434/edit[/]?$ index.php?prog_id=2775&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_16_10_42014[/]?$ index.php?prog_id=1802&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_16_10_42014/edit[/]?$ index.php?prog_id=1802&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_2015_15_0_5315[/]?$ index.php?prog_id=2599&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_2015_15_0_5315/edit[/]?$ index.php?prog_id=2599&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__1_0_free[/]?$ index.php?prog_id=724&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__1_0_free/edit[/]?$ index.php?prog_id=724&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1382_3669[/]?$ index.php?prog_id=1558&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2011_free_1382_3669/edit[/]?$ index.php?prog_id=1558&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_22_8_50037_beta[/]?$ index.php?prog_id=2218&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_22_8_50037_beta/edit[/]?$ index.php?prog_id=2218&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__7_0_302_26[/]?$ index.php?prog_id=2403&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__7_0_302_26/edit[/]?$ index.php?prog_id=2403&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_6_0_314_2[/]?$ index.php?prog_id=2253&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_6_0_314_2/edit[/]?$ index.php?prog_id=2253&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2_2_1[/]?$ index.php?prog_id=2345&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2_2_1/edit[/]?$ index.php?prog_id=2345&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_6_0_1000[/]?$ index.php?prog_id=1455&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_6_0_1000/edit[/]?$ index.php?prog_id=1455&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz[/]?$ index.php?prog_id=1711&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz/edit[/]?$ index.php?prog_id=1711&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_10_0_0_565_free____avira_antivir_premium_10_0_0_601[/]?$ index.php?prog_id=1047&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_10_0_0_565_free____avira_antivir_premium_10_0_0_601/edit[/]?$ index.php?prog_id=1047&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz_4_34[/]?$ index.php?prog_id=1212&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz_4_34/edit[/]?$ index.php?prog_id=1212&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_0_1526_0[/]?$ index.php?prog_id=1938&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_0_1526_0/edit[/]?$ index.php?prog_id=1938&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_8_0_1488[/]?$ index.php?prog_id=2289&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_8_0_1488/edit[/]?$ index.php?prog_id=2289&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_6_570[/]?$ index.php?prog_id=2595&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_6_570/edit[/]?$ index.php?prog_id=2595&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1873_4623[/]?$ index.php?prog_id=1753&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1873_4623/edit[/]?$ index.php?prog_id=1753&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1_0_1961_0[/]?$ index.php?prog_id=1151&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1_0_1961_0/edit[/]?$ index.php?prog_id=1151&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_5_216_0[/]?$ index.php?prog_id=2502&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__4_5_216_0/edit[/]?$ index.php?prog_id=2502&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_3884[/]?$ index.php?prog_id=2338&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_3884/edit[/]?$ index.php?prog_id=2338&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_2667_5738[/]?$ index.php?prog_id=2075&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_2667_5738/edit[/]?$ index.php?prog_id=2075&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/pc_tools_antivirus_7_0_0_545[/]?$ index.php?prog_id=1154&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/pc_tools_antivirus_7_0_0_545/edit[/]?$ index.php?prog_id=1154&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_7_0_317_4[/]?$ index.php?prog_id=2531&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_7_0_317_4/edit[/]?$ index.php?prog_id=2531&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_livecd_5_0_3_6_05_2010[/]?$ index.php?prog_id=1093&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_livecd_5_0_3_6_05_2010/edit[/]?$ index.php?prog_id=1093&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/outpost_antivirus_pro_7_5_3__3941_604_1810[/]?$ index.php?prog_id=1974&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/outpost_antivirus_pro_7_5_3__3941_604_1810/edit[/]?$ index.php?prog_id=1974&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2897_6066[/]?$ index.php?prog_id=2212&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2897_6066/edit[/]?$ index.php?prog_id=2212&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_5_464[/]?$ index.php?prog_id=2564&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_5_464/edit[/]?$ index.php?prog_id=2564&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_1_0522_0[/]?$ index.php?prog_id=2094&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_1_0522_0/edit[/]?$ index.php?prog_id=2094&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_4_642[/]?$ index.php?prog_id=2524&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_4_642/edit[/]?$ index.php?prog_id=2524&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_free__10_0_0_592_sp1[/]?$ index.php?prog_id=1284&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_free__10_0_0_592_sp1/edit[/]?$ index.php?prog_id=1284&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/emsisoft_emergency_kit__2_0_0_8[/]?$ index.php?prog_id=1996&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/emsisoft_emergency_kit__2_0_0_8/edit[/]?$ index.php?prog_id=1996&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1468[/]?$ index.php?prog_id=2100&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1468/edit[/]?$ index.php?prog_id=2100&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz_4_41[/]?$ index.php?prog_id=2454&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avz_4_41/edit[/]?$ index.php?prog_id=2454&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2013_13_0_3272[/]?$ index.php?prog_id=2264&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2013_13_0_3272/edit[/]?$ index.php?prog_id=2264&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__2_2_0[/]?$ index.php?prog_id=2307&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__2_2_0/edit[/]?$ index.php?prog_id=2307&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2_1_1[/]?$ index.php?prog_id=2229&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2_1_1/edit[/]?$ index.php?prog_id=2229&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__2_0_657_0_final_rus[/]?$ index.php?prog_id=1357&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials__2_0_657_0_final_rus/edit[/]?$ index.php?prog_id=1357&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014_14_0_3_350[/]?$ index.php?prog_id=2517&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014_14_0_3_350/edit[/]?$ index.php?prog_id=2517&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014_14_0_4_614_en[/]?$ index.php?prog_id=2516&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014_14_0_4_614_en/edit[/]?$ index.php?prog_id=2516&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4592[/]?$ index.php?prog_id=2530&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4592/edit[/]?$ index.php?prog_id=2530&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/zillya__antivirus_1_1_2343_0[/]?$ index.php?prog_id=1144&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/zillya__antivirus_1_1_2343_0/edit[/]?$ index.php?prog_id=1144&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__2015_10_3_2225[/]?$ index.php?prog_id=2839&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__2015_10_3_2225/edit[/]?$ index.php?prog_id=2839&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/pc_tools_threatfire_4_10_1_14[/]?$ index.php?prog_id=1153&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/pc_tools_threatfire_4_10_1_14/edit[/]?$ index.php?prog_id=1153&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6122[/]?$ index.php?prog_id=2836&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6122/edit[/]?$ index.php?prog_id=2836&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6081[/]?$ index.php?prog_id=2815&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6081/edit[/]?$ index.php?prog_id=2815&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_8_0_319_1[/]?$ index.php?prog_id=2834&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_8_0_319_1/edit[/]?$ index.php?prog_id=2834&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/norton_antivirus_2014_21_1_0[/]?$ index.php?prog_id=2391&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/norton_antivirus_2014_21_1_0/edit[/]?$ index.php?prog_id=2391&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2013_13_0_2741[/]?$ index.php?prog_id=2117&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2013_13_0_2741/edit[/]?$ index.php?prog_id=2117&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_16_0_0_614[/]?$ index.php?prog_id=2832&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_16_0_0_614/edit[/]?$ index.php?prog_id=2832&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_13_0_0_3370[/]?$ index.php?prog_id=2038&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_13_0_0_3370/edit[/]?$ index.php?prog_id=2038&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4569_7320[/]?$ index.php?prog_id=2503&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4569_7320/edit[/]?$ index.php?prog_id=2503&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_1_719[/]?$ index.php?prog_id=2421&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_1_719/edit[/]?$ index.php?prog_id=2421&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2011[/]?$ index.php?prog_id=2444&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2011/edit[/]?$ index.php?prog_id=2444&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_9_0_2006[/]?$ index.php?prog_id=2389&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_9_0_2006/edit[/]?$ index.php?prog_id=2389&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2015_15_0_2_361_mr2[/]?$ index.php?prog_id=2694&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2015_15_0_2_361_mr2/edit[/]?$ index.php?prog_id=2694&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security_7_0_0_1051_6_8_0_6012_win10[/]?$ index.php?prog_id=2813&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security_7_0_0_1051_6_8_0_6012_win10/edit[/]?$ index.php?prog_id=2813&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_8_0_1497_376[/]?$ index.php?prog_id=2363&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_8_0_1497_376/edit[/]?$ index.php?prog_id=2363&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2014_14_0_4116[/]?$ index.php?prog_id=2371&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_2014_14_0_4116/edit[/]?$ index.php?prog_id=2371&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/norton_antivirus__2014_21_0_1_3[/]?$ index.php?prog_id=2367&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/norton_antivirus__2014_21_0_1_3/edit[/]?$ index.php?prog_id=2367&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_2015_r2_sp2_10_2_2218[/]?$ index.php?prog_id=2761&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_2015_r2_sp2_10_2_2218/edit[/]?$ index.php?prog_id=2761&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_4052[/]?$ index.php?prog_id=2364&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_4052/edit[/]?$ index.php?prog_id=2364&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4259_6848[/]?$ index.php?prog_id=2429&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4259_6848/edit[/]?$ index.php?prog_id=2429&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_5_2[/]?$ index.php?prog_id=1868&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_5_2/edit[/]?$ index.php?prog_id=1868&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/usb_disk_security_5_3_0_12_rus[/]?$ index.php?prog_id=775&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/usb_disk_security_5_3_0_12_rus/edit[/]?$ index.php?prog_id=775&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1289[/]?$ index.php?prog_id=1659&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_6_0_1289/edit[/]?$ index.php?prog_id=1659&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_2_223_0[/]?$ index.php?prog_id=2230&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_2_223_0/edit[/]?$ index.php?prog_id=2230&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2016[/]?$ index.php?prog_id=2490&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2014_9_0_2016/edit[/]?$ index.php?prog_id=2490&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_2127_4918[/]?$ index.php?prog_id=1921&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_2127_4918/edit[/]?$ index.php?prog_id=1921&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__2014_9_0_2008[/]?$ index.php?prog_id=2412&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus__2014_9_0_2008/edit[/]?$ index.php?prog_id=2412&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_rescue_disk_10_0_31_4[/]?$ index.php?prog_id=2224&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_rescue_disk_10_0_31_4/edit[/]?$ index.php?prog_id=2224&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2012_12_0_0_144[/]?$ index.php?prog_id=1920&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2012_12_0_0_144/edit[/]?$ index.php?prog_id=1920&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_4_304_0[/]?$ index.php?prog_id=2413&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_4_4_304_0/edit[/]?$ index.php?prog_id=2413&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2805_5946[/]?$ index.php?prog_id=2172&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_edition_2805_5946/edit[/]?$ index.php?prog_id=2172&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4336_7152[/]?$ index.php?prog_id=2484&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4336_7152/edit[/]?$ index.php?prog_id=2484&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1407[/]?$ index.php?prog_id=1863&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__home_edition_free_7_0_1407/edit[/]?$ index.php?prog_id=1863&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__1_4[/]?$ index.php?prog_id=1429&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus__1_4/edit[/]?$ index.php?prog_id=1429&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_14_0_4_beta[/]?$ index.php?prog_id=1367&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus_0_14_0_4_beta/edit[/]?$ index.php?prog_id=1367&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_3736[/]?$ index.php?prog_id=2312&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2013_13_0_0_3736/edit[/]?$ index.php?prog_id=2312&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/av_uninstall_tools_pack_2012_03[/]?$ index.php?prog_id=1912&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/av_uninstall_tools_pack_2012_03/edit[/]?$ index.php?prog_id=1912&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_free_2_0[/]?$ index.php?prog_id=2030&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_free_2_0/edit[/]?$ index.php?prog_id=2030&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2012_12_0_0_374[/]?$ index.php?prog_id=1642&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_2012_12_0_0_374/edit[/]?$ index.php?prog_id=1642&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014__14_0_2_286[/]?$ index.php?prog_id=2475&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_2014__14_0_2_286/edit[/]?$ index.php?prog_id=2475&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_316_3[/]?$ index.php?prog_id=2274&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_316_3/edit[/]?$ index.php?prog_id=2274&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4744a7830[/]?$ index.php?prog_id=2565&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2014_free_4744a7830/edit[/]?$ index.php?prog_id=2565&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_7_0_302_8[/]?$ index.php?prog_id=2393&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_7_0_302_8/edit[/]?$ index.php?prog_id=2393&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_9_0_0_403[/]?$ index.php?prog_id=331&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_9_0_0_403/edit[/]?$ index.php?prog_id=331&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_antivirus_pro_2009_8_00_00[/]?$ index.php?prog_id=234&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_antivirus_pro_2009_8_00_00/edit[/]?$ index.php?prog_id=234&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/clamwin__0_96_2_1[/]?$ index.php?prog_id=1246&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/clamwin__0_96_2_1/edit[/]?$ index.php?prog_id=1246&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_13_0_1_4190[/]?$ index.php?prog_id=2072&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_13_0_1_4190/edit[/]?$ index.php?prog_id=2072&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_8_0_1481[/]?$ index.php?prog_id=2235&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_8_0_1481/edit[/]?$ index.php?prog_id=2235&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_3349_6461[/]?$ index.php?prog_id=2325&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2013_free_3349_6461/edit[/]?$ index.php?prog_id=2325&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_306_2[/]?$ index.php?prog_id=2175&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__6_0_306_2/edit[/]?$ index.php?prog_id=2175&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2009_00_08_80[/]?$ index.php?prog_id=287&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_2009_00_08_80/edit[/]?$ index.php?prog_id=287&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/baidu_antivirus_2015__5_5_0_110656[/]?$ index.php?prog_id=2731&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/baidu_antivirus_2015__5_5_0_110656/edit[/]?$ index.php?prog_id=2731&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/outpost_antivirus_pro__8_1_2__4313_670_1936[/]?$ index.php?prog_id=2396&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/outpost_antivirus_pro__8_1_2__4313_670_1936/edit[/]?$ index.php?prog_id=2396&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_14_0_0_4651_0_458__patch_a[/]?$ index.php?prog_id=2365&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus_14_0_0_4651_0_458__patch_a/edit[/]?$ index.php?prog_id=2365&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_5_00_1_07201[/]?$ index.php?prog_id=404&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_5_00_1_07201/edit[/]?$ index.php?prog_id=404&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2016__11_1_2241[/]?$ index.php?prog_id=2900&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2016__11_1_2241/edit[/]?$ index.php?prog_id=2900&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_0_411[/]?$ index.php?prog_id=2395&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus_14_0_0_411/edit[/]?$ index.php?prog_id=2395&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1759[/]?$ index.php?prog_id=771&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1759/edit[/]?$ index.php?prog_id=771&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_8_0_3_beta[/]?$ index.php?prog_id=1051&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_8_0_3_beta/edit[/]?$ index.php?prog_id=1051&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/bitdefender_free_edition_2009_build_12_0_12_0[/]?$ index.php?prog_id=1150&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/bitdefender_free_edition_2009_build_12_0_12_0/edit[/]?$ index.php?prog_id=1150&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_free_10_0_0_67[/]?$ index.php?prog_id=1554&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_personal_free_10_0_0_67/edit[/]?$ index.php?prog_id=1554&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_premium_security_suite__russian___9_0_0_72[/]?$ index.php?prog_id=581&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_antivir_premium_security_suite__russian___9_0_0_72/edit[/]?$ index.php?prog_id=581&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_9_0_814_2842[/]?$ index.php?prog_id=1089&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_9_0_814_2842/edit[/]?$ index.php?prog_id=1089&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1831_4535[/]?$ index.php?prog_id=1697&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_2012_free_1831_4535/edit[/]?$ index.php?prog_id=1697&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1_0_1959_0[/]?$ index.php?prog_id=900&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/microsoft_security_essentials_1_0_1959_0/edit[/]?$ index.php?prog_id=900&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_antivirus_security_space__-_versiya_ot_26_10_2009_5_00_1_10260[/]?$ index.php?prog_id=704&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_antivirus_security_space__-_versiya_ot_26_10_2009_5_00_1_10260/edit[/]?$ index.php?prog_id=704&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_4_2_71_3[/]?$ index.php?prog_id=1409&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_4_2_71_3/edit[/]?$ index.php?prog_id=1409&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_rus_eng_4_0_474[/]?$ index.php?prog_id=851&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_rus_eng_4_0_474/edit[/]?$ index.php?prog_id=851&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_8_0_312_3[/]?$ index.php?prog_id=2746&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus_8_0_312_3/edit[/]?$ index.php?prog_id=2746&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_30_10_66488_beta[/]?$ index.php?prog_id=2748&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__0_30_10_66488_beta/edit[/]?$ index.php?prog_id=2748&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_1[/]?$ index.php?prog_id=1127&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_1_1/edit[/]?$ index.php?prog_id=1127&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/[/]?$ index.php?prog_id=899&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus//edit[/]?$ index.php?prog_id=899&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5856[/]?$ index.php?prog_id=2735&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5856/edit[/]?$ index.php?prog_id=2735&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5941[/]?$ index.php?prog_id=2757&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_5941/edit[/]?$ index.php?prog_id=2757&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7496[/]?$ index.php?prog_id=2972&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7496/edit[/]?$ index.php?prog_id=2972&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_2016__11_1_2253[/]?$ index.php?prog_id=2955&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_2016__11_1_2253/edit[/]?$ index.php?prog_id=2955&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__9_0_375_1[/]?$ index.php?prog_id=2973&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__9_0_375_1/edit[/]?$ index.php?prog_id=2973&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__8_0_0_1046[/]?$ index.php?prog_id=2895&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__8_0_0_1046/edit[/]?$ index.php?prog_id=2895&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7357[/]?$ index.php?prog_id=2946&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7357/edit[/]?$ index.php?prog_id=2946&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus__16_0_1_445_mr1[/]?$ index.php?prog_id=2954&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_anti-virus__16_0_1_445_mr1/edit[/]?$ index.php?prog_id=2954&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free__2016_11_1_2245[/]?$ index.php?prog_id=2917&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free__2016_11_1_2245/edit[/]?$ index.php?prog_id=2917&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_free__16_0_1_445[/]?$ index.php?prog_id=2943&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_free__16_0_1_445/edit[/]?$ index.php?prog_id=2943&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7356[/]?$ index.php?prog_id=2937&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7356/edit[/]?$ index.php?prog_id=2937&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__1_0_14_70853[/]?$ index.php?prog_id=2932&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__1_0_14_70853/edit[/]?$ index.php?prog_id=2932&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1473[/]?$ index.php?prog_id=2129&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__antivirus_free_7_0_1473/edit[/]?$ index.php?prog_id=2129&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_15_129[/]?$ index.php?prog_id=2925&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_15_129/edit[/]?$ index.php?prog_id=2925&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__1_0_10[/]?$ index.php?prog_id=2921&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/nano_antivirus__1_0_10/edit[/]?$ index.php?prog_id=2921&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_8_650[/]?$ index.php?prog_id=2727&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_8_650/edit[/]?$ index.php?prog_id=2727&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7226[/]?$ index.php?prog_id=2893&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7226/edit[/]?$ index.php?prog_id=2893&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__6_0_0_1151_6_0_0_6002_win10[/]?$ index.php?prog_id=2722&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__6_0_0_1151_6_0_0_6002_win10/edit[/]?$ index.php?prog_id=2722&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_2_2213_r2[/]?$ index.php?prog_id=2719&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_2_2213_r2/edit[/]?$ index.php?prog_id=2719&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6030[/]?$ index.php?prog_id=2797&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6030/edit[/]?$ index.php?prog_id=2797&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__9_0_318_24[/]?$ index.php?prog_id=2890&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__9_0_318_24/edit[/]?$ index.php?prog_id=2890&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_15_0_5736[/]?$ index.php?prog_id=2703&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_15_0_5736/edit[/]?$ index.php?prog_id=2703&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_15_0_5645[/]?$ index.php?prog_id=2675&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_15_0_5645/edit[/]?$ index.php?prog_id=2675&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_8_624[/]?$ index.php?prog_id=2700&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__15_0_8_624/edit[/]?$ index.php?prog_id=2700&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security_6_0_0_1139_6_0_0_6002_win10[/]?$ index.php?prog_id=2699&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security_6_0_0_1139_6_0_0_6002_win10/edit[/]?$ index.php?prog_id=2699&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7163[/]?$ index.php?prog_id=2885&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7163/edit[/]?$ index.php?prog_id=2885&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2015__10_4_2233_1299[/]?$ index.php?prog_id=2868&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast__free_antivirus_2015__10_4_2233_1299/edit[/]?$ index.php?prog_id=2868&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__6_0_0_1131___6_0_0_6002win10[/]?$ index.php?prog_id=2691&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__6_0_0_1131___6_0_0_6002win10/edit[/]?$ index.php?prog_id=2691&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7161[/]?$ index.php?prog_id=2876&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__16_0_7161/edit[/]?$ index.php?prog_id=2876&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__5_2_0_1080[/]?$ index.php?prog_id=2670&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__5_2_0_1080/edit[/]?$ index.php?prog_id=2670&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/baidu_antivirus__5_0_3_99748[/]?$ index.php?prog_id=2671&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/baidu_antivirus__5_0_3_99748/edit[/]?$ index.php?prog_id=2671&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_internet_security__5_0_0_5104a[/]?$ index.php?prog_id=2682&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_internet_security__5_0_0_5104a/edit[/]?$ index.php?prog_id=2682&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_cureit__04_06_09[/]?$ index.php?prog_id=256&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/dr_web_cureit__04_06_09/edit[/]?$ index.php?prog_id=256&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_7_468[/]?$ index.php?prog_id=2672&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_7_468/edit[/]?$ index.php?prog_id=2672&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6140[/]?$ index.php?prog_id=2857&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus__15_0_6140/edit[/]?$ index.php?prog_id=2857&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_365_free__16_0_1_170__mr1__beta[/]?$ index.php?prog_id=2867&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/kaspersky_365_free__16_0_1_170__mr1__beta/edit[/]?$ index.php?prog_id=2867&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__7_6_0_1030[/]?$ index.php?prog_id=2866&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/360_total_security__7_6_0_1030/edit[/]?$ index.php?prog_id=2866&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_7_342[/]?$ index.php?prog_id=2650&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_7_342/edit[/]?$ index.php?prog_id=2650&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus_15_1_0[/]?$ index.php?prog_id=2709&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus_15_1_0/edit[/]?$ index.php?prog_id=2709&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_0_2208[/]?$ index.php?prog_id=2635&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_0_2208/edit[/]?$ index.php?prog_id=2635&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_15_0_5557[/]?$ index.php?prog_id=2623&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avg_anti-virus_free_edition_15_0_5557/edit[/]?$ index.php?prog_id=2623&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus_15_0_3[/]?$ index.php?prog_id=2627&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_free_antivirus_15_0_3/edit[/]?$ index.php?prog_id=2627&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_0_2206[/]?$ index.php?prog_id=2619&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avast_free_10_0_2206/edit[/]?$ index.php?prog_id=2619&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__8_0_304_1[/]?$ index.php?prog_id=2620&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/eset_nod32_antivirus__8_0_304_1/edit[/]?$ index.php?prog_id=2620&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/comodo_cleaning_essentials_1_4_177889_49_rc1[/]?$ index.php?prog_id=1427&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/comodo_cleaning_essentials_1_4_177889_49_rc1/edit[/]?$ index.php?prog_id=1427&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_3_0[/]?$ index.php?prog_id=2520&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/panda_cloud_antivirus_3_0/edit[/]?$ index.php?prog_id=2520&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_6_552[/]?$ index.php?prog_id=2585&%{QUERY_STRING}
RewriteRule ^bezopasnost/antivirus/avira_free_antivirus__14_0_6_552/edit[/]?$ index.php?prog_id=2585&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony[/]?$ index.php?kate_id=26&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/superantispyware_4_39_1002[/]?$ index.php?prog_id=1157&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/superantispyware_4_39_1002/edit[/]?$ index.php?prog_id=1157&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/kaspersky_windowsunlocker_1_0_2[/]?$ index.php?prog_id=1682&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/kaspersky_windowsunlocker_1_0_2/edit[/]?$ index.php?prog_id=1682&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_antivirus___11_9_696_8769[/]?$ index.php?prog_id=2926&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_antivirus___11_9_696_8769/edit[/]?$ index.php?prog_id=2926&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/norton_power_eraser_1_6_0_36[/]?$ index.php?prog_id=1380&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/norton_power_eraser_1_6_0_36/edit[/]?$ index.php?prog_id=1380&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spy_emergency_7_0_505_0[/]?$ index.php?prog_id=885&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spy_emergency_7_0_505_0/edit[/]?$ index.php?prog_id=885&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spyware_terminator__2_6_0_110[/]?$ index.php?prog_id=551&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spyware_terminator__2_6_0_110/edit[/]?$ index.php?prog_id=551&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spybot_search___destroy__2_0_12[/]?$ index.php?prog_id=2154&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spybot_search___destroy__2_0_12/edit[/]?$ index.php?prog_id=2154&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_8_3_5_free[/]?$ index.php?prog_id=1332&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_8_3_5_free/edit[/]?$ index.php?prog_id=1332&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_internet_security_9_5_free[/]?$ index.php?prog_id=1641&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_internet_security_9_5_free/edit[/]?$ index.php?prog_id=1641&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/winpatrol_plus_16_0_2009_5[/]?$ index.php?prog_id=230&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/winpatrol_plus_16_0_2009_5/edit[/]?$ index.php?prog_id=230&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/avz__4_32[/]?$ index.php?prog_id=508&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/avz__4_32/edit[/]?$ index.php?prog_id=508&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/malwarebytes_anti-malware_1_46[/]?$ index.php?prog_id=1158&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/malwarebytes_anti-malware_1_46/edit[/]?$ index.php?prog_id=1158&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_9_0_2[/]?$ index.php?prog_id=1463&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_9_0_2/edit[/]?$ index.php?prog_id=1463&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spybot_search___destroy_1_6_2[/]?$ index.php?prog_id=1160&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/spybot_search___destroy_1_6_2/edit[/]?$ index.php?prog_id=1160&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/windows_defender_1_75_1117_0[/]?$ index.php?prog_id=1159&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/windows_defender_1_75_1117_0/edit[/]?$ index.php?prog_id=1159&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/kaspersky_tdsskiller_2_5_3_0[/]?$ index.php?prog_id=1539&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/kaspersky_tdsskiller_2_5_3_0/edit[/]?$ index.php?prog_id=1539&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_10_3_45_3935[/]?$ index.php?prog_id=2096&%{QUERY_STRING}
RewriteRule ^bezopasnost/antishpiony/ad-aware_free_10_3_45_3935/edit[/]?$ index.php?prog_id=2096&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/dostup[/]?$ index.php?kate_id=27&%{QUERY_STRING}
RewriteRule ^bezopasnost/dostup/dr__web_livecd_6_0_0[/]?$ index.php?prog_id=2044&%{QUERY_STRING}
RewriteRule ^bezopasnost/dostup/dr__web_livecd_6_0_0/edit[/]?$ index.php?prog_id=2044&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility[/]?$ index.php?kate_id=28&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_6_5_0_updated[/]?$ index.php?prog_id=1877&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_6_5_0_updated/edit[/]?$ index.php?prog_id=1877&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/unhackme_5_8_5_343[/]?$ index.php?prog_id=988&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/unhackme_5_8_5_343/edit[/]?$ index.php?prog_id=988&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/kaspersky_virus_removal_tool_11_0_3_7__05_10_2014[/]?$ index.php?prog_id=2612&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/kaspersky_virus_removal_tool_11_0_3_7__05_10_2014/edit[/]?$ index.php?prog_id=2612&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/kaspersky_avp_tool_2010-06-01[/]?$ index.php?prog_id=1149&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/kaspersky_avp_tool_2010-06-01/edit[/]?$ index.php?prog_id=1149&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_7_5[/]?$ index.php?prog_id=2206&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_7_5/edit[/]?$ index.php?prog_id=2206&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/wifi_guard_1_0_2[/]?$ index.php?prog_id=2324&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/wifi_guard_1_0_2/edit[/]?$ index.php?prog_id=2324&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/malicious_software_removal_tool_3_2[/]?$ index.php?prog_id=817&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/malicious_software_removal_tool_3_2/edit[/]?$ index.php?prog_id=817&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_7_0[/]?$ index.php?prog_id=1886&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_7_0/edit[/]?$ index.php?prog_id=1886&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__7_0_0[/]?$ index.php?prog_id=2083&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__7_0_0/edit[/]?$ index.php?prog_id=2083&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/gmer_1_0_15_15279[/]?$ index.php?prog_id=806&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/gmer_1_0_15_15279/edit[/]?$ index.php?prog_id=806&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_6_5_0[/]?$ index.php?prog_id=1839&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager_6_5_0/edit[/]?$ index.php?prog_id=1839&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/nod32_update_viewer_4_06_3[/]?$ index.php?prog_id=853&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/nod32_update_viewer_4_06_3/edit[/]?$ index.php?prog_id=853&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_13[/]?$ index.php?prog_id=709&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_13/edit[/]?$ index.php?prog_id=709&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/a-squared_hijackfree_4_0_0_29[/]?$ index.php?prog_id=1195&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/a-squared_hijackfree_4_0_0_29/edit[/]?$ index.php?prog_id=1195&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_11[/]?$ index.php?prog_id=657&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/anvir_task_manager__6_11/edit[/]?$ index.php?prog_id=657&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/appremover_2_2_17_1[/]?$ index.php?prog_id=1622&%{QUERY_STRING}
RewriteRule ^bezopasnost/drugie_utility/appremover_2_2_17_1/edit[/]?$ index.php?prog_id=1622&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly[/]?$ index.php?kate_id=32&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/online_armor_free_firewall__5_5_0_1543[/]?$ index.php?prog_id=1841&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/online_armor_free_firewall__5_5_0_1543/edit[/]?$ index.php?prog_id=1841&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro__7_5_3__3941_604_1810[/]?$ index.php?prog_id=1975&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro__7_5_3__3941_604_1810/edit[/]?$ index.php?prog_id=1975&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/pc_tools_firewall_plus__6_0_0_88[/]?$ index.php?prog_id=1155&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/pc_tools_firewall_plus__6_0_0_88/edit[/]?$ index.php?prog_id=1155&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/zonealarm_pro__9_0_114_000[/]?$ index.php?prog_id=624&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/zonealarm_pro__9_0_114_000/edit[/]?$ index.php?prog_id=624&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/pc_tools_firewall_plus_6_0_0_66_beta[/]?$ index.php?prog_id=489&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/pc_tools_firewall_plus_6_0_0_66_beta/edit[/]?$ index.php?prog_id=489&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/comodo_firewall_pro_3_0_25_378[/]?$ index.php?prog_id=356&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/comodo_firewall_pro_3_0_25_378/edit[/]?$ index.php?prog_id=356&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_2009__build_6_7_2__3001_452_0718[/]?$ index.php?prog_id=846&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_2009__build_6_7_2__3001_452_0718/edit[/]?$ index.php?prog_id=846&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_7_0_3__3392_517_1242[/]?$ index.php?prog_id=1250&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_7_0_3__3392_517_1242/edit[/]?$ index.php?prog_id=1250&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/avs_firewall_2_1_2_241[/]?$ index.php?prog_id=1488&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/avs_firewall_2_1_2_241/edit[/]?$ index.php?prog_id=1488&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/agnitum_outpost_firewall_7_1__3412_520_1245[/]?$ index.php?prog_id=1436&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/agnitum_outpost_firewall_7_1__3412_520_1245/edit[/]?$ index.php?prog_id=1436&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_7_0_4__3412_520_1245__x86_x64[/]?$ index.php?prog_id=1352&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/outpost_firewall_pro_7_0_4__3412_520_1245__x86_x64/edit[/]?$ index.php?prog_id=1352&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/zonealarm_free_9_2_044_000[/]?$ index.php?prog_id=1156&%{QUERY_STRING}
RewriteRule ^bezopasnost/fayrvolly/zonealarm_free_9_2_044_000/edit[/]?$ index.php?prog_id=1156&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/shifrovanie[/]?$ index.php?kate_id=33&%{QUERY_STRING}
RewriteRule ^bezopasnost/shifrovanie/truecrypt_6_2[/]?$ index.php?prog_id=445&%{QUERY_STRING}
RewriteRule ^bezopasnost/shifrovanie/truecrypt_6_2/edit[/]?$ index.php?prog_id=445&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita[/]?$ index.php?kate_id=34&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__6_0_316_3[/]?$ index.php?prog_id=2275&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__6_0_316_3/edit[/]?$ index.php?prog_id=2275&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_8_2_0_4674[/]?$ index.php?prog_id=2843&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_8_2_0_4674/edit[/]?$ index.php?prog_id=2843&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__9_0_375_1[/]?$ index.php?prog_id=2974&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__9_0_375_1/edit[/]?$ index.php?prog_id=2974&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_16_0_1_445_mr1[/]?$ index.php?prog_id=2953&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_16_0_1_445_mr1/edit[/]?$ index.php?prog_id=2953&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__9_0_318_24[/]?$ index.php?prog_id=2891&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__9_0_318_24/edit[/]?$ index.php?prog_id=2891&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_1_0_4426[/]?$ index.php?prog_id=2692&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_1_0_4426/edit[/]?$ index.php?prog_id=2692&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2015_5_0_0_463[/]?$ index.php?prog_id=2562&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2015_5_0_0_463/edit[/]?$ index.php?prog_id=2562&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_8_0_0_4344[/]?$ index.php?prog_id=2664&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_8_0_0_4344/edit[/]?$ index.php?prog_id=2664&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_0_0_4337[/]?$ index.php?prog_id=2642&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_0_0_4337/edit[/]?$ index.php?prog_id=2642&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_7_0_317799_4142[/]?$ index.php?prog_id=2606&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_7_0_317799_4142/edit[/]?$ index.php?prog_id=2606&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__16_0_0_614[/]?$ index.php?prog_id=2833&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__16_0_0_614/edit[/]?$ index.php?prog_id=2833&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_8_0_304_1[/]?$ index.php?prog_id=2621&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_8_0_304_1/edit[/]?$ index.php?prog_id=2621&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4674[/]?$ index.php?prog_id=2842&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4674/edit[/]?$ index.php?prog_id=2842&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4591[/]?$ index.php?prog_id=2792&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4591/edit[/]?$ index.php?prog_id=2792&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__8_0_319_1[/]?$ index.php?prog_id=2835&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__8_0_319_1/edit[/]?$ index.php?prog_id=2835&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2015_15_0_2_361_mr2[/]?$ index.php?prog_id=2693&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2015_15_0_2_361_mr2/edit[/]?$ index.php?prog_id=2693&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_5_0_94_8[/]?$ index.php?prog_id=1743&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_5_0_94_8/edit[/]?$ index.php?prog_id=1743&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_300670_2970[/]?$ index.php?prog_id=2416&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_300670_2970/edit[/]?$ index.php?prog_id=2416&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_smart_security_home_4_2_71_3[/]?$ index.php?prog_id=1408&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_smart_security_home_4_2_71_3/edit[/]?$ index.php?prog_id=1408&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/norton_internet_security_2014_21_0_1_3[/]?$ index.php?prog_id=2368&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/norton_internet_security_2014_21_0_1_3/edit[/]?$ index.php?prog_id=2368&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_13_0_0_3370[/]?$ index.php?prog_id=2039&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_13_0_0_3370/edit[/]?$ index.php?prog_id=2039&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_294583_2937[/]?$ index.php?prog_id=2383&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_294583_2937/edit[/]?$ index.php?prog_id=2383&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_5_3__3941_604_1810[/]?$ index.php?prog_id=1976&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_5_3__3941_604_1810/edit[/]?$ index.php?prog_id=1976&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_6_0_306_2[/]?$ index.php?prog_id=2174&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_6_0_306_2/edit[/]?$ index.php?prog_id=2174&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro__8_1_2__4313_670_1936[/]?$ index.php?prog_id=2397&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro__8_1_2__4313_670_1936/edit[/]?$ index.php?prog_id=2397&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_0_264710_2708[/]?$ index.php?prog_id=2213&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_0_264710_2708/edit[/]?$ index.php?prog_id=2213&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_6_2_282872_2847[/]?$ index.php?prog_id=2308&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_6_2_282872_2847/edit[/]?$ index.php?prog_id=2308&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__14_0_0_4651_0_458__patch_a[/]?$ index.php?prog_id=2366&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__14_0_0_4651_0_458__patch_a/edit[/]?$ index.php?prog_id=2366&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security_5_2_9_1[/]?$ index.php?prog_id=1957&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security_5_2_9_1/edit[/]?$ index.php?prog_id=1957&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_8_213334_2131[/]?$ index.php?prog_id=1714&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_8_213334_2131/edit[/]?$ index.php?prog_id=1714&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_6_0_300_4[/]?$ index.php?prog_id=2160&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_6_0_300_4/edit[/]?$ index.php?prog_id=2160&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__7_0_315459_4132[/]?$ index.php?prog_id=2500&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__7_0_315459_4132/edit[/]?$ index.php?prog_id=2500&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_302093_2976[/]?$ index.php?prog_id=2431&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_3_302093_2976/edit[/]?$ index.php?prog_id=2431&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__5_3_43550_1216_final[/]?$ index.php?prog_id=1374&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__5_3_43550_1216_final/edit[/]?$ index.php?prog_id=1374&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_3_45685_1236_final[/]?$ index.php?prog_id=1399&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_3_45685_1236_final/edit[/]?$ index.php?prog_id=1399&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_10_228257_2253[/]?$ index.php?prog_id=1888&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_10_228257_2253/edit[/]?$ index.php?prog_id=1888&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_7_0_313494_4115[/]?$ index.php?prog_id=2482&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_7_0_313494_4115/edit[/]?$ index.php?prog_id=2482&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_smart_security_6_0_314_2[/]?$ index.php?prog_id=2254&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_smart_security_6_0_314_2/edit[/]?$ index.php?prog_id=2254&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_0_3__3392_517_1242[/]?$ index.php?prog_id=1251&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_0_3__3392_517_1242/edit[/]?$ index.php?prog_id=1251&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_6_7_2_3001_452_0718[/]?$ index.php?prog_id=855&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_6_7_2_3001_452_0718/edit[/]?$ index.php?prog_id=855&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro__7_0_4__3412_520_1245__x86_x64[/]?$ index.php?prog_id=1351&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro__7_0_4__3412_520_1245__x86_x64/edit[/]?$ index.php?prog_id=1351&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__5_0_159634_1091_rc[/]?$ index.php?prog_id=1244&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__5_0_159634_1091_rc/edit[/]?$ index.php?prog_id=1244&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_1_275152_2801[/]?$ index.php?prog_id=2282&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_1_275152_2801/edit[/]?$ index.php?prog_id=2282&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2012_12_0_0_374[/]?$ index.php?prog_id=1643&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2012_12_0_0_374/edit[/]?$ index.php?prog_id=1643&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_1__3412_520_1245[/]?$ index.php?prog_id=1437&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_7_1__3412_520_1245/edit[/]?$ index.php?prog_id=1437&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_5_build_1382[/]?$ index.php?prog_id=1589&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_5_build_1382/edit[/]?$ index.php?prog_id=1589&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_14_0_0_4651[/]?$ index.php?prog_id=2343&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_14_0_0_4651/edit[/]?$ index.php?prog_id=2343&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_5_0_93_0[/]?$ index.php?prog_id=1672&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_5_0_93_0/edit[/]?$ index.php?prog_id=1672&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_4_build_1354[/]?$ index.php?prog_id=1521&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_4_build_1354/edit[/]?$ index.php?prog_id=1521&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2011_11_0_0_232_final[/]?$ index.php?prog_id=1133&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security_2011_11_0_0_232_final/edit[/]?$ index.php?prog_id=1133&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security__5_0_95_5[/]?$ index.php?prog_id=1837&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security__5_0_95_5/edit[/]?$ index.php?prog_id=1837&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_4_1_150349_920[/]?$ index.php?prog_id=1148&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_4_1_150349_920/edit[/]?$ index.php?prog_id=1148&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_302_26[/]?$ index.php?prog_id=2402&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_302_26/edit[/]?$ index.php?prog_id=2402&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32__smart_security_home_4_2_67_10[/]?$ index.php?prog_id=1305&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32__smart_security_home_4_2_67_10/edit[/]?$ index.php?prog_id=1305&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_2011__5_0_32580_1142_final[/]?$ index.php?prog_id=1288&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_2011__5_0_32580_1142_final/edit[/]?$ index.php?prog_id=1288&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/avira_premium_security_suite_10_0_0_540[/]?$ index.php?prog_id=1048&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/avira_premium_security_suite_10_0_0_540/edit[/]?$ index.php?prog_id=1048&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security_home_edition_4_2_40[/]?$ index.php?prog_id=1033&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_nod32_antivirus___smart_security_home_edition_4_2_40/edit[/]?$ index.php?prog_id=1033&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_free_7_0_4__3416_520_1244_401[/]?$ index.php?prog_id=1320&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_free_7_0_4__3416_520_1244_401/edit[/]?$ index.php?prog_id=1320&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_317_4[/]?$ index.php?prog_id=2532&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_317_4/edit[/]?$ index.php?prog_id=2532&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_build_6_7__2983_450_714_362__rus_final[/]?$ index.php?prog_id=619&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_pro_build_6_7__2983_450_714_362__rus_final/edit[/]?$ index.php?prog_id=619&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__2009_8_0_0_build_523_cf3_final_rus[/]?$ index.php?prog_id=643&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__2009_8_0_0_build_523_cf3_final_rus/edit[/]?$ index.php?prog_id=643&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_3_13_119746_572[/]?$ index.php?prog_id=740&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_3_13_119746_572/edit[/]?$ index.php?prog_id=740&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__8_0_312_3[/]?$ index.php?prog_id=2747&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__8_0_312_3/edit[/]?$ index.php?prog_id=2747&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_rus_eng_4_0_474[/]?$ index.php?prog_id=852&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_rus_eng_4_0_474/edit[/]?$ index.php?prog_id=852&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4508[/]?$ index.php?prog_id=2745&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__8_2_0_4508/edit[/]?$ index.php?prog_id=2745&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_4_0_135239_742_final[/]?$ index.php?prog_id=939&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_4_0_135239_742_final/edit[/]?$ index.php?prog_id=939&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_free_7_1_1[/]?$ index.php?prog_id=1565&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/outpost_security_suite_free_7_1_1/edit[/]?$ index.php?prog_id=1565&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__4_2_40_10[/]?$ index.php?prog_id=1139&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security__4_2_40_10/edit[/]?$ index.php?prog_id=1139&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security___5_9_219747_2195[/]?$ index.php?prog_id=1785&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security___5_9_219747_2195/edit[/]?$ index.php?prog_id=1785&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_0_260739_2674[/]?$ index.php?prog_id=2184&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security__6_0_260739_2674/edit[/]?$ index.php?prog_id=2184&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_12_247164_2472[/]?$ index.php?prog_id=2059&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/comodo_internet_security_5_12_247164_2472/edit[/]?$ index.php?prog_id=2059&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__13_0_1_4190[/]?$ index.php?prog_id=2073&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/kaspersky_internet_security__13_0_1_4190/edit[/]?$ index.php?prog_id=2073&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_302_8[/]?$ index.php?prog_id=2394&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/eset_smart_security_7_0_302_8/edit[/]?$ index.php?prog_id=2394&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/norton_internet_security_2014_21_1_0[/]?$ index.php?prog_id=2392&%{QUERY_STRING}
RewriteRule ^bezopasnost/kompleksnaya_zashchita/norton_internet_security_2014_21_1_0/edit[/]?$ index.php?prog_id=2392&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli[/]?$ index.php?kate_id=35&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/keepass_1_18___2_14[/]?$ index.php?prog_id=1391&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/keepass_1_18___2_14/edit[/]?$ index.php?prog_id=1391&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/l0phtcrack__administrator_edition_6_0_8_0[/]?$ index.php?prog_id=838&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/l0phtcrack__administrator_edition_6_0_8_0/edit[/]?$ index.php?prog_id=838&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/lastpass_password_manager__3_0_6[/]?$ index.php?prog_id=2411&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/lastpass_password_manager__3_0_6/edit[/]?$ index.php?prog_id=2411&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/keepass_2_20_1[/]?$ index.php?prog_id=2108&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/keepass_2_20_1/edit[/]?$ index.php?prog_id=2108&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/sticky_password_free_8_0_1_109[/]?$ index.php?prog_id=2715&%{QUERY_STRING}
RewriteRule ^bezopasnost/paroli/sticky_password_free_8_0_1_109/edit[/]?$ index.php?prog_id=2715&edit=1&%{QUERY_STRING}
RewriteRule ^bezopasnost/poisk[/]?$ index.php?kate_id=50&%{QUERY_STRING}
RewriteRule ^bezopasnost/poisk/remove_fake_antivirus_1_84[/]?$ index.php?prog_id=1832&%{QUERY_STRING}
RewriteRule ^bezopasnost/poisk/remove_fake_antivirus_1_84/edit[/]?$ index.php?prog_id=1832&edit=1&%{QUERY_STRING}
RewriteRule ^internet[/]?$ index.php?cate_id=3&%{QUERY_STRING}
RewriteRule ^internet/brauzery[/]?$ index.php?kate_id=43&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_14_0_835_163[/]?$ index.php?prog_id=1678&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_14_0_835_163/edit[/]?$ index.php?prog_id=1678&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_18_0_2[/]?$ index.php?prog_id=2219&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_18_0_2/edit[/]?$ index.php?prog_id=2219&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_132[/]?$ index.php?prog_id=2821&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_132/edit[/]?$ index.php?prog_id=2821&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/microsoft_silverlight_4_0_50401_0[/]?$ index.php?prog_id=1040&%{QUERY_STRING}
RewriteRule ^internet/brauzery/microsoft_silverlight_4_0_50401_0/edit[/]?$ index.php?prog_id=1040&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_14_build_1738[/]?$ index.php?prog_id=2222&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_14_build_1738/edit[/]?$ index.php?prog_id=2222&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__26_0[/]?$ index.php?prog_id=2437&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__26_0/edit[/]?$ index.php?prog_id=2437&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__22_0_build_1471_50[/]?$ index.php?prog_id=2537&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__22_0_build_1471_50/edit[/]?$ index.php?prog_id=2537&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_13_0[/]?$ index.php?prog_id=1970&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_13_0/edit[/]?$ index.php?prog_id=1970&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_62[/]?$ index.php?prog_id=2362&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_62/edit[/]?$ index.php?prog_id=2362&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__20_0_1387_82[/]?$ index.php?prog_id=2492&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__20_0_1387_82/edit[/]?$ index.php?prog_id=2492&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__39_0[/]?$ index.php?prog_id=2818&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__39_0/edit[/]?$ index.php?prog_id=2818&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_14_0_1[/]?$ index.php?prog_id=2031&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_14_0_1/edit[/]?$ index.php?prog_id=2031&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_61[/]?$ index.php?prog_id=1827&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_61/edit[/]?$ index.php?prog_id=1827&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_6_01[/]?$ index.php?prog_id=1654&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_6_01/edit[/]?$ index.php?prog_id=1654&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_browser__3_0_20_2000[/]?$ index.php?prog_id=1400&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_browser__3_0_20_2000/edit[/]?$ index.php?prog_id=1400&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__18_0_1284_63[/]?$ index.php?prog_id=2436&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__18_0_1284_63/edit[/]?$ index.php?prog_id=2436&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_6_1000[/]?$ index.php?prog_id=2812&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_6_1000/edit[/]?$ index.php?prog_id=2812&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_1_2_2000[/]?$ index.php?prog_id=2360&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_1_2_2000/edit[/]?$ index.php?prog_id=2360&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__20_0_1[/]?$ index.php?prog_id=2273&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__20_0_1/edit[/]?$ index.php?prog_id=2273&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/ie7pro_2_4_8[/]?$ index.php?prog_id=963&%{QUERY_STRING}
RewriteRule ^internet/brauzery/ie7pro_2_4_8/edit[/]?$ index.php?prog_id=963&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_3_2_2000[/]?$ index.php?prog_id=1796&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_3_2_2000/edit[/]?$ index.php?prog_id=1796&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon__43_3_3_185[/]?$ index.php?prog_id=2811&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon__43_3_3_185/edit[/]?$ index.php?prog_id=2811&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_25_0_2_0[/]?$ index.php?prog_id=2236&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_25_0_2_0/edit[/]?$ index.php?prog_id=2236&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_24[/]?$ index.php?prog_id=1735&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_24/edit[/]?$ index.php?prog_id=1735&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/speedyfox[/]?$ index.php?prog_id=2435&%{QUERY_STRING}
RewriteRule ^internet/brauzery/speedyfox/edit[/]?$ index.php?prog_id=2435&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_13_1734[/]?$ index.php?prog_id=2211&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_13_1734/edit[/]?$ index.php?prog_id=2211&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__30_0_build_1835_88[/]?$ index.php?prog_id=2809&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__30_0_build_1835_88/edit[/]?$ index.php?prog_id=2809&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_17_0_1[/]?$ index.php?prog_id=2164&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_17_0_1/edit[/]?$ index.php?prog_id=2164&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__9_0[/]?$ index.php?prog_id=1782&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__9_0/edit[/]?$ index.php?prog_id=1782&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_15_final[/]?$ index.php?prog_id=1462&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_15_final/edit[/]?$ index.php?prog_id=1462&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__8_0[/]?$ index.php?prog_id=1732&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__8_0/edit[/]?$ index.php?prog_id=1732&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_15_build_1748[/]?$ index.php?prog_id=2260&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_15_build_1748/edit[/]?$ index.php?prog_id=2260&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron_10_0_650_0_final[/]?$ index.php?prog_id=1471&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron_10_0_650_0_final/edit[/]?$ index.php?prog_id=1471&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_130[/]?$ index.php?prog_id=2807&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_130/edit[/]?$ index.php?prog_id=2807&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__23_0_1[/]?$ index.php?prog_id=2359&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__23_0_1/edit[/]?$ index.php?prog_id=2359&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_33_1_0_0[/]?$ index.php?prog_id=2535&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_33_1_0_0/edit[/]?$ index.php?prog_id=2535&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__22_0_1229_79_m[/]?$ index.php?prog_id=2095&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__22_0_1229_79_m/edit[/]?$ index.php?prog_id=2095&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/coolnovo__2_0_3_55[/]?$ index.php?prog_id=2063&%{QUERY_STRING}
RewriteRule ^internet/brauzery/coolnovo__2_0_3_55/edit[/]?$ index.php?prog_id=2063&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_134[/]?$ index.php?prog_id=2826&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_134/edit[/]?$ index.php?prog_id=2826&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_00_build_1467[/]?$ index.php?prog_id=1990&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_00_build_1467/edit[/]?$ index.php?prog_id=1990&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/adobe_flash_player_10_2_153_1_final[/]?$ index.php?prog_id=1479&%{QUERY_STRING}
RewriteRule ^internet/brauzery/adobe_flash_player_10_2_153_1_final/edit[/]?$ index.php?prog_id=1479&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__16_0[/]?$ index.php?prog_id=2112&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__16_0/edit[/]?$ index.php?prog_id=2112&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__30_0[/]?$ index.php?prog_id=2545&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__30_0/edit[/]?$ index.php?prog_id=2545&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_29_0_1547_66[/]?$ index.php?prog_id=2372&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_29_0_1547_66/edit[/]?$ index.php?prog_id=2372&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_31_0[/]?$ index.php?prog_id=2573&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_31_0/edit[/]?$ index.php?prog_id=2573&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__23_0_1522_60[/]?$ index.php?prog_id=2574&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__23_0_1522_60/edit[/]?$ index.php?prog_id=2574&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__19_0[/]?$ index.php?prog_id=2226&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__19_0/edit[/]?$ index.php?prog_id=2226&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/internet_explorer_9[/]?$ index.php?prog_id=1475&%{QUERY_STRING}
RewriteRule ^internet/brauzery/internet_explorer_9/edit[/]?$ index.php?prog_id=1475&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_73[/]?$ index.php?prog_id=2376&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_73/edit[/]?$ index.php?prog_id=2376&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__32_0_1700_102[/]?$ index.php?prog_id=2464&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__32_0_1700_102/edit[/]?$ index.php?prog_id=2464&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_18_0_1284_68[/]?$ index.php?prog_id=2443&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_18_0_1284_68/edit[/]?$ index.php?prog_id=2443&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_16_0_1[/]?$ index.php?prog_id=2115&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_16_0_1/edit[/]?$ index.php?prog_id=2115&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_02_1578[/]?$ index.php?prog_id=2066&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_02_1578/edit[/]?$ index.php?prog_id=2066&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/wyzo__3_6_4[/]?$ index.php?prog_id=2170&%{QUERY_STRING}
RewriteRule ^internet/brauzery/wyzo__3_6_4/edit[/]?$ index.php?prog_id=2170&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_1_2000[/]?$ index.php?prog_id=2551&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_1_2000/edit[/]?$ index.php?prog_id=2551&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_16_build_1860[/]?$ index.php?prog_id=2322&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_12_16_build_1860/edit[/]?$ index.php?prog_id=2322&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__31_0_1889_99[/]?$ index.php?prog_id=2840&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__31_0_1889_99/edit[/]?$ index.php?prog_id=2840&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape__6_9_1[/]?$ index.php?prog_id=2578&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape__6_9_1/edit[/]?$ index.php?prog_id=2578&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__39_0_3[/]?$ index.php?prog_id=2841&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__39_0_3/edit[/]?$ index.php?prog_id=2841&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_24_6[/]?$ index.php?prog_id=2542&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_24_6/edit[/]?$ index.php?prog_id=2542&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__29_0[/]?$ index.php?prog_id=2512&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__29_0/edit[/]?$ index.php?prog_id=2512&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__24_7[/]?$ index.php?prog_id=2581&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__24_7/edit[/]?$ index.php?prog_id=2581&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0[/]?$ index.php?prog_id=2844&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0/edit[/]?$ index.php?prog_id=2844&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera___23_0_build_1522_72[/]?$ index.php?prog_id=2583&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera___23_0_build_1522_72/edit[/]?$ index.php?prog_id=2583&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__44_0_2403_155[/]?$ index.php?prog_id=2848&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__44_0_2403_155/edit[/]?$ index.php?prog_id=2848&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0_1[/]?$ index.php?prog_id=2850&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0_1/edit[/]?$ index.php?prog_id=2850&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0_2[/]?$ index.php?prog_id=2851&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_40_0_2/edit[/]?$ index.php?prog_id=2851&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_21_0_build_1432_57[/]?$ index.php?prog_id=2519&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_21_0_build_1432_57/edit[/]?$ index.php?prog_id=2519&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_35_0_1916_153[/]?$ index.php?prog_id=2550&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_35_0_1916_153/edit[/]?$ index.php?prog_id=2550&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__29_0_1[/]?$ index.php?prog_id=2521&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__29_0_1/edit[/]?$ index.php?prog_id=2521&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__23_0_1522_77[/]?$ index.php?prog_id=2588&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__23_0_1522_77/edit[/]?$ index.php?prog_id=2588&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__31_0_build_1889_174[/]?$ index.php?prog_id=2854&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__31_0_build_1889_174/edit[/]?$ index.php?prog_id=2854&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_33_0_1[/]?$ index.php?prog_id=2626&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_33_0_1/edit[/]?$ index.php?prog_id=2626&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__40_0_3[/]?$ index.php?prog_id=2858&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__40_0_3/edit[/]?$ index.php?prog_id=2858&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_1_0[/]?$ index.php?prog_id=2641&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_1_0/edit[/]?$ index.php?prog_id=2641&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__45_0_2454_85[/]?$ index.php?prog_id=2862&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__45_0_2454_85/edit[/]?$ index.php?prog_id=2862&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_15_0[/]?$ index.php?prog_id=2062&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_15_0/edit[/]?$ index.php?prog_id=2062&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__26_0_1656_24[/]?$ index.php?prog_id=2646&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__26_0_1656_24/edit[/]?$ index.php?prog_id=2646&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_32_0__build_1948_25[/]?$ index.php?prog_id=2863&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_32_0__build_1948_25/edit[/]?$ index.php?prog_id=2863&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_33_0_3[/]?$ index.php?prog_id=2634&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_33_0_3/edit[/]?$ index.php?prog_id=2634&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_26_0_build_1656_32[/]?$ index.php?prog_id=2657&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_26_0_build_1656_32/edit[/]?$ index.php?prog_id=2657&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__34_0_5[/]?$ index.php?prog_id=2656&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__34_0_5/edit[/]?$ index.php?prog_id=2656&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__41_0[/]?$ index.php?prog_id=2870&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__41_0/edit[/]?$ index.php?prog_id=2870&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__45_0_2454_99[/]?$ index.php?prog_id=2871&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__45_0_2454_99/edit[/]?$ index.php?prog_id=2871&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron_35_0_1900_0[/]?$ index.php?prog_id=2540&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron_35_0_1900_0/edit[/]?$ index.php?prog_id=2540&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_17__na_dvizhke_presto[/]?$ index.php?prog_id=2507&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_17__na_dvizhke_presto/edit[/]?$ index.php?prog_id=2507&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__26_0_1656_60[/]?$ index.php?prog_id=2673&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__26_0_1656_60/edit[/]?$ index.php?prog_id=2673&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__32_0_build_1948_69[/]?$ index.php?prog_id=2873&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__32_0_build_1948_69/edit[/]?$ index.php?prog_id=2873&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__41_0_1[/]?$ index.php?prog_id=2875&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__41_0_1/edit[/]?$ index.php?prog_id=2875&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__35_0[/]?$ index.php?prog_id=2681&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__35_0/edit[/]?$ index.php?prog_id=2681&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_25_7_2[/]?$ index.php?prog_id=2879&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_25_7_2/edit[/]?$ index.php?prog_id=2879&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_28_0[/]?$ index.php?prog_id=2501&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_28_0/edit[/]?$ index.php?prog_id=2501&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_35_0_x64[/]?$ index.php?prog_id=2685&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_35_0_x64/edit[/]?$ index.php?prog_id=2685&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_build_1689_54[/]?$ index.php?prog_id=2688&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_build_1689_54/edit[/]?$ index.php?prog_id=2688&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__35_0_1[/]?$ index.php?prog_id=2687&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__35_0_1/edit[/]?$ index.php?prog_id=2687&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__40_0_2214_91[/]?$ index.php?prog_id=2686&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__40_0_2214_91/edit[/]?$ index.php?prog_id=2686&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_41_0_2[/]?$ index.php?prog_id=2884&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_41_0_2/edit[/]?$ index.php?prog_id=2884&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_35_0_1[/]?$ index.php?prog_id=2702&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_35_0_1/edit[/]?$ index.php?prog_id=2702&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_1689_69[/]?$ index.php?prog_id=2701&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_1689_69/edit[/]?$ index.php?prog_id=2701&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_28[/]?$ index.php?prog_id=1876&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_28/edit[/]?$ index.php?prog_id=1876&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/slimjet__2_1_11_0[/]?$ index.php?prog_id=2707&%{QUERY_STRING}
RewriteRule ^internet/brauzery/slimjet__2_1_11_0/edit[/]?$ index.php?prog_id=2707&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_build_1689_76[/]?$ index.php?prog_id=2713&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__27_0_build_1689_76/edit[/]?$ index.php?prog_id=2713&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__36_0[/]?$ index.php?prog_id=2712&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__36_0/edit[/]?$ index.php?prog_id=2712&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/tor_browser_4_0_4[/]?$ index.php?prog_id=2714&%{QUERY_STRING}
RewriteRule ^internet/brauzery/tor_browser_4_0_4/edit[/]?$ index.php?prog_id=2714&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_43[/]?$ index.php?prog_id=2892&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_43/edit[/]?$ index.php?prog_id=2892&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__28_0_1750_40[/]?$ index.php?prog_id=2730&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__28_0_1750_40/edit[/]?$ index.php?prog_id=2730&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_3_3000[/]?$ index.php?prog_id=2653&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_3_3000/edit[/]?$ index.php?prog_id=2653&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon__36_1_1_22[/]?$ index.php?prog_id=2734&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon__36_1_1_22/edit[/]?$ index.php?prog_id=2734&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_3_0[/]?$ index.php?prog_id=2733&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_3_0/edit[/]?$ index.php?prog_id=2733&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_8_1000[/]?$ index.php?prog_id=2897&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_8_1000/edit[/]?$ index.php?prog_id=2897&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_40_0_2214_115[/]?$ index.php?prog_id=2708&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_40_0_2214_115/edit[/]?$ index.php?prog_id=2708&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_73[/]?$ index.php?prog_id=2918&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_73/edit[/]?$ index.php?prog_id=2918&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_80[/]?$ index.php?prog_id=2924&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_80/edit[/]?$ index.php?prog_id=2924&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0[/]?$ index.php?prog_id=2929&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0/edit[/]?$ index.php?prog_id=2929&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0_2[/]?$ index.php?prog_id=2933&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0_2/edit[/]?$ index.php?prog_id=2933&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_hybrid_16_0_912_75[/]?$ index.php?prog_id=1817&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_hybrid_16_0_912_75/edit[/]?$ index.php?prog_id=1817&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0_3[/]?$ index.php?prog_id=2935&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__43_0_3/edit[/]?$ index.php?prog_id=2935&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__34_0_build_2036_47[/]?$ index.php?prog_id=2941&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__34_0_build_2036_47/edit[/]?$ index.php?prog_id=2941&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_111[/]?$ index.php?prog_id=2942&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__47_0_2526_111/edit[/]?$ index.php?prog_id=2942&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0[/]?$ index.php?prog_id=2950&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0/edit[/]?$ index.php?prog_id=2950&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_82[/]?$ index.php?prog_id=2949&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_82/edit[/]?$ index.php?prog_id=2949&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_97[/]?$ index.php?prog_id=2951&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_97/edit[/]?$ index.php?prog_id=2951&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_37[/]?$ index.php?prog_id=2952&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_37/edit[/]?$ index.php?prog_id=2952&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_103[/]?$ index.php?prog_id=2956&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_103/edit[/]?$ index.php?prog_id=2956&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0_1[/]?$ index.php?prog_id=2959&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0_1/edit[/]?$ index.php?prog_id=2959&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0_2[/]?$ index.php?prog_id=2962&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__44_0_2/edit[/]?$ index.php?prog_id=2962&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__na_dvizhke_presto___12_18_build_1873[/]?$ index.php?prog_id=2963&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__na_dvizhke_presto___12_18_build_1873/edit[/]?$ index.php?prog_id=2963&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_82[/]?$ index.php?prog_id=2967&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_82/edit[/]?$ index.php?prog_id=2967&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_92[/]?$ index.php?prog_id=2976&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__35_0_build_2066_92/edit[/]?$ index.php?prog_id=2976&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_116[/]?$ index.php?prog_id=2966&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__48_0_2564_116/edit[/]?$ index.php?prog_id=2966&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__45_0[/]?$ index.php?prog_id=2979&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__45_0/edit[/]?$ index.php?prog_id=2979&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__49_0_2623_75[/]?$ index.php?prog_id=2977&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__49_0_2623_75/edit[/]?$ index.php?prog_id=2977&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__25_0_1614_71[/]?$ index.php?prog_id=2643&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__25_0_1614_71/edit[/]?$ index.php?prog_id=2643&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/apple_safari_5_0_4[/]?$ index.php?prog_id=1473&%{QUERY_STRING}
RewriteRule ^internet/brauzery/apple_safari_5_0_4/edit[/]?$ index.php?prog_id=1473&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_25[/]?$ index.php?prog_id=1783&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_25/edit[/]?$ index.php?prog_id=1783&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/cyberfox_22_0_0[/]?$ index.php?prog_id=2326&%{QUERY_STRING}
RewriteRule ^internet/brauzery/cyberfox_22_0_0/edit[/]?$ index.php?prog_id=2326&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_60_1185[/]?$ index.php?prog_id=1768&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_60_1185/edit[/]?$ index.php?prog_id=1768&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_7_0[/]?$ index.php?prog_id=1731&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_7_0/edit[/]?$ index.php?prog_id=1731&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_60[/]?$ index.php?prog_id=1202&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_60/edit[/]?$ index.php?prog_id=1202&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_13[/]?$ index.php?prog_id=1347&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_13/edit[/]?$ index.php?prog_id=1347&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_3[/]?$ index.php?prog_id=2751&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_3/edit[/]?$ index.php?prog_id=2751&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__10_0[/]?$ index.php?prog_id=1835&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__10_0/edit[/]?$ index.php?prog_id=1835&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera____portable_10_63_build_3516_final[/]?$ index.php?prog_id=1275&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera____portable_10_63_build_3516_final/edit[/]?$ index.php?prog_id=1275&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__21_0[/]?$ index.php?prog_id=2295&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__21_0/edit[/]?$ index.php?prog_id=2295&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_3[/]?$ index.php?prog_id=1020&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_3/edit[/]?$ index.php?prog_id=1020&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_16_0_2[/]?$ index.php?prog_id=2133&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_16_0_2/edit[/]?$ index.php?prog_id=2133&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron__15_0_900_0[/]?$ index.php?prog_id=1733&%{QUERY_STRING}
RewriteRule ^internet/brauzery/srware_iron__15_0_900_0/edit[/]?$ index.php?prog_id=1733&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_30_0_1599_69[/]?$ index.php?prog_id=2387&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_30_0_1599_69/edit[/]?$ index.php?prog_id=2387&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/am-deadlink_4_5[/]?$ index.php?prog_id=2002&%{QUERY_STRING}
RewriteRule ^internet/brauzery/am-deadlink_4_5/edit[/]?$ index.php?prog_id=2002&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__21_0_1180_60[/]?$ index.php?prog_id=2041&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__21_0_1180_60/edit[/]?$ index.php?prog_id=2041&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_17_0_build_1241_53[/]?$ index.php?prog_id=2400&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_17_0_build_1241_53/edit[/]?$ index.php?prog_id=2400&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_00[/]?$ index.php?prog_id=1359&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_00/edit[/]?$ index.php?prog_id=1359&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape_6_1_2[/]?$ index.php?prog_id=1058&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape_6_1_2/edit[/]?$ index.php?prog_id=1058&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/chromeplus__1_4_0_0[/]?$ index.php?prog_id=1192&%{QUERY_STRING}
RewriteRule ^internet/brauzery/chromeplus__1_4_0_0/edit[/]?$ index.php?prog_id=1192&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_50_build_3296_final[/]?$ index.php?prog_id=931&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_50_build_3296_final/edit[/]?$ index.php?prog_id=931&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/k-meleon[/]?$ index.php?prog_id=1053&%{QUERY_STRING}
RewriteRule ^internet/brauzery/k-meleon/edit[/]?$ index.php?prog_id=1053&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__24_0_1558_53[/]?$ index.php?prog_id=2593&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__24_0_1558_53/edit[/]?$ index.php?prog_id=2593&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_28_0[/]?$ index.php?prog_id=2489&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_28_0/edit[/]?$ index.php?prog_id=2489&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__5_0_final[/]?$ index.php?prog_id=1570&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__5_0_final/edit[/]?$ index.php?prog_id=1570&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__37_0_2[/]?$ index.php?prog_id=2758&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__37_0_2/edit[/]?$ index.php?prog_id=2758&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__10_01_final[/]?$ index.php?prog_id=688&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__10_01_final/edit[/]?$ index.php?prog_id=688&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__19_0_1326_47[/]?$ index.php?prog_id=2463&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__19_0_1326_47/edit[/]?$ index.php?prog_id=2463&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape__6_9_5[/]?$ index.php?prog_id=2752&%{QUERY_STRING}
RewriteRule ^internet/brauzery/lunascape__6_9_5/edit[/]?$ index.php?prog_id=2752&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_01_build_1532[/]?$ index.php?prog_id=2040&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_01_build_1532/edit[/]?$ index.php?prog_id=2040&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_8_0[/]?$ index.php?prog_id=2907&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_8_0/edit[/]?$ index.php?prog_id=2907&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/internet_explorer__10_0[/]?$ index.php?prog_id=2231&%{QUERY_STRING}
RewriteRule ^internet/brauzery/internet_explorer__10_0/edit[/]?$ index.php?prog_id=2231&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__28_0_1750_51[/]?$ index.php?prog_id=2750&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__28_0_1750_51/edit[/]?$ index.php?prog_id=2750&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_01_1190_final[/]?$ index.php?prog_id=1422&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_01_1190_final/edit[/]?$ index.php?prog_id=1422&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_15_0[/]?$ index.php?prog_id=2068&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox_15_0/edit[/]?$ index.php?prog_id=2068&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_51[/]?$ index.php?prog_id=969&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_51/edit[/]?$ index.php?prog_id=969&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_2_0_3000[/]?$ index.php?prog_id=2434&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_2_0_3000/edit[/]?$ index.php?prog_id=2434&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_10-1652[/]?$ index.php?prog_id=2144&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_10-1652/edit[/]?$ index.php?prog_id=2144&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_115[/]?$ index.php?prog_id=2906&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_115/edit[/]?$ index.php?prog_id=2906&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_16_1_1_0[/]?$ index.php?prog_id=1774&%{QUERY_STRING}
RewriteRule ^internet/brauzery/comodo_dragon_16_1_1_0/edit[/]?$ index.php?prog_id=1774&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_ac_3_7_3_sfx_unofficial_1733[/]?$ index.php?prog_id=535&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_ac_3_7_3_sfx_unofficial_1733/edit[/]?$ index.php?prog_id=535&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/am-deadlink__4_4[/]?$ index.php?prog_id=1365&%{QUERY_STRING}
RewriteRule ^internet/brauzery/am-deadlink__4_4/edit[/]?$ index.php?prog_id=1365&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__46_0_2490_86[/]?$ index.php?prog_id=2904&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__46_0_2490_86/edit[/]?$ index.php?prog_id=2904&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_37_0[/]?$ index.php?prog_id=2743&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_37_0/edit[/]?$ index.php?prog_id=2743&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_13_0_1[/]?$ index.php?prog_id=1994&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_13_0_1/edit[/]?$ index.php?prog_id=1994&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__12_0[/]?$ index.php?prog_id=1936&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__12_0/edit[/]?$ index.php?prog_id=1936&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_51_1087[/]?$ index.php?prog_id=1655&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_51_1087/edit[/]?$ index.php?prog_id=1655&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_13_0_782_218[/]?$ index.php?prog_id=1658&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_13_0_782_218/edit[/]?$ index.php?prog_id=1658&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/browserbackup_pro_8_0_0_0[/]?$ index.php?prog_id=2121&%{QUERY_STRING}
RewriteRule ^internet/brauzery/browserbackup_pro_8_0_0_0/edit[/]?$ index.php?prog_id=2121&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_6_0_2[/]?$ index.php?prog_id=1666&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_6_0_2/edit[/]?$ index.php?prog_id=1666&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_12_1707[/]?$ index.php?prog_id=2183&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__12_12_1707/edit[/]?$ index.php?prog_id=2183&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__42_0[/]?$ index.php?prog_id=2902&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__42_0/edit[/]?$ index.php?prog_id=2902&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_58[/]?$ index.php?prog_id=2901&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__33_0_build_1990_58/edit[/]?$ index.php?prog_id=2901&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_2_0_172_37[/]?$ index.php?prog_id=386&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_2_0_172_37/edit[/]?$ index.php?prog_id=386&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/yandeks_brauzer_35_0_1916_15574[/]?$ index.php?prog_id=2590&%{QUERY_STRING}
RewriteRule ^internet/brauzery/yandeks_brauzer_35_0_1916_15574/edit[/]?$ index.php?prog_id=2590&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_ru-board_2_5_14_277[/]?$ index.php?prog_id=1233&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_ru-board_2_5_14_277/edit[/]?$ index.php?prog_id=1233&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_50_build_1074[/]?$ index.php?prog_id=1581&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_50_build_1074/edit[/]?$ index.php?prog_id=1581&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_3_7_2000[/]?$ index.php?prog_id=1933&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_3_7_2000/edit[/]?$ index.php?prog_id=1933&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_36_0_3[/]?$ index.php?prog_id=2739&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_36_0_3/edit[/]?$ index.php?prog_id=2739&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser__2010_build_101[/]?$ index.php?prog_id=1226&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser__2010_build_101/edit[/]?$ index.php?prog_id=1226&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__5_0_375_126_final[/]?$ index.php?prog_id=1235&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__5_0_375_126_final/edit[/]?$ index.php?prog_id=1235&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__24_0_1558_64[/]?$ index.php?prog_id=2608&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__24_0_1558_64/edit[/]?$ index.php?prog_id=2608&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_27_0[/]?$ index.php?prog_id=2467&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_27_0/edit[/]?$ index.php?prog_id=2467&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_4_4_3000[/]?$ index.php?prog_id=2732&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_4_4_3000/edit[/]?$ index.php?prog_id=2732&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_22_0[/]?$ index.php?prog_id=2316&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_22_0/edit[/]?$ index.php?prog_id=2316&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_5_2000[/]?$ index.php?prog_id=2782&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__4_4_5_2000/edit[/]?$ index.php?prog_id=2782&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__3_0_19_1000[/]?$ index.php?prog_id=1324&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon__3_0_19_1000/edit[/]?$ index.php?prog_id=1324&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_11_build_2109[/]?$ index.php?prog_id=1533&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_11_build_2109/edit[/]?$ index.php?prog_id=1533&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_4_5_2000[/]?$ index.php?prog_id=2090&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_3_4_5_2000/edit[/]?$ index.php?prog_id=2090&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__4_0[/]?$ index.php?prog_id=1480&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__4_0/edit[/]?$ index.php?prog_id=1480&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_3_1_2000[/]?$ index.php?prog_id=2480&%{QUERY_STRING}
RewriteRule ^internet/brauzery/maxthon_4_3_1_2000/edit[/]?$ index.php?prog_id=2480&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__23_0[/]?$ index.php?prog_id=2349&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__23_0/edit[/]?$ index.php?prog_id=2349&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_24_0_1312_52[/]?$ index.php?prog_id=2196&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_24_0_1312_52/edit[/]?$ index.php?prog_id=2196&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser_2012_ultimate_edition[/]?$ index.php?prog_id=1727&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser_2012_ultimate_edition/edit[/]?$ index.php?prog_id=1727&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__20_0_build_1387_91[/]?$ index.php?prog_id=2497&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__20_0_build_1387_91/edit[/]?$ index.php?prog_id=2497&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__6_0[/]?$ index.php?prog_id=1626&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__6_0/edit[/]?$ index.php?prog_id=1626&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__37_0_2062_103[/]?$ index.php?prog_id=2596&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__37_0_2062_103/edit[/]?$ index.php?prog_id=2596&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox__38_0_1_x64[/]?$ index.php?prog_id=2790&%{QUERY_STRING}
RewriteRule ^internet/brauzery/waterfox__38_0_1_x64/edit[/]?$ index.php?prog_id=2790&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_80[/]?$ index.php?prog_id=2385&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_16_0_1196_80/edit[/]?$ index.php?prog_id=2385&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_38_0_2125_101[/]?$ index.php?prog_id=2615&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_38_0_2125_101/edit[/]?$ index.php?prog_id=2615&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_20_0[/]?$ index.php?prog_id=2258&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_20_0/edit[/]?$ index.php?prog_id=2258&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__38_0_6[/]?$ index.php?prog_id=2793&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__38_0_6/edit[/]?$ index.php?prog_id=2793&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_23[/]?$ index.php?prog_id=1691&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__3_6_23/edit[/]?$ index.php?prog_id=1691&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_30_0_build_1835_52[/]?$ index.php?prog_id=2794&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_30_0_build_1835_52/edit[/]?$ index.php?prog_id=2794&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/firefox__17_esr[/]?$ index.php?prog_id=2153&%{QUERY_STRING}
RewriteRule ^internet/brauzery/firefox__17_esr/edit[/]?$ index.php?prog_id=2153&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__33_0[/]?$ index.php?prog_id=2616&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__33_0/edit[/]?$ index.php?prog_id=2616&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_4_0_1[/]?$ index.php?prog_id=1518&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_4_0_1/edit[/]?$ index.php?prog_id=1518&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__25_0_1614_50[/]?$ index.php?prog_id=2617&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__25_0_1614_50/edit[/]?$ index.php?prog_id=2617&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_12_0_742_91[/]?$ index.php?prog_id=1562&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_12_0_742_91/edit[/]?$ index.php?prog_id=1562&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_4_0_3[/]?$ index.php?prog_id=1502&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon_4_0_3/edit[/]?$ index.php?prog_id=1502&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_5_01[/]?$ index.php?prog_id=1595&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_5_01/edit[/]?$ index.php?prog_id=1595&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_adaptable_7_0_1[/]?$ index.php?prog_id=1698&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_adaptable_7_0_1/edit[/]?$ index.php?prog_id=1698&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_7_0[/]?$ index.php?prog_id=1690&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_7_0/edit[/]?$ index.php?prog_id=1690&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_01_1160_post-final[/]?$ index.php?prog_id=1389&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_01_1160_post-final/edit[/]?$ index.php?prog_id=1389&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_10[/]?$ index.php?prog_id=1506&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_10/edit[/]?$ index.php?prog_id=1506&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__7_01[/]?$ index.php?prog_id=1693&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__7_01/edit[/]?$ index.php?prog_id=1693&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser__2010_build_130_final[/]?$ index.php?prog_id=1428&%{QUERY_STRING}
RewriteRule ^internet/brauzery/avant_browser__2010_build_130_final/edit[/]?$ index.php?prog_id=1428&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/apple_safari__4_0_530_17_final[/]?$ index.php?prog_id=294&%{QUERY_STRING}
RewriteRule ^internet/brauzery/apple_safari__4_0_530_17_final/edit[/]?$ index.php?prog_id=294&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_5[/]?$ index.php?prog_id=2799&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_5/edit[/]?$ index.php?prog_id=2799&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_62_build_1347[/]?$ index.php?prog_id=1905&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_11_62_build_1347/edit[/]?$ index.php?prog_id=1905&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_18_0[/]?$ index.php?prog_id=2193&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_18_0/edit[/]?$ index.php?prog_id=2193&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_4_0[/]?$ index.php?prog_id=2765&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__25_4_0/edit[/]?$ index.php?prog_id=2765&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__8_0_1[/]?$ index.php?prog_id=1761&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__8_0_1/edit[/]?$ index.php?prog_id=1761&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_8___3_5_11[/]?$ index.php?prog_id=1222&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_8___3_5_11/edit[/]?$ index.php?prog_id=1222&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__15_1[/]?$ index.php?prog_id=2088&%{QUERY_STRING}
RewriteRule ^internet/brauzery/pale_moon__15_1/edit[/]?$ index.php?prog_id=2088&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_32_0_3[/]?$ index.php?prog_id=2605&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_32_0_3/edit[/]?$ index.php?prog_id=2605&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_65[/]?$ index.php?prog_id=2776&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__43_0_2357_65/edit[/]?$ index.php?prog_id=2776&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__25_0[/]?$ index.php?prog_id=2407&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__25_0/edit[/]?$ index.php?prog_id=2407&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_32_0_1[/]?$ index.php?prog_id=2601&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_32_0_1/edit[/]?$ index.php?prog_id=2601&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_2[/]?$ index.php?prog_id=1011&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_2/edit[/]?$ index.php?prog_id=1011&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_15_0_1147_153[/]?$ index.php?prog_id=2346&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_15_0_1147_153/edit[/]?$ index.php?prog_id=2346&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_20_0[/]?$ index.php?prog_id=2004&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_20_0/edit[/]?$ index.php?prog_id=2004&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__29_0_build_1795_60[/]?$ index.php?prog_id=2777&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__29_0_build_1795_60/edit[/]?$ index.php?prog_id=2777&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_12[/]?$ index.php?prog_id=1269&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_3_6_12/edit[/]?$ index.php?prog_id=1269&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_4_1_249_1042[/]?$ index.php?prog_id=1005&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome_4_1_249_1042/edit[/]?$ index.php?prog_id=1005&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/midori_0_1_8[/]?$ index.php?prog_id=1060&%{QUERY_STRING}
RewriteRule ^internet/brauzery/midori_0_1_8/edit[/]?$ index.php?prog_id=1060&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_53_build_3374_final[/]?$ index.php?prog_id=1092&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera_10_53_build_3374_final/edit[/]?$ index.php?prog_id=1092&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_64[/]?$ index.php?prog_id=1951&%{QUERY_STRING}
RewriteRule ^internet/brauzery/opera__11_64/edit[/]?$ index.php?prog_id=1951&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_15_0[/]?$ index.php?prog_id=2060&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox_15_0/edit[/]?$ index.php?prog_id=2060&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__32_0[/]?$ index.php?prog_id=2592&%{QUERY_STRING}
RewriteRule ^internet/brauzery/mozilla_firefox__32_0/edit[/]?$ index.php?prog_id=2592&edit=1&%{QUERY_STRING}
RewriteRule ^internet/brauzery/google_chrome__1_249_1064[/]?$ index.php?prog_id=1066&%{QUERY_STRING}