Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: 500 Internal Server Error -> .htaccess ?  (Read 11713 times)

0 Members and 1 Guest are viewing this topic.

Vincs

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 55
500 Internal Server Error -> .htaccess ?
« on: May 23, 2007, 11:06:06 am »

Hello everyone !

For a few days I get this error on my website from any page I want to see.
Code: [Select]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Apache/ProXad [Apr 14 2007 12:48:55] Server at myurl.free.fr Port 80

And if I delete my .htaccess file it works but I can't go to my gallery categories and so...

I've installed jupload and HughSlide plugin but it didn't crash directly when I installed them.

There is my .htaccess :

Code: [Select]
##  ********************************************
##  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]

Thanks for your help
« Last Edit: May 27, 2007, 09:55:58 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 500 Internal Server Error -> .htaccess ?
« Reply #1 on: May 23, 2007, 12:58:46 pm »

The SEF_URLs plugin (that creates the .htaccess file you refered to) is experimental. Turn it off if it doesn't work for you.
Logged

Vincs

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 55
Re: 500 Internal Server Error -> .htaccess ?
« Reply #2 on: May 23, 2007, 01:20:54 pm »

How !
I see I think I've just deleted this plugin from the directory plugin I will try to reinstall that and I will see !
Thanks for your help !
Logged

Nibbler

  • Guest
Re: 500 Internal Server Error -> .htaccess ?
« Reply #3 on: May 23, 2007, 02:11:26 pm »

Delete the .htaccess file.
Logged

Vincs

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 55
Re: 500 Internal Server Error -> .htaccess ?
« Reply #4 on: May 26, 2007, 03:31:36 pm »

I've disable the  SEF_URLs and it's work thanks :)
Logged

Izzie Stevens

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 196
  • www.seriouslygreylovers.com
    • Seriously Grey Lovers
Re: 500 Internal Server Error -> .htaccess ?
« Reply #5 on: September 16, 2007, 12:07:22 pm »

I've the same error, but I don't have this plugin and .htaccess file. what I've to do?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: 500 Internal Server Error -> .htaccess ?
« Reply #6 on: September 16, 2007, 01:14:50 pm »

Create a new thread instead of replying to Solved thread
and post a link to your gallery

Locking this thread
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 500 Internal Server Error -> .htaccess ?
« Reply #7 on: September 17, 2007, 08:06:00 am »

Izzie already has a thread of his own, reporting that he has got issues with an internal server error. I already told him there what he needs to do (which he failed to do so afr). Instead, he tried to hijack this unrelated thread, which is a silly idea.

@Izzie: don't cross-post nor double-post. Do as I suggested in your thread instead.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.