Skip to content
WJunction - Webmaster Forum

DLE Probem - Error 500

Status
Not open for further replies.
Internal Server Error

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

Please contact the server administrator, webmaster@otedownloads.exe-downloads.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
__________________________________________________________________

Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/1.0.0-fips mod_bwlimited/1.4 Server at otedownloads.com Port 80

I contcted my host and he say me that is problem in my .htacces file.
What You think?
 

7 comments

I will try!

---------- Post added at 05:27 PM ---------- Previous post was at 05:20 PM ----------

Code:
DirectoryIndex index.php

RewriteEngine On
   
# Redirects
RewriteRule ^page/(.*)$ /index.php?cstart=$1 [L]

# Post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),([0-9]+),(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&cstart=$5&news_name=$6&seourl=$6 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/print:page,([0-9]+),(.*).html(/?)+$ /engine/print.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_name=$4&seourl=$4 [L]

RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$4&news_page=$2&cstart=$3&seourl=$5&seocat=$1 [L]
RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$3&news_page=$2&seourl=$4&seocat=$1 [L]
RewriteRule ^([^.]+)/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /engine/print.php?news_page=$2&newsid=$3&seourl=$4&seocat=$1 [L]
RewriteRule ^([^.]+)/([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$2&seourl=$3&seocat=$1 [L]

RewriteRule ^page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$3&news_page=$1&cstart=$2&seourl=$4 [L]
RewriteRule ^page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$2&news_page=$1&seourl=$3 [L]
RewriteRule ^print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /engine/print.php?news_page=$1&newsid=$2&seourl=$3 [L]
RewriteRule ^([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$1&seourl=$2 [L]

# For day
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$ /index.php?year=$1&month=$2&day=$3 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page/([0-9]+)(/?)+$ /index.php?year=$1&month=$2&day=$3&cstart=$4 [L]
# For all months
RewriteRule ^([0-9]{4})/([0-9]{2})(/?)+$ /index.php?year=$1&month=$2 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/page/([0-9]+)(/?)+$ /index.php?year=$1&month=$2&cstart=$3 [L]
# Output for the entire year
RewriteRule ^([0-9]{4})(/?)+$ /index.php?year=$1 [L]
RewriteRule ^([0-9]{4})/page/([0-9]+)(/?)+$ /index.php?year=$1&cstart=$2 [L]
# Output for tags
RewriteRule ^tags/([^/]*)(/?)+$ /index.php?do=tags&tag=$1 [L]
RewriteRule ^tags/([^/]*)/page/([0-9]+)(/?)+$ /index.php?do=tags&tag=$1&cstart=$2 [L]
# ïîèñê ïî äîï ïîëÿì
RewriteRule ^xfsearch/([^/]*)(/?)+$ /index.php?do=xfsearch&xf=$1 [L]
RewriteRule ^xfsearch/([^/]*)/page/([0-9]+)(/?)+$ /index.php?do=xfsearch&xf=$1&cstart=$2 [L]
# Output for users
RewriteRule ^user/([^/]*)/rss.xml$ /engine/rss.php?subaction=allnews&user=$1 [L]
RewriteRule ^user/([^/]*)(/?)+$ /index.php?subaction=userinfo&user=$1 [L]
RewriteRule ^user/([^/]*)/page/([0-9]+)(/?)+$ /index.php?subaction=userinfo&user=$1&cstart=$2 [L]
RewriteRule ^user/([^/]*)/news(/?)+$ /index.php?subaction=allnews&user=$1 [L]
RewriteRule ^user/([^/]*)/news/page/([0-9]+)(/?)+$ /index.php?subaction=allnews&user=$1&cstart=$2 [L]
RewriteRule ^user/([^/]*)/news/rss.xml(/?)+$ /engine/rss.php?subaction=allnews&user=$1 [L]
# Output for last news
RewriteRule ^lastnews(/?)+$ /index.php?do=lastnews [L]
RewriteRule ^lastnews/page/([0-9]+)(/?)+$ /index.php?do=lastnews&cstart=$1 [L]
# Output for catalog
RewriteRule ^catalog/([^/]*)/rss.xml$ /engine/rss.php?catalog=$1 [L]
RewriteRule ^catalog/([^/]*)(/?)+$ /index.php?catalog=$1 [L]
RewriteRule ^catalog/([^/]*)/page/([0-9]+)(/?)+$ /index.php?catalog=$1&cstart=$2 [L]
# Output for new posts
RewriteRule ^newposts(/?)+$ /index.php?subaction=newposts [L]
RewriteRule ^newposts/page/([0-9]+)(/?)+$ /index.php?subaction=newposts&cstart=$1 [L]
# Output for favorites news
RewriteRule ^favorites(/?)+$ /index.php?do=favorites [L]
RewriteRule ^favorites/page/([0-9]+)(/?)+$ /index.php?do=favorites&cstart=$1 [L]

RewriteRule ^rules.html$ /index.php?do=rules [L]
RewriteRule ^statistics.html$ /index.php?do=stats [L]
RewriteRule ^addnews.html$ /index.php?do=addnews [L]
RewriteRule ^rss.xml$ /engine/rss.php [L]
RewriteRule ^sitemap.xml$ /uploads/sitemap.xml [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/page/([0-9]+)(/?)+$ /index.php?do=cat&category=$1&cstart=$2 [L]
RewriteRule ^([^.]+)/?$ /index.php?do=cat&category=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)/rss.xml$ /engine/rss.php?do=cat&category=$1 [L]
RewriteRule ^page,([0-9]+),([^/]+).html$ /index.php?do=static&page=$2&news_page=$1 [L]
RewriteRule ^print:([^/]+).html$ /engine/print.php?do=static&page=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+).html$ /index.php?do=static&page=$1 [L]
 
try with this one
RewriteEngine On
Add below

RewriteBase /

---------- Post added at 02:07 AM ---------- Previous post was at 02:04 AM ----------

some reasons for that error maybe that help

Code:
http://www.resellerspanel.com/shared-web-hosting/articles/domains-subdomains/how-to-fix-internal-server-error-500.html
Code:
http://encodable.com/internal_server_error/
 
Status
Not open for further replies.

About the author

N
Active Member · Joined
162
Messages
3
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom