i have:
http://maraniweb.it/cpg1410/index.php
i want put index.php in the home page
http://maraniweb.it/index.php
thanks
Move the gallery there then.
i want home page coppermine http://maraniweb.it/index.php. If i move the index.php the link no work. I create page redirect?
Either move everything there (not only the index file, but the entire coppermine folder and file structure) or set up a redirect. Up to you, both will work fine.
I do not know creating one page of redirect
ok,ok. i create a index page with this code:
<?php
header("Location: http://www.maraniweb.it/cpg1410/index.php");
?>
;D ;D
Issue solved then?
Quote from: altares on February 14, 2007, 10:53:24 AM
ok,ok. i create a index page with this code:
<?php
header("Location: http://www.maraniweb.it/cpg1410/index.php");
?>
;D ;D
No i don't believe this works because there is a lot of reference to the index.php file. For example in the index.php file it self. How knows what is stored in the DB?
I tried this a little but a lot of stuff doesn't work anymore then. I tried this because I want to display /index.php?cat=1 (usercategories).
Jurjen
Why don't you do as suggested in the first place and move the entire content of your coppermine folder into your webroot? All that is left to do then is change the coppermine URL in the config and you're done.