redirect to another web page redirect to another web page
 

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

redirect to another web page

Started by agonamba, September 26, 2004, 12:17:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

agonamba

Hello

This is my first post on this forum.
Congratulations for Coppermine !  ;D

I have search on the forum to resolve my problem, but I have not find a solution.

My problem :
When a visitor (user or not) use a web adress pointing directly to a folder containing pictures, he is automaticly redirect to the start page of the coppermine gallery.
I want to redirect it to another web page of my site.

Thanks for your responses.

Sorry for my bad english, I'm french  :P

Joachim Müller

edit your_coppermine_folder/albums/index.html with a plain text editor, find<meta http-equiv="refresh" content="0; url=../index.php">and replace the target, e.g. like this:<meta http-equiv="refresh" content="0; url=../../my_rediretion_page.htm">or<meta http-equiv="refresh" content="0; url=http://mysite.tld/some_folder/my_rediretion_page.htm">

Joachim