Advanced search  

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

Pages: [1]   Go Down

Author Topic: alles WEG! Problem mit .htaccess?  (Read 4970 times)

0 Members and 1 Guest are viewing this topic.

charmed007

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
alles WEG! Problem mit .htaccess?
« on: July 01, 2007, 04:57:05 pm »

Hey,
ich brauche ganz schnell HILFE!!!!!! Kann mir jemand bitte bitte helfen:
Ich wollte nur den onlinestats plugin in meiner Galerie hinzufügen und dann kam problem mit .htaccess....Ich weiß nicht was ich machen soll....es kommt gar nichts mehr hier klickst. Es wurde mal kurz etwas angezeigt aber ich konnte auf die schnelle nur .htaccess lesen...
Ist irgendetwas an dem .htaccess falsch?
Quote
##  ********************************************
##  Coppermine Photo Gallery
##  ************************
##  Copyright (c) 2003-2006 Coppermine Dev Team
##  v1.1 originaly written by Gregory DEMAR
##
##  This program is free software; you can redistribute it and/or modify
##  it under the terms of the GNU General Public License as published by
##  the Free Software Foundation; either version 2 of the License, or
##  (at your option) any later version.
##  ********************************************
##  Coppermine version: 1.4.10
##  $Source$
##  $Revision: 3275 $
##  $Author: gaugau $
##  $Date: 2006-09-03 12:10:47 +0200 (So, 03 Sep 2006) $
##  ********************************************

Options FollowSymLinks SymLinksIfOwnerMatch

RewriteEngine on

#  Uncomment the following line if your webserver's
#  URL is not directly related to physical file paths.
#  Update "YOUR_COPPERMINE_ROOT" (just / for root)

#RewriteBase /YOUR_COPPERMINE_ROOT

#
# Rewrite index urls
#
RewriteRule index-([0-9]*)\.html index.php?cat=$1 [NC]

RewriteRule index-([0-9]*)-page-([0-9]*)\.html index.php?cat=$1&page=$2 [NC]

#
# Rewrite thumbnail urls
#
RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)\.html thumbnails.php?album=$1&cat=$2 [NC]

RewriteRule thumbnails-([a-z0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&page=$2 [NC]

RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&cat=$2&page=$3 [NC]

RewriteRule thumbnails-([0-9a-z]*)\.html thumbnails.php?album=$1 [NC]

RewriteRule thumbnails-search-(.*)\.html thumbnails.php?album=search&search=$1 [NC]


#
# Rewrite displayimage urls
#
RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&cat=$2&pos=$3 [NC]

RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&pos=$2 [NC]

RewriteRule displayimage-([0-9]+)\.html displayimage.php?pos=-$1 [NC]

RewriteRule slideshow-([0-9]+)-([\-]?[0-9]+)-([0-9]+)\.html displayimage.php?album=$1&pid=$2&slideshow=$3 [NC]

RewriteRule slideshow-([a-z]+)-([\-]?[0-9]+)-([0-9]+)-([0-9]+)\.html displayimage.php?album=$1&cat=$2&pid=$3&slideshow=$4 [NC]

Liegt das an dem .htaccess?

Kann jemand vielleicht mal drübergucken wenn es nicht am .htaccess liegt? Ich bezahle auch wenn es sein muss...



BITTE BITTE HILFEEEEEE!!!
« Last Edit: July 02, 2007, 03:04:16 pm by Stramm »
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: alles WEG! Problem mit .htaccess?
« Reply #1 on: July 01, 2007, 05:10:19 pm »

Du must die .htaccess umbenennen oder löschen. Dann sollte alles wieder klappen.

Auch ist das Plugin, das Du installiert hast und das die .htaccess erstellt nicht das onlinestats Plugin, sondern das SEF Plugin. Und jenes ist immer noch 'experimental'.

Wahrscheinlich erlaubt Dein Host nicht, die RewriteEngine einzuschalten. Mal anfragen da.

charmed007

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
Re: alles WEG! Problem mit .htaccess?
« Reply #2 on: July 01, 2007, 05:15:55 pm »

AH  ;D SUPER  ;D ;D ;D ;D ;D

Aber wenn ich jetzt auf irgendeine Kategorie klicke kommt:
The requested URL /gallery/index-59.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 :o


Was ist das denn jetzt?


Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: alles WEG! Problem mit .htaccess?
« Reply #3 on: July 01, 2007, 05:27:12 pm »

Ergibt sich eigentlich aus der Antwort vorher... wenn das SEF Problem eine htaccess schreibt, die Dein server nicht interpretieren kann, dann htaccess löschen und das besagte Plugin auch deaktivieren

charmed007

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
Re: alles WEG! Problem mit .htaccess?
« Reply #4 on: July 01, 2007, 05:32:52 pm »

ich bin gerade blond....
wie bekomme ich das jetzt wieder normal...?

sry das ich so blöd bin
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: alles WEG! Problem mit .htaccess?
« Reply #5 on: July 01, 2007, 05:38:42 pm »

lol, Einstellungen -> Allgemeine Einstellungen ->  Plugins verwalten  -- das ist ein Link hinter 'Plugins aktivieren'

charmed007

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
Re: alles WEG! Problem mit .htaccess?
« Reply #6 on: July 01, 2007, 05:41:52 pm »

ok jetzt war Sample Plugin v1.0 deaktiviert...ich habe es aktiviert und jetzt kommt:
This is sample data returned from plugin "Sample Plugin".
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: alles WEG! Problem mit .htaccess?
« Reply #7 on: July 01, 2007, 06:28:48 pm »

nee, das SEF plugin deaktivieren, nicht das Sample Plugin aktivieren

charmed007

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
Re: alles WEG! Problem mit .htaccess?
« Reply #8 on: July 02, 2007, 02:56:05 pm »

danke danke danke   :-*  Es geht =)

Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: alles WEG! Problem mit .htaccess?
« Reply #9 on: July 02, 2007, 03:05:00 pm »

Super, dann viel Spaß weiterhin mit Deiner Galerie.
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.