Comments on: Joomla 1.5 - 500 Internal Server Error http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/ No-Follow - DoFollow : Who Cares? Thu, 29 Jul 2010 18:02:05 +0000 http://wordpress.org/?v=2.7 hourly 1 By: euge http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-958 euge Sun, 21 Mar 2010 00:35:47 +0000 http://www.polirant.com/?p=27#comment-958 thaaaaaaaaaaaaaaaaaaaaaaaankkksss!!! it works! You saved my life :D thaaaaaaaaaaaaaaaaaaaaaaaankkksss!!! it works! You saved my life :D

]]>
By: Ricardo http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-887 Ricardo Tue, 23 Feb 2010 23:49:20 +0000 http://www.polirant.com/?p=27#comment-887 Works a treat - nice work! You should spread the news on joomla forums too! Works a treat - nice work! You should spread the news on joomla forums too!

]]>
By: spyros http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-759 spyros Tue, 26 Jan 2010 06:56:01 +0000 http://www.polirant.com/?p=27#comment-759 im still having the problem here is a copy of the htaccess file ## # @version $Id: htaccess.txt 13415 2009-11-03 15:53:25Z ian $ # @package Joomla # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ## ##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # ##################################################### ## Can be commented out if causes errors, see notes above. Options +FollowSymLinks # # mod_rewrite in use RewriteEngine On ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # ## Deny access to extension xml files (uncomment out to activate) # #Order allow,deny #Deny from all #Satisfy all # ## End of deny access to extension xml files RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a tag in URL RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root) RewriteBase / ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section im still having the problem here is a copy of the htaccess file

##
# @version $Id: htaccess.txt 13415 2009-11-03 15:53:25Z ian $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: ‘Options +FollowSymLinks’ may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url’s. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#
#Order allow,deny
#Deny from all
#Satisfy all
#
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

# Uncomment following line if your webserver’s URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)

RewriteBase /

########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section

]]>
By: admin http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-304 admin Fri, 18 Sep 2009 18:21:52 +0000 http://www.polirant.com/?p=27#comment-304 Please post your .htaccess and we can try to find a solution! Please post your .htaccess and we can try to find a solution!

]]>
By: majid http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-268 majid Mon, 24 Aug 2009 08:16:16 +0000 http://www.polirant.com/?p=27#comment-268 Hello Sahil! did you find any solution to ur problem??? I m also facing the same problem. I am configuring the site on Godaddy. Some time like 1 out of 100 it runs but when i change something it shows error again. Help me!!!! if you can Hello Sahil!
did you find any solution to ur problem???
I m also facing the same problem. I am configuring the site on Godaddy. Some time like 1 out of 100 it runs but when i change something it shows error again. Help me!!!! if you can

]]>
By: sahil http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-157 sahil Fri, 14 Aug 2009 19:51:08 +0000 http://www.polirant.com/?p=27#comment-157 i am still having the problem......will you bother to help me??? i am still having the problem……will you bother to help me???

]]>
By: Murphe981 http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-120 Murphe981 Tue, 21 Jul 2009 12:47:58 +0000 http://www.polirant.com/?p=27#comment-120 I figured it out, it's just the RewriteBase / other sites had mentioned the /subfolder this should NOT be used. I figured it out, it’s just the

RewriteBase /

other sites had mentioned the /subfolder this should NOT be used.

]]>
By: Murphe981 http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-119 Murphe981 Tue, 21 Jul 2009 12:20:11 +0000 http://www.polirant.com/?p=27#comment-119 If the website is not your main root hosting plan do you use the RewriteBase /subfolder Or just RewriteBase / If the website is not your main root hosting plan do you use the

RewriteBase /subfolder

Or just

RewriteBase /

]]>
By: Noor http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-91 Noor Wed, 01 Jul 2009 07:46:05 +0000 http://www.polirant.com/?p=27#comment-91 Cool, This seems to be working for me, I had been trying from long time and searching here and there, finally your solution worked for me. Thanks for blogging this info. noor Cool,

This seems to be working for me,

I had been trying from long time and searching here and there,
finally your solution worked for me.

Thanks for blogging this info.

noor

]]>
By: Boomer http://www.polirant.com/2009/04/joomla-15-500-internal-server-error/comment-page-1/#comment-54 Boomer Thu, 04 Jun 2009 20:01:12 +0000 http://www.polirant.com/?p=27#comment-54 Thank you, Thank You, Thank you! I've looked all over the net for this fix and I found it on your blog. Keep up the good work. Boomer Thank you, Thank You, Thank you! I’ve looked all over the net for this fix and I found it on your blog. Keep up the good work.

Boomer

]]>