Control Panel
Login to Begin to Talk!





Click Here to Register!
Advertisements


  #1  
Old 05-03-2008, 08:29 AM
medox medox is offline
Just Registered
 
Join Date: May 2008
Posts: 1
Default 500 internal server error

Hi,
i need you help,
becomme this error:

500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

(server administrator say that problem is in .htaccess Datei - some of optionen to have clean).
i have on .htaccess this seetting:
Options +Indexes
RewriteEngine on
RewriteRule ^go-(.*)-(.*).html$ index.php?go=$1&id=$2 [L,NC]
RewriteRule ^(.*)-(.*)-(.*).html$ index.php?go=$2&id=$3 [L,NC]
RewriteRule ^([0-9]+)/[^/]+/([0-9]+)/$ index.php?go=subcat&id=$1&pageNum_pages=$2 [L,NC]
RewriteRule ^([0-9]+)/.*$ index.php?go=subcat&id=$1 [L,NC]

pfad is: /links/
site install as: www.mysite.com/links

thx
Reply With Quote
  #2  
Old 05-17-2008, 07:44 AM
eyewearcases eyewearcases is offline
Clueless
 
Join Date: Jul 2007
Posts: 27
Default

You need to run clean php and not apache as a cgi module I believe. It is probably your webhost who can help you out.
Reply With Quote
  #3  
Old 05-27-2008, 12:13 AM
Paz's Avatar
Paz Paz is offline
Clueless
 
Join Date: May 2006
Posts: 37
Default

Hi,

I think that code is built for the root folder and you need to add a rewritebase instruction to the htaccess (see below). Does the htaccess above work when it's in the root? If not get back to us because there's another problem.

Options +Indexes
RewriteEngine on
RewriteBase /links
RewriteRule ^go-(.*)-(.*).html$ index.php?go=$1&id=$2 [L,NC]
RewriteRule ^(.*)-(.*)-(.*).html$ index.php?go=$2&id=$3 [L,NC]
RewriteRule ^([0-9]+)/[^/]+/([0-9]+)/$ index.php?go=subcat&id=$1&pageNum_pages=$2 [L,NC]
RewriteRule ^([0-9]+)/.*$ index.php?go=subcat&id=$1 [L,NC]
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -7. The time now is 03:04 AM.


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Site Sift Media, Inc.