

Options +FollowSymlinks
RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} ^innovativedeveloper.com$
RewriteRule (.*) https://www.innovativedeveloper.com/client-demo/$1 [R=301,L]
RewriteRule ^([a-zA-Z0-9_-]+)$ content.php?linkid=$1 [L]
RewriteRule ^speciality-detail/([a-zA-Z0-9_-]+)$ specialities_detail.php?sid=$1 [L]
RewriteRule ^news-and-events/([a-zA-Z0-9_-]+)/([0-9]+)$ news-events-listing.php?short=$1&pgNo=$2 [L]
RewriteRule ^press-release/([a-zA-Z0-9_-]+)/([0-9]+)$  press-releases.php?press_short=$1&pgNo=$2 [L]
RewriteRule ^articles/([a-zA-Z0-9_-]+)/([0-9]+)$ articles.php?art_short=$1&pgNo=$2 [L]
RewriteRule ^news-events-archive/([a-zA-Z0-9_-]+)/([0-9]+)$ news-archieve-listing.php?short=$1&pgNo=$2 [L]
RewriteRule ^patient-testimonials/([a-zA-Z0-9_-]+)/([0-9]+)$  testimonial.php?short=$1&pgNo=$2 [L]
RewriteRule ^video/([a-zA-Z0-9_-]+)/([0-9]+)$  videogallery.php?video_short=$1&pgNo=$2 [L]
RewriteRule ^career/([a-zA-Z0-9_-]+)/([0-9]+)/([0-9]+)$  career_list.php?short=$1&pgNo=$2&jc_id=$3 [L]
RewriteRule ^doctor-list/([a-zA-Z0-9_-]+)/([0-9]+)$  alpha-doctors.php?txt=$1&pgNo=$2 [L]
#
RewriteRule ^news-detail/([a-zA-Z0-9_-]+)$ news-event-detail.php?nid=$1 [L]
RewriteRule ^testimonials/([a-zA-Z0-9_-]+)$ testimonials.php?short=$1 [L]
RewriteRule ^testimonial-details/([a-zA-Z0-9_-]+)$ testimonial-detail.php?test_id=$1 [L] 
RewriteRule ^speciality-listing/([a-zA-Z0-9_-]+)/([0-9]+)$ specialities_listing.php?short=$1&pgNo=$2 [L]

RewriteRule ^appointment/([a-zA-Z0-9_-]+)$ make-an-appointment.php?short=$1 [L]
RewriteRule ^make-an-appointment/([a-zA-Z0-9_-]+)$ make-an-appointment.php?short=$1 [L]
RewriteRule ^doctor-appointment/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)$ appointment-to-doctor.php?docname=$1&short=$2 [L]
RewriteRule ^contact-us/([a-zA-Z0-9_-]+)$ contact-us.php?short=$1 [L]
RewriteRule ^doctor-listing/([a-zA-Z0-9_-]+)$ doctor-listing.php?short=$1 [L]

RewriteRule ^dr-profile/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)$ doctor_detail.php?name=$1&did=$2 [L]
RewriteRule ^find-a-doc/([a-zA-Z0-9_-]+)$ find-a-doc.php?short=$1 [L]

