profile domain failure after goinglive

soaringeagle
@soaringeagle
10 years ago
3,304 posts
just so you know the server admins are looking at it too but i have more faith in you
the domain shows a "default" page
it no longer forwards to the profile
and going to the profile no longer forwards to the domain



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 02/21/15 05:59:55PM
soaringeagle
@soaringeagle
10 years ago
3,304 posts
ife tried it with enable SSL
(SNI required for this domain)
checked and unchecked
no diference


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
If you're getting the "default" apache page, then it means Apache is not configured for the domain. Make you have setup the "Include" stuff properly in your main JR site Apache config:

https://www.jamroom.net/the-jamroom-network/documentation/modules/2239/profile-domains


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
i fixed that still nothi9jg i deleted and recreated it now the domain still gives me the default but clicking the profile givesthis

http://www.rainbowgatheringmusic.org/_map=cc7aae75ce69fb079b77810a1bb9808e

its still not mapping right


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
just to be certain this is corect right
# All requests through the router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
</IfModule>
a security scan had me sadd 2 linkes to block a certain attack bot
but when this failed i removedthem juwst want to be sure i didnt remove anything that was needed


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,148 posts
Yeah that is correct. If you're still seeing the "default" page however, it's not a Jamroom issue but an Apache config issue.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
it was that vhosts script that needed to bere-ran


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags