Options -Indexes
RewriteEngine On
RewriteBase /boulinkafrica.co.za/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^about-us/?$ about-us.php [L,QSA]
RewriteRule ^services/?$ services.php [L,QSA]
RewriteRule ^projects/?$ projects.php [L,QSA]
RewriteRule ^contact/?$ contact.php [L,QSA]
