# invoke rewrite engine
RewriteEngine On
RewriteBase /

Options -Indexes
<IfModule mod_negotiation.c>
	Options -MultiViews
</IfModule>

# Redirect non-www to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

# Specific redirections
RewriteRule ^index\.html$ / [L,R=301]
RewriteCond %{QUERY_STRING} ^/\:param2$
RewriteRule ^articles/\:param1$ articles/-param1-/-param2-/-param3__-param4 [L,R=301,QSD]
RewriteRule ^articles/general/\shttps\://www\.webmd\.com/eye-health/eyeglasses-that-do-the-job$ articles/general/https-www.webmd.com/eye-health/eyeglasses-that-do-the-job [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=1$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=10$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=10$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=10$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=11$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=11$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=11$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=11$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=12$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=12$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=12$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=12$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=12$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=2$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=2$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=2$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=2$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=2$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=3$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=3$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=3$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=3$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=3$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=4$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=5$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=6$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=7$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=8$
RewriteRule ^$ package-newsletter-action-show_archive-year-2018-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=9$
RewriteRule ^$ package-newsletter-action-show_archive-year-2013-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=9$
RewriteRule ^$ package-newsletter-action-show_archive-year-2014-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=9$
RewriteRule ^$ package-newsletter-action-show_archive-year-2015-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=9$
RewriteRule ^$ package-newsletter-action-show_archive-year-2016-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=9$
RewriteRule ^$ package-newsletter-action-show_archive-year-2017-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive$
RewriteRule ^$ package-newsletter-action-show_archive [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&reload_menu=1$
RewriteRule ^$ package-newsletter-action-show_archive-reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=0$
RewriteRule ^$ ada-0 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^$ ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16681$
RewriteRule ^$ newsletters-16681 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16683$
RewriteRule ^$ newsletters-16683 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16684$
RewriteRule ^$ newsletters-16684 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16685$
RewriteRule ^$ newsletters-16685 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16686$
RewriteRule ^$ newsletters-16686 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=17429$
RewriteRule ^$ newsletters-17429 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=17430$
RewriteRule ^$ newsletters-17430 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=18240$
RewriteRule ^$ newsletters-18240 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=18543$
RewriteRule ^$ newsletters-18543 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19122$
RewriteRule ^$ newsletters-19122 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19191$
RewriteRule ^$ newsletters-19191 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19710$
RewriteRule ^$ newsletters-19710 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19711$
RewriteRule ^$ newsletters-19711 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20439$
RewriteRule ^$ newsletters-20439 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20850$
RewriteRule ^$ newsletters-20850 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20852$
RewriteRule ^$ newsletters-20852 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=21576$
RewriteRule ^$ newsletters-21576 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=21677$
RewriteRule ^$ newsletters-21677 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=22328$
RewriteRule ^$ newsletters-22328 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=22807$
RewriteRule ^$ newsletters-22807 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23169$
RewriteRule ^$ newsletters-23169 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23213$
RewriteRule ^$ newsletters-23213 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23764$
RewriteRule ^$ newsletters-23764 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24281$
RewriteRule ^$ newsletters-24281 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24454$
RewriteRule ^$ newsletters-24454 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24805$
RewriteRule ^$ newsletters-24805 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=25377$
RewriteRule ^$ newsletters-25377 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=25594$
RewriteRule ^$ newsletters-25594 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=26664$
RewriteRule ^$ newsletters-26664 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=26804$
RewriteRule ^$ newsletters-26804 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27231$
RewriteRule ^$ newsletters-27231 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27532$
RewriteRule ^$ newsletters-27532 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27621$
RewriteRule ^$ newsletters-27621 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27939$
RewriteRule ^$ newsletters-27939 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28349$
RewriteRule ^$ newsletters-28349 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28683$
RewriteRule ^$ newsletters-28683 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28954$
RewriteRule ^$ newsletters-28954 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29206$
RewriteRule ^$ newsletters-29206 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29469$
RewriteRule ^$ newsletters-29469 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29793$
RewriteRule ^$ newsletters-29793 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29956$
RewriteRule ^$ newsletters-29956 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30205$
RewriteRule ^$ newsletters-30205 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30426$
RewriteRule ^$ newsletters-30426 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30505$
RewriteRule ^$ newsletters-30505 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30705$
RewriteRule ^$ newsletters-30705 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30952$
RewriteRule ^$ newsletters-30952 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=31184$
RewriteRule ^$ newsletters-31184 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=31568$
RewriteRule ^$ newsletters-31568 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=31705$
RewriteRule ^$ newsletters-31705 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32071$
RewriteRule ^$ newsletters-32071 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32368$
RewriteRule ^$ newsletters-32368 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32938$
RewriteRule ^$ newsletters-32938 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33142$
RewriteRule ^$ newsletters-33142 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33143$
RewriteRule ^$ newsletters-33143 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33158$
RewriteRule ^$ newsletters-33158 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33168$
RewriteRule ^$ newsletters-33168 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33175$
RewriteRule ^$ newsletters-33175 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33182$
RewriteRule ^$ newsletters-33182 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33205$
RewriteRule ^$ newsletters-33205 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33215$
RewriteRule ^$ newsletters-33215 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33223$
RewriteRule ^$ newsletters-33223 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33236$
RewriteRule ^$ newsletters-33236 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33246$
RewriteRule ^$ newsletters-33246 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33254$
RewriteRule ^$ newsletters-33254 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33263$
RewriteRule ^$ newsletters-33263 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33270$
RewriteRule ^$ newsletters-33270 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33283$
RewriteRule ^$ newsletters-33283 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^$ page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^$ reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^$ request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^$ send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^about-us\.html$ about-us_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^about-us\.html$ about-us_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^about-us\.html$ about-us_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^about-us\.html$ about-us_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^about-us\.html$ about-us_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^about-us/meet-the-optometrist/new-page\.html$ about-us/meet-the-optometrist/new-page_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^about-us/meet-the-optometrist/new-page\.html$ about-us/meet-the-optometrist/new-page_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^about-us/meet-the-optometrist/new-page\.html$ about-us/meet-the-optometrist/new-page_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^about-us/meet-the-optometrist/new-page\.html$ about-us/meet-the-optometrist/new-page_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^about-us/meet-the-optometrist/new-page\.html$ about-us/meet-the-optometrist/new-page_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_25377\.html$ articles/a_25377_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_25377\.html$ articles/a_25377_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_25594\.html$ articles/a_25594_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_26804\.html$ articles/a_26804_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_27939\.html$ articles/a_27939_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_28349\.html$ articles/a_28349_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_28349\.html$ articles/a_28349_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_28683\.html$ articles/a_28683_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_28683\.html$ articles/a_28683_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_29206\.html$ articles/a_29206_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_29469\.html$ articles/a_29469_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_29469\.html$ articles/a_29469_reload_menu-1 [L,R=301,QSD]
RewriteRule ^articles/a_33158\.html/page/2$ articles/a_33158_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33158\.html/page/3$ articles/a_33158_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33158\.html$ articles/a_33158_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33158\.html$ articles/a_33158_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33158\.html$ articles/a_33158_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33158\.html$ articles/a_33158_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33158\.html$ articles/a_33158_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33168\.html/page/2$ articles/a_33168_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33168\.html/page/3$ articles/a_33168_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33175\.html/page/2$ articles/a_33175_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33175\.html/page/3$ articles/a_33175_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33175\.html$ articles/a_33175_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33175\.html$ articles/a_33175_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33175\.html$ articles/a_33175_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33175\.html$ articles/a_33175_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33175\.html$ articles/a_33175_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33182\.html/page/2$ articles/a_33182_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33182\.html/page/3$ articles/a_33182_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33205\.html/page/2$ articles/a_33205_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33205\.html/page/3$ articles/a_33205_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33205\.html$ articles/a_33205_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33205\.html$ articles/a_33205_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33205\.html$ articles/a_33205_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33205\.html$ articles/a_33205_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33205\.html$ articles/a_33205_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33215\.html/page/2$ articles/a_33215_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33215\.html/page/3$ articles/a_33215_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33215\.html$ articles/a_33215_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33215\.html$ articles/a_33215_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33215\.html$ articles/a_33215_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33215\.html$ articles/a_33215_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33215\.html$ articles/a_33215_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33223\.html/page/2$ articles/a_33223_html/page/2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33223\.html$ articles/a_33223_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33223\.html$ articles/a_33223_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33223\.html$ articles/a_33223_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33223\.html$ articles/a_33223_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33223\.html$ articles/a_33223_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33236\.html/page/2$ articles/a_33236_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33236\.html/page/3$ articles/a_33236_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33246\.html/page/2$ articles/a_33246_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33246\.html/page/3$ articles/a_33246_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33254\.html/page/2$ articles/a_33254_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33254\.html/page/3$ articles/a_33254_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33263\.html/page/2$ articles/a_33263_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33263\.html/page/3$ articles/a_33263_html/page/3 [L,R=301,QSD]
RewriteRule ^articles/a_33270\.html/page/2$ articles/a_33270_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/a_33270\.html/page/3$ articles/a_33270_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^articles/a_33270\.html$ articles/a_33270_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_33270\.html$ articles/a_33270_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^articles/a_33270\.html$ articles/a_33270_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^articles/a_33270\.html$ articles/a_33270_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^articles/a_33270\.html$ articles/a_33270_send_doctor-1 [L,R=301,QSD]
RewriteRule ^articles/a_33283\.html/page/2$ articles/a_33283_html/page/2 [L,R=301,QSD]
RewriteRule ^articles/services\.html/page/3$ articles/services_html/page/3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^contact-lens-exams\.html$ contact-lens-exams_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^contact-lens-exams\.html$ contact-lens-exams_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^contact-lens-exams\.html$ contact-lens-exams_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^contact-lens-exams\.html$ contact-lens-exams_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^contact-lens-exams\.html$ contact-lens-exams_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^contact-us\.html$ contact-us_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^contact-us\.html$ contact-us_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^contact-us\.html$ contact-us_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^contact-us\.html$ contact-us_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^imatrix\.php$ imatrix_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home&reload_menu=1$
RewriteRule ^imatrix\.php$ imatrix_page-home-reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^imatrix\.php$ imatrix_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^index\.php$ index_php [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=1$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=1$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=1$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=1$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2016-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=10$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=10$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=11$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=11$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=12$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=12$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=12$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=2$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=2$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=2$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2016-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=3$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=3$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=3$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=4$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=4$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=4$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=5$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=5$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=5$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2016-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=6$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=6$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=6$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=7$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=7$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=7$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2015-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=7$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2016-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=8$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=8$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=9$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2013-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=9$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-year-2014-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&reload_menu=1$
RewriteRule ^index\.php$ index_package-newsletter-action-show_archive-reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16681$
RewriteRule ^index\.php$ index_newsletters-16681 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16683$
RewriteRule ^index\.php$ index_newsletters-16683 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16684$
RewriteRule ^index\.php$ index_newsletters-16684 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16686$
RewriteRule ^index\.php$ index_newsletters-16686 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=17429$
RewriteRule ^index\.php$ index_newsletters-17429 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=18240$
RewriteRule ^index\.php$ index_newsletters-18240 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=18543$
RewriteRule ^index\.php$ index_newsletters-18543 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19122$
RewriteRule ^index\.php$ index_newsletters-19122 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19191$
RewriteRule ^index\.php$ index_newsletters-19191 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19710$
RewriteRule ^index\.php$ index_newsletters-19710 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=19711$
RewriteRule ^index\.php$ index_newsletters-19711 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20439$
RewriteRule ^index\.php$ index_newsletters-20439 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20850$
RewriteRule ^index\.php$ index_newsletters-20850 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=20852$
RewriteRule ^index\.php$ index_newsletters-20852 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=21576$
RewriteRule ^index\.php$ index_newsletters-21576 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=22328$
RewriteRule ^index\.php$ index_newsletters-22328 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=22807$
RewriteRule ^index\.php$ index_newsletters-22807 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23169$
RewriteRule ^index\.php$ index_newsletters-23169 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23213$
RewriteRule ^index\.php$ index_newsletters-23213 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=23764$
RewriteRule ^index\.php$ index_newsletters-23764 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24281$
RewriteRule ^index\.php$ index_newsletters-24281 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24454$
RewriteRule ^index\.php$ index_newsletters-24454 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=24805$
RewriteRule ^index\.php$ index_newsletters-24805 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=25377$
RewriteRule ^index\.php$ index_newsletters-25377 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=25594$
RewriteRule ^index\.php$ index_newsletters-25594 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=26664$
RewriteRule ^index\.php$ index_newsletters-26664 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27231$
RewriteRule ^index\.php$ index_newsletters-27231 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27532$
RewriteRule ^index\.php$ index_newsletters-27532 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27939$
RewriteRule ^index\.php$ index_newsletters-27939 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28349$
RewriteRule ^index\.php$ index_newsletters-28349 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28683$
RewriteRule ^index\.php$ index_newsletters-28683 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=28954$
RewriteRule ^index\.php$ index_newsletters-28954 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29206$
RewriteRule ^index\.php$ index_newsletters-29206 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29469$
RewriteRule ^index\.php$ index_newsletters-29469 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29793$
RewriteRule ^index\.php$ index_newsletters-29793 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30952$
RewriteRule ^index\.php$ index_newsletters-30952 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^index\.php$ index_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^insurance-payments\.html$ insurance-payments_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^insurance-payments\.html$ insurance-payments_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^insurance-payments\.html$ insurance-payments_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^insurance-payments\.html$ insurance-payments_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^insurance-payments\.html$ insurance-payments_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^lasik\.html$ lasik_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^lasik\.html$ lasik_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^lasik\.html$ lasik_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^lasik\.html$ lasik_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^lasik\.html$ lasik_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^meet-the-optometrist\.html$ meet-the-optometrist_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^meet-the-optometrist\.html$ meet-the-optometrist_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^meet-the-optometrist\.html$ meet-the-optometrist_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^meet-the-optometrist\.html$ meet-the-optometrist_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^meet-the-optometrist\.html$ meet-the-optometrist_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^meet-the-staff\.html$ meet-the-staff_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^meet-the-staff\.html$ meet-the-staff_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^meet-the-staff\.html$ meet-the-staff_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^meet-the-staff\.html$ meet-the-staff_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^meet-the-staff\.html$ meet-the-staff_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^new-patient-center\.html$ new-patient-center_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^new-patient-center\.html$ new-patient-center_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^new-patient-center\.html$ new-patient-center_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^new-patient-center\.html$ new-patient-center_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^new-patient-center\.html$ new-patient-center_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^online-forms\.html$ online-forms_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^online-forms\.html$ online-forms_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^online-forms\.html$ online-forms_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^online-forms\.html$ online-forms_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^online-forms\.html$ online-forms_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^select-frames\.html$ select-frames_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^select-frames\.html$ select-frames_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^select-frames\.html$ select-frames_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^select-frames\.html$ select-frames_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^select-frames\.html$ select-frames_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^services\.html$ services_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^services\.html$ services_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^services\.html$ services_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^services\.html$ services_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^services\.html$ services_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^vision-exams\.html$ vision-exams_ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^vision-exams\.html$ vision-exams_page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^vision-exams\.html$ vision-exams_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^vision-exams\.html$ vision-exams_request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^vision-exams\.html$ vision-exams_send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1&reload_menu=1$
RewriteRule ^imatrix\.php$ imatrix_ada-1-reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_25377\.html$ articles/a_25377_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_26804\.html$ articles/a_26804_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_27939\.html$ articles/a_27939_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_28349\.html$ articles/a_28349_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_28683\.html$ articles/a_28683_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_29206\.html$ articles/a_29206_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^articles/a_29469\.html$ articles/a_29469_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1542_how_the_eyes_work\.html$ community_content/c_1542_how_the_eyes_work_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1542_how_the_eyes_work\.html$ community_content/c_1542_how_the_eyes_work_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1542_how_the_eyes_work\.html$ community_content/c_1542_how_the_eyes_work_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1542_how_the_eyes_work\.html$ community_content/c_1542_how_the_eyes_work_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1542_how_the_eyes_work\.html$ community_content/c_1542_how_the_eyes_work_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1543_effects_of_the_sun\.html$ community_content/c_1543_effects_of_the_sun_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1543_effects_of_the_sun\.html$ community_content/c_1543_effects_of_the_sun_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1543_effects_of_the_sun\.html$ community_content/c_1543_effects_of_the_sun_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1543_effects_of_the_sun\.html$ community_content/c_1543_effects_of_the_sun_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1543_effects_of_the_sun\.html$ community_content/c_1543_effects_of_the_sun_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1544_protecting_your_eyes\.html$ community_content/c_1544_protecting_your_eyes_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1544_protecting_your_eyes\.html$ community_content/c_1544_protecting_your_eyes_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1544_protecting_your_eyes\.html$ community_content/c_1544_protecting_your_eyes_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1544_protecting_your_eyes\.html$ community_content/c_1544_protecting_your_eyes_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1544_protecting_your_eyes\.html$ community_content/c_1544_protecting_your_eyes_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1546_dry_eyes\.html$ community_content/c_1546_dry_eyes_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1546_dry_eyes\.html$ community_content/c_1546_dry_eyes_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1546_dry_eyes\.html$ community_content/c_1546_dry_eyes_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1546_dry_eyes\.html$ community_content/c_1546_dry_eyes_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1546_dry_eyes\.html$ community_content/c_1546_dry_eyes_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1547_low_vision\.html$ community_content/c_1547_low_vision_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1547_low_vision\.html$ community_content/c_1547_low_vision_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1547_low_vision\.html$ community_content/c_1547_low_vision_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1547_low_vision\.html$ community_content/c_1547_low_vision_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1547_low_vision\.html$ community_content/c_1547_low_vision_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1548_cataracts\.html$ community_content/c_1548_cataracts_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1548_cataracts\.html$ community_content/c_1548_cataracts_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1548_cataracts\.html$ community_content/c_1548_cataracts_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1548_cataracts\.html$ community_content/c_1548_cataracts_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1548_cataracts\.html$ community_content/c_1548_cataracts_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1549_astigmatism\.html$ community_content/c_1549_astigmatism_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1549_astigmatism\.html$ community_content/c_1549_astigmatism_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1549_astigmatism\.html$ community_content/c_1549_astigmatism_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1549_astigmatism\.html$ community_content/c_1549_astigmatism_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1549_astigmatism\.html$ community_content/c_1549_astigmatism_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1550_glaucoma\.html$ community_content/c_1550_glaucoma_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1550_glaucoma\.html$ community_content/c_1550_glaucoma_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1550_glaucoma\.html$ community_content/c_1550_glaucoma_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1550_glaucoma\.html$ community_content/c_1550_glaucoma_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1550_glaucoma\.html$ community_content/c_1550_glaucoma_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1552_pain_management\.html$ community_content/c_1552_pain_management_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1552_pain_management\.html$ community_content/c_1552_pain_management_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1552_pain_management\.html$ community_content/c_1552_pain_management_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1552_pain_management\.html$ community_content/c_1552_pain_management_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1552_pain_management\.html$ community_content/c_1552_pain_management_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1555_lens_coatings\.html$ community_content/c_1555_lens_coatings_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1555_lens_coatings\.html$ community_content/c_1555_lens_coatings_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1555_lens_coatings\.html$ community_content/c_1555_lens_coatings_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1555_lens_coatings\.html$ community_content/c_1555_lens_coatings_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1555_lens_coatings\.html$ community_content/c_1555_lens_coatings_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1556_using_computers\.html$ community_content/c_1556_using_computers_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1556_using_computers\.html$ community_content/c_1556_using_computers_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1556_using_computers\.html$ community_content/c_1556_using_computers_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1556_using_computers\.html$ community_content/c_1556_using_computers_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1556_using_computers\.html$ community_content/c_1556_using_computers_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1558_presbyopia\.html$ community_content/c_1558_presbyopia_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1558_presbyopia\.html$ community_content/c_1558_presbyopia_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1558_presbyopia\.html$ community_content/c_1558_presbyopia_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1558_presbyopia\.html$ community_content/c_1558_presbyopia_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1558_presbyopia\.html$ community_content/c_1558_presbyopia_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1559_binocular_vision\.html$ community_content/c_1559_binocular_vision_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1559_binocular_vision\.html$ community_content/c_1559_binocular_vision_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1559_binocular_vision\.html$ community_content/c_1559_binocular_vision_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1559_binocular_vision\.html$ community_content/c_1559_binocular_vision_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1559_binocular_vision\.html$ community_content/c_1559_binocular_vision_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1560_how_to_read_prescriptions\.html$ community_content/c_1560_how_to_read_prescriptions_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1560_how_to_read_prescriptions\.html$ community_content/c_1560_how_to_read_prescriptions_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1560_how_to_read_prescriptions\.html$ community_content/c_1560_how_to_read_prescriptions_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1560_how_to_read_prescriptions\.html$ community_content/c_1560_how_to_read_prescriptions_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1560_how_to_read_prescriptions\.html$ community_content/c_1560_how_to_read_prescriptions_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1561_reading_glasses\.html$ community_content/c_1561_reading_glasses_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1561_reading_glasses\.html$ community_content/c_1561_reading_glasses_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1561_reading_glasses\.html$ community_content/c_1561_reading_glasses_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1561_reading_glasses\.html$ community_content/c_1561_reading_glasses_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1561_reading_glasses\.html$ community_content/c_1561_reading_glasses_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1562_bifocal\.html$ community_content/c_1562_bifocal_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1562_bifocal\.html$ community_content/c_1562_bifocal_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1562_bifocal\.html$ community_content/c_1562_bifocal_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1562_bifocal\.html$ community_content/c_1562_bifocal_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1562_bifocal\.html$ community_content/c_1562_bifocal_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_1563_colored\.html$ community_content/c_1563_colored_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_1563_colored\.html$ community_content/c_1563_colored_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_1563_colored\.html$ community_content/c_1563_colored_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_1563_colored\.html$ community_content/c_1563_colored_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_1563_colored\.html$ community_content/c_1563_colored_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2419_common_eye_conditions\.html$ community_content/c_2419_common_eye_conditions_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2419_common_eye_conditions\.html$ community_content/c_2419_common_eye_conditions_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2419_common_eye_conditions\.html$ community_content/c_2419_common_eye_conditions_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2419_common_eye_conditions\.html$ community_content/c_2419_common_eye_conditions_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2419_common_eye_conditions\.html$ community_content/c_2419_common_eye_conditions_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2420_contact_lenses\.html$ community_content/c_2420_contact_lenses_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2420_contact_lenses\.html$ community_content/c_2420_contact_lenses_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2420_contact_lenses\.html$ community_content/c_2420_contact_lenses_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2420_contact_lenses\.html$ community_content/c_2420_contact_lenses_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2420_contact_lenses\.html$ community_content/c_2420_contact_lenses_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2423_eyeglasses\.html$ community_content/c_2423_eyeglasses_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2423_eyeglasses\.html$ community_content/c_2423_eyeglasses_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2423_eyeglasses\.html$ community_content/c_2423_eyeglasses_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2423_eyeglasses\.html$ community_content/c_2423_eyeglasses_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2423_eyeglasses\.html$ community_content/c_2423_eyeglasses_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2699_conjunctivitis\.html$ community_content/c_2699_conjunctivitis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2699_conjunctivitis\.html$ community_content/c_2699_conjunctivitis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2699_conjunctivitis\.html$ community_content/c_2699_conjunctivitis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2699_conjunctivitis\.html$ community_content/c_2699_conjunctivitis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2699_conjunctivitis\.html$ community_content/c_2699_conjunctivitis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2700_corneal_ulcer\.html$ community_content/c_2700_corneal_ulcer_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2700_corneal_ulcer\.html$ community_content/c_2700_corneal_ulcer_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2700_corneal_ulcer\.html$ community_content/c_2700_corneal_ulcer_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2700_corneal_ulcer\.html$ community_content/c_2700_corneal_ulcer_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2700_corneal_ulcer\.html$ community_content/c_2700_corneal_ulcer_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2701_detached_retina\.html$ community_content/c_2701_detached_retina_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2701_detached_retina\.html$ community_content/c_2701_detached_retina_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2701_detached_retina\.html$ community_content/c_2701_detached_retina_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2701_detached_retina\.html$ community_content/c_2701_detached_retina_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2701_detached_retina\.html$ community_content/c_2701_detached_retina_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2702_eye_floaters\.html$ community_content/c_2702_eye_floaters_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2702_eye_floaters\.html$ community_content/c_2702_eye_floaters_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2702_eye_floaters\.html$ community_content/c_2702_eye_floaters_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2702_eye_floaters\.html$ community_content/c_2702_eye_floaters_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2702_eye_floaters\.html$ community_content/c_2702_eye_floaters_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2703_ocular_migraine\.html$ community_content/c_2703_ocular_migraine_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2703_ocular_migraine\.html$ community_content/c_2703_ocular_migraine_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2703_ocular_migraine\.html$ community_content/c_2703_ocular_migraine_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2703_ocular_migraine\.html$ community_content/c_2703_ocular_migraine_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2703_ocular_migraine\.html$ community_content/c_2703_ocular_migraine_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2704_photophobia\.html$ community_content/c_2704_photophobia_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2704_photophobia\.html$ community_content/c_2704_photophobia_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2704_photophobia\.html$ community_content/c_2704_photophobia_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2704_photophobia\.html$ community_content/c_2704_photophobia_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2704_photophobia\.html$ community_content/c_2704_photophobia_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2705_ptosis\.html$ community_content/c_2705_ptosis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2705_ptosis\.html$ community_content/c_2705_ptosis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2705_ptosis\.html$ community_content/c_2705_ptosis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2705_ptosis\.html$ community_content/c_2705_ptosis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2705_ptosis\.html$ community_content/c_2705_ptosis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2706_red_eyes\.html$ community_content/c_2706_red_eyes_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2706_red_eyes\.html$ community_content/c_2706_red_eyes_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2706_red_eyes\.html$ community_content/c_2706_red_eyes_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2706_red_eyes\.html$ community_content/c_2706_red_eyes_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2706_red_eyes\.html$ community_content/c_2706_red_eyes_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2707_stye\.html$ community_content/c_2707_stye_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2707_stye\.html$ community_content/c_2707_stye_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2707_stye\.html$ community_content/c_2707_stye_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2707_stye\.html$ community_content/c_2707_stye_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2707_stye\.html$ community_content/c_2707_stye_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2713_bells_palsy\.html$ community_content/c_2713_bells_palsy_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2713_bells_palsy\.html$ community_content/c_2713_bells_palsy_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2713_bells_palsy\.html$ community_content/c_2713_bells_palsy_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2713_bells_palsy\.html$ community_content/c_2713_bells_palsy_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2713_bells_palsy\.html$ community_content/c_2713_bells_palsy_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2714_blepharitis\.html$ community_content/c_2714_blepharitis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2714_blepharitis\.html$ community_content/c_2714_blepharitis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2714_blepharitis\.html$ community_content/c_2714_blepharitis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2714_blepharitis\.html$ community_content/c_2714_blepharitis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2714_blepharitis\.html$ community_content/c_2714_blepharitis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2715_ocular_rosacea\.html$ community_content/c_2715_ocular_rosacea_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2715_ocular_rosacea\.html$ community_content/c_2715_ocular_rosacea_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2715_ocular_rosacea\.html$ community_content/c_2715_ocular_rosacea_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2715_ocular_rosacea\.html$ community_content/c_2715_ocular_rosacea_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2715_ocular_rosacea\.html$ community_content/c_2715_ocular_rosacea_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2717_uveitis\.html$ community_content/c_2717_uveitis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2717_uveitis\.html$ community_content/c_2717_uveitis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2717_uveitis\.html$ community_content/c_2717_uveitis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2717_uveitis\.html$ community_content/c_2717_uveitis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2717_uveitis\.html$ community_content/c_2717_uveitis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2718_allergies\.html$ community_content/c_2718_allergies_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2718_allergies\.html$ community_content/c_2718_allergies_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2718_allergies\.html$ community_content/c_2718_allergies_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2718_allergies\.html$ community_content/c_2718_allergies_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2718_allergies\.html$ community_content/c_2718_allergies_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2719_eye_occlusions\.html$ community_content/c_2719_eye_occlusions_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2719_eye_occlusions\.html$ community_content/c_2719_eye_occlusions_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2719_eye_occlusions\.html$ community_content/c_2719_eye_occlusions_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2719_eye_occlusions\.html$ community_content/c_2719_eye_occlusions_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2719_eye_occlusions\.html$ community_content/c_2719_eye_occlusions_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2720_vision_problems\.html$ community_content/c_2720_vision_problems_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2720_vision_problems\.html$ community_content/c_2720_vision_problems_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2720_vision_problems\.html$ community_content/c_2720_vision_problems_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2720_vision_problems\.html$ community_content/c_2720_vision_problems_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2720_vision_problems\.html$ community_content/c_2720_vision_problems_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2721_amblyopia\.html$ community_content/c_2721_amblyopia_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2721_amblyopia\.html$ community_content/c_2721_amblyopia_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2721_amblyopia\.html$ community_content/c_2721_amblyopia_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2721_amblyopia\.html$ community_content/c_2721_amblyopia_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2721_amblyopia\.html$ community_content/c_2721_amblyopia_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2722_color_blindness\.html$ community_content/c_2722_color_blindness_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2722_color_blindness\.html$ community_content/c_2722_color_blindness_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2722_color_blindness\.html$ community_content/c_2722_color_blindness_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2722_color_blindness\.html$ community_content/c_2722_color_blindness_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2722_color_blindness\.html$ community_content/c_2722_color_blindness_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2723_nystagmus\.html$ community_content/c_2723_nystagmus_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2723_nystagmus\.html$ community_content/c_2723_nystagmus_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2723_nystagmus\.html$ community_content/c_2723_nystagmus_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2723_nystagmus\.html$ community_content/c_2723_nystagmus_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2723_nystagmus\.html$ community_content/c_2723_nystagmus_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2724_eye_symptoms\.html$ community_content/c_2724_eye_symptoms_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2724_eye_symptoms\.html$ community_content/c_2724_eye_symptoms_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2724_eye_symptoms\.html$ community_content/c_2724_eye_symptoms_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2724_eye_symptoms\.html$ community_content/c_2724_eye_symptoms_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2724_eye_symptoms\.html$ community_content/c_2724_eye_symptoms_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2725_eye_pain\.html$ community_content/c_2725_eye_pain_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2725_eye_pain\.html$ community_content/c_2725_eye_pain_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2725_eye_pain\.html$ community_content/c_2725_eye_pain_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2725_eye_pain\.html$ community_content/c_2725_eye_pain_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2725_eye_pain\.html$ community_content/c_2725_eye_pain_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2726_chalazion\.html$ community_content/c_2726_chalazion_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2726_chalazion\.html$ community_content/c_2726_chalazion_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2726_chalazion\.html$ community_content/c_2726_chalazion_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2726_chalazion\.html$ community_content/c_2726_chalazion_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2726_chalazion\.html$ community_content/c_2726_chalazion_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2727_macular_hole\.html$ community_content/c_2727_macular_hole_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2727_macular_hole\.html$ community_content/c_2727_macular_hole_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2727_macular_hole\.html$ community_content/c_2727_macular_hole_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2727_macular_hole\.html$ community_content/c_2727_macular_hole_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2727_macular_hole\.html$ community_content/c_2727_macular_hole_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2728_strabismus\.html$ community_content/c_2728_strabismus_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2728_strabismus\.html$ community_content/c_2728_strabismus_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2728_strabismus\.html$ community_content/c_2728_strabismus_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2728_strabismus\.html$ community_content/c_2728_strabismus_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2728_strabismus\.html$ community_content/c_2728_strabismus_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2729_eye_diseases\.html$ community_content/c_2729_eye_diseases_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2729_eye_diseases\.html$ community_content/c_2729_eye_diseases_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2729_eye_diseases\.html$ community_content/c_2729_eye_diseases_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2729_eye_diseases\.html$ community_content/c_2729_eye_diseases_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2729_eye_diseases\.html$ community_content/c_2729_eye_diseases_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2730_cytomegalovirus_cmv_retinitis\.html$ community_content/c_2730_cytomegalovirus_cmv_retinitis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2730_cytomegalovirus_cmv_retinitis\.html$ community_content/c_2730_cytomegalovirus_cmv_retinitis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2730_cytomegalovirus_cmv_retinitis\.html$ community_content/c_2730_cytomegalovirus_cmv_retinitis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2730_cytomegalovirus_cmv_retinitis\.html$ community_content/c_2730_cytomegalovirus_cmv_retinitis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2730_cytomegalovirus_cmv_retinitis\.html$ community_content/c_2730_cytomegalovirus_cmv_retinitis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2731_fuchs_corneal_dystrophy\.html$ community_content/c_2731_fuchs_corneal_dystrophy_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2731_fuchs_corneal_dystrophy\.html$ community_content/c_2731_fuchs_corneal_dystrophy_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2731_fuchs_corneal_dystrophy\.html$ community_content/c_2731_fuchs_corneal_dystrophy_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2731_fuchs_corneal_dystrophy\.html$ community_content/c_2731_fuchs_corneal_dystrophy_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2731_fuchs_corneal_dystrophy\.html$ community_content/c_2731_fuchs_corneal_dystrophy_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2732_keratoconus\.html$ community_content/c_2732_keratoconus_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2732_keratoconus\.html$ community_content/c_2732_keratoconus_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2732_keratoconus\.html$ community_content/c_2732_keratoconus_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2732_keratoconus\.html$ community_content/c_2732_keratoconus_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2732_keratoconus\.html$ community_content/c_2732_keratoconus_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2733_macular_dystrophy\.html$ community_content/c_2733_macular_dystrophy_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2733_macular_dystrophy\.html$ community_content/c_2733_macular_dystrophy_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2733_macular_dystrophy\.html$ community_content/c_2733_macular_dystrophy_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2733_macular_dystrophy\.html$ community_content/c_2733_macular_dystrophy_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2733_macular_dystrophy\.html$ community_content/c_2733_macular_dystrophy_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2734_retinitis_pigmentosa\.html$ community_content/c_2734_retinitis_pigmentosa_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2734_retinitis_pigmentosa\.html$ community_content/c_2734_retinitis_pigmentosa_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2734_retinitis_pigmentosa\.html$ community_content/c_2734_retinitis_pigmentosa_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2734_retinitis_pigmentosa\.html$ community_content/c_2734_retinitis_pigmentosa_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2734_retinitis_pigmentosa\.html$ community_content/c_2734_retinitis_pigmentosa_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2735_stargardt_disease\.html$ community_content/c_2735_stargardt_disease_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2735_stargardt_disease\.html$ community_content/c_2735_stargardt_disease_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2735_stargardt_disease\.html$ community_content/c_2735_stargardt_disease_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2735_stargardt_disease\.html$ community_content/c_2735_stargardt_disease_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2735_stargardt_disease\.html$ community_content/c_2735_stargardt_disease_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2736_swollen_eyelids\.html$ community_content/c_2736_swollen_eyelids_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2736_swollen_eyelids\.html$ community_content/c_2736_swollen_eyelids_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2736_swollen_eyelids\.html$ community_content/c_2736_swollen_eyelids_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2736_swollen_eyelids\.html$ community_content/c_2736_swollen_eyelids_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2736_swollen_eyelids\.html$ community_content/c_2736_swollen_eyelids_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2737_optic_neuritis\.html$ community_content/c_2737_optic_neuritis_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2737_optic_neuritis\.html$ community_content/c_2737_optic_neuritis_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2737_optic_neuritis\.html$ community_content/c_2737_optic_neuritis_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2737_optic_neuritis\.html$ community_content/c_2737_optic_neuritis_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2737_optic_neuritis\.html$ community_content/c_2737_optic_neuritis_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2738_sleep_in_the_eyes_eye_discharge\.html$ community_content/c_2738_sleep_in_the_eyes_eye_discharge_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2738_sleep_in_the_eyes_eye_discharge\.html$ community_content/c_2738_sleep_in_the_eyes_eye_discharge_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2738_sleep_in_the_eyes_eye_discharge\.html$ community_content/c_2738_sleep_in_the_eyes_eye_discharge_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2738_sleep_in_the_eyes_eye_discharge\.html$ community_content/c_2738_sleep_in_the_eyes_eye_discharge_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2738_sleep_in_the_eyes_eye_discharge\.html$ community_content/c_2738_sleep_in_the_eyes_eye_discharge_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2739_sjogrens_syndrome\.html$ community_content/c_2739_sjogrens_syndrome_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2739_sjogrens_syndrome\.html$ community_content/c_2739_sjogrens_syndrome_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2739_sjogrens_syndrome\.html$ community_content/c_2739_sjogrens_syndrome_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2739_sjogrens_syndrome\.html$ community_content/c_2739_sjogrens_syndrome_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2739_sjogrens_syndrome\.html$ community_content/c_2739_sjogrens_syndrome_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2740_subconjunctival_hemorrhage\.html$ community_content/c_2740_subconjunctival_hemorrhage_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2740_subconjunctival_hemorrhage\.html$ community_content/c_2740_subconjunctival_hemorrhage_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2740_subconjunctival_hemorrhage\.html$ community_content/c_2740_subconjunctival_hemorrhage_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2740_subconjunctival_hemorrhage\.html$ community_content/c_2740_subconjunctival_hemorrhage_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2740_subconjunctival_hemorrhage\.html$ community_content/c_2740_subconjunctival_hemorrhage_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2741_pinguecula_and_pterygium__surfers_eye\.html$ community_content/c_2741_pinguecula_and_pterygium__surfers_eye_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2741_pinguecula_and_pterygium__surfers_eye\.html$ community_content/c_2741_pinguecula_and_pterygium__surfers_eye_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2741_pinguecula_and_pterygium__surfers_eye\.html$ community_content/c_2741_pinguecula_and_pterygium__surfers_eye_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2741_pinguecula_and_pterygium__surfers_eye\.html$ community_content/c_2741_pinguecula_and_pterygium__surfers_eye_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2741_pinguecula_and_pterygium__surfers_eye\.html$ community_content/c_2741_pinguecula_and_pterygium__surfers_eye_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2748_eye_procedures_and_treatments\.html$ community_content/c_2748_eye_procedures_and_treatments_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2748_eye_procedures_and_treatments\.html$ community_content/c_2748_eye_procedures_and_treatments_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2748_eye_procedures_and_treatments\.html$ community_content/c_2748_eye_procedures_and_treatments_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2748_eye_procedures_and_treatments\.html$ community_content/c_2748_eye_procedures_and_treatments_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2748_eye_procedures_and_treatments\.html$ community_content/c_2748_eye_procedures_and_treatments_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2749_neurovision_therapy\.html$ community_content/c_2749_neurovision_therapy_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2749_neurovision_therapy\.html$ community_content/c_2749_neurovision_therapy_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2749_neurovision_therapy\.html$ community_content/c_2749_neurovision_therapy_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2749_neurovision_therapy\.html$ community_content/c_2749_neurovision_therapy_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2749_neurovision_therapy\.html$ community_content/c_2749_neurovision_therapy_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2750_cornea_transplant\.html$ community_content/c_2750_cornea_transplant_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2750_cornea_transplant\.html$ community_content/c_2750_cornea_transplant_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2750_cornea_transplant\.html$ community_content/c_2750_cornea_transplant_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2750_cornea_transplant\.html$ community_content/c_2750_cornea_transplant_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2750_cornea_transplant\.html$ community_content/c_2750_cornea_transplant_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2751_intacs_for_keratoconus\.html$ community_content/c_2751_intacs_for_keratoconus_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2751_intacs_for_keratoconus\.html$ community_content/c_2751_intacs_for_keratoconus_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2751_intacs_for_keratoconus\.html$ community_content/c_2751_intacs_for_keratoconus_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2751_intacs_for_keratoconus\.html$ community_content/c_2751_intacs_for_keratoconus_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2751_intacs_for_keratoconus\.html$ community_content/c_2751_intacs_for_keratoconus_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2752_corneal_crosslinking\.html$ community_content/c_2752_corneal_crosslinking_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2752_corneal_crosslinking\.html$ community_content/c_2752_corneal_crosslinking_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2752_corneal_crosslinking\.html$ community_content/c_2752_corneal_crosslinking_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2752_corneal_crosslinking\.html$ community_content/c_2752_corneal_crosslinking_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2752_corneal_crosslinking\.html$ community_content/c_2752_corneal_crosslinking_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery\.html$ community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery\.html$ community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery\.html$ community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery\.html$ community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery\.html$ community_content/c_2753_vitrectomy_and_vitreoretinal__eye_surgery_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^community_content/c_2754_eye_twitching\.html$ community_content/c_2754_eye_twitching_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^community_content/c_2754_eye_twitching\.html$ community_content/c_2754_eye_twitching_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^community_content/c_2754_eye_twitching\.html$ community_content/c_2754_eye_twitching_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^community_content/c_2754_eye_twitching\.html$ community_content/c_2754_eye_twitching_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^community_content/c_2754_eye_twitching\.html$ community_content/c_2754_eye_twitching_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^imatrix\.php$ imatrix.php/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^imatrix\.php$ imatrix.php/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^imatrix\.php$ imatrix.php/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^imatrix\.php$ imatrix.php/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^index\.php$ index_php/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^index\.php$ index_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=3$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=9$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=10$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=11$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2013&month=12$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2013-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=2$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=3$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=9$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=11$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2014&month=12$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2014-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=2$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=3$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=9$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=10$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=11$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2015&month=12$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2015-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=2$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=3$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=9$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=16685$
RewriteRule ^index\.php$ index_newsletters-16685 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=10$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=11$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-11 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2016&month=12$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2016-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=2$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=21677$
RewriteRule ^index\.php$ index_newsletters-21677 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=17430$
RewriteRule ^index\.php$ index_newsletters-17430 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=26804$
RewriteRule ^index\.php$ index_newsletters-26804 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30205$
RewriteRule ^index\.php$ index_newsletters-30205 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30505$
RewriteRule ^index\.php$ index_newsletters-30505 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^index\.php$ index_php/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=9$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-9 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=10$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-10 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2017&month=12$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2017-month-12 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=1$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=2$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-2 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=3$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-3 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=4$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-4 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=5$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-5 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=6$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-6 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=7$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-7 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^package=newsletter&action=show_archive&year=2018&month=8$
RewriteRule ^index\.php$ index_php/package-newsletter-action-show_archive-year-2018-month-8 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33283$
RewriteRule ^index\.php$ index_newsletters-33283 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33270$
RewriteRule ^index\.php$ index_newsletters-33270 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33263$
RewriteRule ^index\.php$ index_newsletters-33263 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33254$
RewriteRule ^index\.php$ index_newsletters-33254 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33246$
RewriteRule ^index\.php$ index_newsletters-33246 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33236$
RewriteRule ^index\.php$ index_newsletters-33236 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33223$
RewriteRule ^index\.php$ index_newsletters-33223 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33215$
RewriteRule ^index\.php$ index_newsletters-33215 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33205$
RewriteRule ^index\.php$ index_newsletters-33205 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33182$
RewriteRule ^index\.php$ index_newsletters-33182 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33175$
RewriteRule ^index\.php$ index_newsletters-33175 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33168$
RewriteRule ^index\.php$ index_newsletters-33168 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33158$
RewriteRule ^index\.php$ index_newsletters-33158 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33143$
RewriteRule ^index\.php$ index_newsletters-33143 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=33142$
RewriteRule ^index\.php$ index_newsletters-33142 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32938$
RewriteRule ^index\.php$ index_newsletters-32938 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32368$
RewriteRule ^index\.php$ index_newsletters-32368 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=32071$
RewriteRule ^index\.php$ index_newsletters-32071 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=31705$
RewriteRule ^index\.php$ index_newsletters-31705 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=31568$
RewriteRule ^index\.php$ index_newsletters-31568 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30705$
RewriteRule ^index\.php$ index_newsletters-30705 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=30426$
RewriteRule ^index\.php$ index_newsletters-30426 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=29956$
RewriteRule ^index\.php$ index_newsletters-29956 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^newsletters=27621$
RewriteRule ^index\.php$ index_newsletters-27621 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^privacy_policy\.html$ privacy_policy_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^privacy_policy\.html$ privacy_policy_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^privacy_policy\.html$ privacy_policy_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^privacy_policy\.html$ privacy_policy_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^privacy_policy\.html$ privacy_policy_reload_menu-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ada=1$
RewriteRule ^terms_of_use\.html$ terms_of_use_html/ada-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^page=home$
RewriteRule ^terms_of_use\.html$ terms_of_use_html/page-home [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^request_appointment=1$
RewriteRule ^terms_of_use\.html$ terms_of_use_html/request_appointment-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^send_doctor=1$
RewriteRule ^terms_of_use\.html$ terms_of_use_html/send_doctor-1 [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^reload_menu=1$
RewriteRule ^terms_of_use\.html$ terms_of_use_reload_menu-1 [L,R=301,QSD]

# Create pretty URLs
DirectorySlash Off

RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ %1 [NC,L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} (.*)/$
RewriteRule ^(.*)/$ $1 [NC,L,R=301]

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
# End: Create pretty URLs

# Redirect all extensions to html
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.shtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.phtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jhtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.htm$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.php$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.aspx$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.asp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jsp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.apk$ $1.html [L,NC,R=301]
# End: Redirect all extensions to html
