I have just upgraded to a dedicated IP and has RapidSSL installed so that I can purchase the facebook module from the market place.
If I enter the url www.soundblitzrecords.com it's has it was and functions. But if I enter https://soundblitzrecords.com I get the index page and it does not display or function. ]
I cannot now login to Admin
Jamroom 4.3.1 Nova Red_Nebula
Could anyone point me in the right direction to fix this.
Thanks
Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA
Posted: 08/26/13 06:34
ukdenny:
I have just upgraded to a dedicated IP and has RapidSSL installed so that I can purchase the facebook module from the market place.
If I enter the url www.soundblitzrecords.com it's has it was and functions. But if I enter https://soundblitzrecords.com I get the index page and it does not display or function. ]
I cannot now login to Admin
Jamroom 4.3.1 Nova Red_Nebula
Could anyone point me in the right direction to fix this.
Thanks
If you want to use SSL with Jamroom 4, you will have to run your entire site in SSL, all the time. to do so, make sure you have updated the URL in config/settings.cfg.php. Empty all caches, regenerate all profiles, and modify any templates that you have hard coded "http:' in.
Could you please tell me if/what wants editing on the .htaccess to enable the dedicated IP and RapidSSL to enable me to login:- I am Using the Nova skin/theme
# This is our fallback page if any friendly URL for a profile should
# fail to be redirected. Note that this is not needed unless you
# need to send failed URLs to a custom page
# Uncomment this line for Cobalt3, Sage, Flashback skins
#SetEnv JR_FRIENDLY_FAIL lists/browse_artist/search_string=
# Uncomment for Nova skin
#SetEnv JR_FRIENDLY_FAIL lists/artists/search_string=
# Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a WWW url
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
#
# Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a NON WWW url
#RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
#RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
# If we come in EMPTY, just load the index
RewriteRule ^$ index.php [L]
Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA
Posted: 08/26/13 16:31
This is your .htaccess - it is not involved with SSL. You need to make sure your Jamroom URL setting in config/settings.cgf.php is correct. You also need to contact your hosting provider and ensure SSL is setup properly for your domain.
For what it's worth, I would not recommend using SSL with JR4.
Thanks Brian,
That's now fixed and I can log in. There are the following php errors:-
28-Aug-2013 02:01:31] PHP Warning: ini_restore() has been disabled for security reasons in /home/mydreams/public_html/soundblitzrecords.com/include/jamroom-misc.inc.php on line 7528
[28-Aug-2013 02:01:31] PHP Warning: ini_restore() has been disabled for security reasons in /home/mydreams/public_html/soundblitzrecords.com/include/jamroom-misc.inc.php on line 7528
[28-Aug-2013 02:01:28] PHP Warning: is_executable() [<a href='function.is-executable'>function.is-executable</a>]: open_basedir restriction in effect. File(/usr/local/bin/curl) is not within the allowed path(s): (/home/mydreams:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/mydreams/public_html/soundblitzrecords.com/include/snoopy/Snoopy.class.php on line 370
[28-Aug-2013 01:31:57] PHP Warning: is_executable() [<a href='function.is-executable'>function.is-executable</a>]: open_basedir restriction in effect. File(/usr/local/bin/curl) is not within the allowed path(s): (/home/mydreams:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/mydreams/public_html/soundblitzrecords.com/include/snoopy/Snoopy.class.php on line 370
* Warning: ini_restore() has been disabled for security reasons.
* Warning: is_executable() open_basedir restriction in effect. File is not within the allowed paths
Neither of which will be under your control if you are in a shared hosting environment. My guess is they have been put in place by your hosting provider.
Not sure about the effects it will have since Jamroom is not being allowed to use them.