
	
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}/live/v1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule ^users/(.*)$ users.php?id=$1 [NC,QSA,L]
RewriteRule ^services/(.*)$ services.php?id=$1 [NC,QSA,L]
RewriteRule ^address/(.*)$ address.php?id=$1 [NC,QSA,L]
RewriteRule ^recipes/(.*)$ recipes.php?id=$1 [NC,QSA,L]
RewriteRule ^comments/(.*)$ comments.php?id=$1 [NC,QSA,L]
RewriteRule ^bills/(.*)$ bills.php?id=$1 [NC,QSA,L]
RewriteRule ^chat/(.*)$ chat.php?id=$1 [NC,QSA,L]
RewriteRule ^ebulletin/(.*)$ ebulletin.php?id=$1 [NC,QSA,L]
RewriteRule ^statistics/(.*)$ statistics.php?id=$1 [NC,QSA,L]
RewriteRule ^support/(.*)$ support.php?id=$1 [NC,QSA,L]
RewriteRule ^contacts/(.*)$ contacts.php?id=$1 [NC,QSA,L]
RewriteRule ^payment/(.*)$ payment.php?id=$1 [NC,QSA,L]
RewriteRule ^clients/(.*)$ clients.php?id=$1 [NC,QSA,L]
RewriteRule ^blogs/(.*)$ blogs.php?id=$1 [NC,QSA,L]
RewriteRule ^diet/(.*)$ diet.php?id=$1 [NC,QSA,L]
RewriteRule ^rdiet/(.*)$ rdiet.php?id=$1 [NC,QSA,L]
RewriteRule ^followers/(.*)$ followers.php?id=$1 [NC,QSA,L]
RewriteRule ^questions/(.*)$ questions.php?id=$1 [NC,QSA,L]
RewriteRule ^posts/(.*)$ posts.php?id=$1 [NC,QSA,L]
RewriteRule ^feedback/(.*)$ feedback.php?id=$1 [NC,QSA,L]
RewriteRule ^packages/(.*)$ packages.php?id=$1 [NC,QSA,L]
RewriteRule ^site/(.*)$ site.php?id=$1 [NC,QSA,L]
RewriteRule ^credits/(.*)$ credits.php?id=$1 [NC,QSA,L]
RewriteRule ^appointments/(.*)$ appointments.php?id=$1 [NC,QSA,L]
RewriteRule ^tv/(.*)$ tv.php?id=$1 [NC,QSA,L]
RewriteRule ^design/(.*)$ design.php?id=$1 [NC,QSA,L]
RewriteRule ^download/(.*)$ download.php?id=$1 [NC,QSA,L]
RewriteRule ^projects/(.*)$ projects.php?id=$1 [NC,QSA,L]
RewriteRule ^bbb/(.*)$ bbb.php?id=$1 [NC,QSA,L]
RewriteRule ^disease/(.*)$ disease.php?id=$1 [NC,QSA,L]
RewriteRule ^hit/(.*)$ hit.php?id=$1 [NC,QSA,L]
RewriteRule ^notification/(.*)$ notification.php?id=$1 [NC,QSA,L]
RewriteRule ^feed/(.*)$ feed.php?id=$1 [NC,QSA,L]


RewriteRule ^deneme/(.*)$ deneme.php?id=$1 [NC,QSA,L]


ErrorDocument 404 /404.php

</IfModule>
