RewriteEngine ON
RewriteBase /

# RewriteRule ^description/([0-9])$ description.php?hotel_id=$1
# RewriteRule ^log-in/affiliate$ log-in.php?affiliate=yes
# RewriteRule ^payment/([0-9])/([0-9])$ payment.php?hotel_id=$1&room_id=$2

RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
RewriteCond %{HTTP_HOST} ^burasolutions\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.burasolutions\.com$
RewriteRule ^/?$ "https\:\/\/google\.com\/" [R=301,L]

