500 Internal Server Error -> .htaccess ? 500 Internal Server Error -> .htaccess ?
 

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

500 Internal Server Error -> .htaccess ?

Started by Vincs, May 23, 2007, 11:06:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vincs

Hello everyone !

For a few days I get this error on my website from any page I want to see.
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 :

##  ********************************************
##  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

Joachim Müller

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

Vincs

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 !

Nibbler


Vincs

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

Izzie Stevens

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

Sami

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

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

Joachim Müller

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.