-
AuthorPosts
-
linebille Friend
linebille
- Join date:
- September 2007
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
May 5, 2008 at 11:10 am #128225Hi,
I have a problem with the JAnewsflash module – the newsflash isn’t rotating. Only when the whole page is refreshed.
In IE7 I get an errormessage in the browser that says “access denied”.
FF says “Permission denied to call method XMLHttpRequest open”
What is wrong here?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 4:36 am #247899Hi linebille !
Please send super admin account via pm , i will check it for you !May 6, 2008 at 12:36 pm #247938If you know the solution, please let me know, I’ve a same thread about this in this same forum.
Thanks
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 6, 2008 at 2:56 pm #247952Im not sure if this will help or not,but check what you have in your configuration.php for your live site.
If its yourdomain.com or http://www.yourdomain.com.
Remember that this is two different domains.
and this is not a bug in the module, this is a security for all browsers.Check it by enter yourdoman.com if it works
then go to it by http://www.yourdomain.com.To make sure that your sites visitors dont get problems you can add this to the htaccess file:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Remember to replace yourdomain with your own domain
And change in the configuration.php to http://www.yourdomain.com too1 user says Thank You to Menalto for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 5:54 pm #247988Yes , I think that this is problem ,
tweek82 ! please try to edit as Menalto say!linebille Friendlinebille
- Join date:
- September 2007
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
May 7, 2008 at 6:58 am #248039Thanks, this works 🙂
May 7, 2008 at 8:26 am #248049Well, my live_site setting is correct:
var $live_site = ‘http://www.stevin.eu’;If I navigate to http://www.stevin.eu the ja_newsflash appears correct.
If I navigate to http://stevin.eu (without the ‘www’), ja_newsflash crashes.How can I force the site to allways add the www. prefix? I want this site to be able to be accessed by either stevin.eu as http://www.stevin.eu.
Thanks in advance
ps.
I tried the htaccess. solution:Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^stevin.eu [NC]
RewriteRule ^(.*)$ http://stevin.eu/$1 [L,R=301] -
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by tweek82 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum