#coppermine
RewriteRule ^gallerie-([1-9][0-9]*).html modules.php?name=coppermine&cat=$1
RewriteRule ^album-([0-9]*).html modules.php?name=coppermine&file=thumbnails&album=$1
RewriteRule ^album-([0-9]*)-photo-([0-9]*).html modules.php?name=coppermine&file=displayimage&album=$1&pos=$2
RewriteRule ^photo-hazard-([0-9]*).html modules.php?name=coppermine&file=displayimage&album=random&cat=&pos=-$1
RewriteRule ^dernier-ajout-([0-9]*).html modules.php?name=coppermine&file=displayimage&album=lastup&cat=&pos=$1
RewriteRule ^image-hazard-gallerie-([0-9]*)-photo-([0-9]*).html modules.php?name=coppermine&file=displayimage&album=random&cat=$1&pos=-$2
RewriteRule ^diaporama-([0-9]*)-([0-9]*).html modules.php?name=coppermine&file=displayimage&album=$1&pid=$2&slideshow=5000
RewriteRule ^grande-image-([0-9]*).html modules.php?name=coppermine&file=displayimagepopup&pid=$1&fullsize=$2
RewriteRule ^album-([0-9]*)-page-([0-9]*).html modules.php?name=coppermine&file=thumbnails&album=$1&page=$2
$urlin = array(Citation:
"'(?<!/)modules.php\?name=coppermine&cat=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([0-9]*)&page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimagepopup&pid=([0-9]*)&fullsize=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([0-9]*)&pid=([0-9]*)&slideshow=5000'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=random&cat=([0-9]*)&pos=-([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=lastup&cat=&pos=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=random&cat=&pos=-([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([0-9]*)&pos=v'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([0-9]*)'",
$urlout = array(Citation:
"gallerie-\\1.html",
"album-\\1-page-\\2.html",
"grande-image-\\1.html",
"diaporama-\\1-\\2.html",
"image-hazard-gallerie-\\1-photo-\\2.html",
"dernier-ajout-\\1.html",
"photo-hazard-\\1.html",
"album-\\1-photo-\\2.html",
"album-\\1.html",