# Route everything except real files/directories through index.php
RewriteEngine On
RewriteBase /gold-jewellery-software/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
