Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

500 Internal Server Error
(0 viewing) 
Support forum for customers who have purchased this product with priority support pack. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: 500 Internal Server Error

500 Internal Server Error 14 years, 3 months ago #30437

PHP Built on: Linux stockport.eukhosting.net 2.6.18-408.el5.lve0.8.58ent #1 SMP Wed Mar 14 15:22:14 EDT 2012 i686
Database Version: 5.1.61
Database Collation: utf8_general_ci
PHP Version: 5.2.17
Web Server: Apache
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.15 Stable [ Wojmamni Ama Mamni ] 05-November-2009 04:00 GMT
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0

I have installed the Joomla SEF plugin and as soon as rename the htaccess.txt to .htaccess I cannot access any of the site and it brings up a 500 internal sever error

The current .htacess file looks like this:-
RewriteBase

RewriteEngine on
RewriteCond %{HTTP_HOST} ^vt2000.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.vt2000.co.uk$
RewriteRule ^/?$ "http\:\/\/www\.tansun\.co\.uk\/vt2000" [R=301,L]

RewriteCond %{HTTP_HOST} ^tansunsunbeds.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.tansunsunbeds.co.uk$
RewriteRule ^/?$ "http\:\/\/www\.tansun\.co\.uk\/vt2000" [R=301,L]

and the permissions are set to 644

Hope you can help.

Kind Regards
Neil
The topic has been locked.

Re: 500 Internal Server Error 14 years, 3 months ago #30464

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,

Try either removing the RewriteBase line or changing it to:
RewriteBase /


Your .htaccess is also missing the default Joomla rules for SEF to work properly.
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.

Try adding them to the end of the file.
ARTIO Support Team
The topic has been locked.

Re: 500 Internal Server Error 14 years, 3 months ago #30491

all fixed thanx
The topic has been locked.
  • Page:
  • 1
User Login Empty