RewriteEngine on
php_value session.save_path /home/appihars/public_html/tmp
 
RewriteRule ^bakimda$ bakimda.php [QSA]  
RewriteRule ^([0-9a-zA-Z-_]+)$ index.php?sayfa=$1 [QSA]  
RewriteRule ^([0-9a-zA-Z-_]+)/([0-9a-zA-Z-_]+)$ index.php?sayfa=$1&id=$2 [QSA]
