My main index template file is a Php file (index.php). This because i have to include this file in an other page.
When i click on "read more" i have this url : http://www.myurl.com/archives/000001.html#more but i can not include this file on my php file. On my server i can only include a php file.
I would like to have, when i click on "read more" or visit the archive that the url is : http://www.myurl.com/archivesOOOOO1.php#more. Is this possible. If it is possible what or where do i have to change that i have a php file
Thx for the help