What do I do gallery index.php visible in homepage? What do I do gallery index.php visible in homepage?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

What do I do gallery index.php visible in homepage?

Started by altares, February 13, 2007, 03:25:14 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.



altares

i want home page coppermine http://maraniweb.it/index.php. If  i move the index.php the link no work. I create page redirect?

Joachim Müller

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.

altares


altares


Joachim Müller


jle

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

Joachim Müller

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.