We are working on a site with a CMS. The first task we have to fix is that none of the pages are linking to each other correctly. So the href links will be looking for a link such as http://websiteaddress.com/aboutus/ but the actual file will be at http://websiteaddress.com/aboutus.php. So I think the previous web developer was trying to re-write the URLs using the htaccess file but didn’t succeed or didn’t finish as the htaccess file hasn’t been written. I am looking for someone with php/mysq…