Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Documentation and How To's:
Jamroom 5 - How To Fix 500 Internal Server Error
mtcore



Joined: 26 Aug 2013
Posts: 1

Posted: 08/26/13 23:49 
Hi,

I'm new on this forum and I hope I post at the right section. I just want to share what I've been done about installation. For someone who has been trying to install Jamroom on the server and come up with 500 Internal Server Error, fix your htaccess with this.

Original


Code
# Jamroom 5 .htaccess file
DirectoryIndex index.html index.php sitemap.xml modules/jrCore/router.php

Options +FollowSymLinks
Options -MultiViews -Indexes
RewriteEngine On

<IfModule mod_headers.c>
Header unset ETag
FileETag None
# Expires for CSS, JS and Images
<filesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2018 20:00:00 GMT"
</FilesMatch>
</IfModule>

# Compress everything we can
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript text/javascript-x application/javascript
</IfModule>

# All requests through the front controller
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]


Change your

Code
Options +FollowSymLinks
Options -MultiViews -Indexes
RewriteEngine On
to


Code
RewriteEngine On
RewriteBase /


Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Documentation and How To's

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.