Options -MultiViews
RewriteEngine On
RewriteBase /soham/free/

# Redirect "Generate" to "start.php"
RewriteRule ^Generate$ start.php [L]

# Redirect "Key" to "finish.php"
RewriteRule ^Key$ finish.php [L]
