I don't realy know in what forum i can post this question
GauGau , please help to place this right.
Before the gallery was a part of my website, so i had a index.html, pointing to the gallery...
Now, the gallery became that important of the website that i desided it will be the realy home page.
situation right now, in the root folder i have a html document with the body onload, -> go to /gallery
problem of that: the index.html does not contain anything, and that's not good for the search engines,
so i like to have for example a copy of the index.php in the /gallery folder in the root folder.
is that possible? and does it work?
Greetings
Hendrik Kroon
Why not move the gallery to the root?
is a posibility, but lot's of liks are made already to the /gallery directory.
So if it is possible to make a copy of the index.php
is it possible to make a php file and just put in there include: /gallery/index.php or something like that?
No, coppermine can't be included using PHP's include command. Use a redirect if you don't want to move the gallery into the root.