I got a folder called chatham which in it has php files as doing local SEO on a site that has couchcms integrated and the index of the folder can be accessed in the web browser so was thinking as don't want the index of the folder name be accessed, could it be redirected to a url of one of the files inside that folder

so if access http://www.domain.co.uk/chatham could it be redirected to http://www.domain.co.uk/chatham/computer-repair

Update: Just solved it using the following in the htaccess file

DirectoryIndex computer-repair.php index.html

It's odd with the above method, I could type in any directory name that would not even exist on the server and I would see all the files of the website so in the end I went with Options -Indexes

Never known that to happen before where could type in any directory name and could see all the files on the webserver