Hi all,
I have a very large amount of files I need to update, so I thought the easiest way would be to do it with php.
Below is the current directory structure
www.domain.com/branch_finder/country/county/town/
I need to replace the existing index page in every "county" level directory inside the branch_finder folder with a page here:
www.domain.com/staff/cdir/templates/county/index.php
I am guessing I would have to run a script inside the branch_finder directory to identify each county page and replace it?
How would I go about doing this?
Thanks in advance.
Max.