Anomalie #3

mcp.php inatteignable

Added by R1_Bzh about 2 years ago. Updated about 2 years ago.

Status:Résolu Start date:05/03/2010
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:- Spent time: -
Target version:-

Description

Si l'on est dans un album et que l'on veut déplacer une photo, on clique sur "modérer -> déplacer"

Lien du déplacement
http://www.myrnbarad.org/galerie/mcp.php?action=images_move&album_id=2&image_id=58&redirect=redirect

On est redirigé vers le MCP du forum à cause de la règle du htaccess

# FIX RELATIVE PATHS : FILES
RewriteRule ^.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /$1 [QSA,L,NC,R=301]

History

Updated by R1_Bzh about 2 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

corrigé en modifiant la ligne dans le htaccess

de

# FIX RELATIVE PATHS : FILES
RewriteRule ^.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /$1 [QSA,L,NC,R=301]

en

# FIX RELATIVE PATHS : FILES
RewriteRule ^(?!galerie)/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ $2 [QSA,L,NC,R=301]

Also available in: Atom PDF