Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • Menalto Friend
    #228094

    Try with just this changes:
    Open configuration.php and change your url from : http://orion-me.com to http://www.orion-me.com

    kashxo Friend
    #228099

    Some host providers denied cross-site request for security, so when you visit orion-me.com and send a request to http://www.orion-me.com, that request will be denied. I think you should try this: set your mosConfig_live_site to http://www.orion-me.com and config http://orion-me.com redirect to http://www.orion-me.com

    patrick2 Friend
    #228114

    Thank you all so much for your input…I did indeed identify that cross-site scripting was behind the module not rotating and I have indeed replaced the domain name value in configuration.php.
    It the latter part where I configure http://orion-me.com redirect to http://www.orion-me.com that I am having problems with….
    Maybe I will need to open a ticket with the hosting company

    kashxo Friend
    #228156

    Ok, you can try these solutions and I think it will work
    1. Creat a file name .htaccess on your joomla folder and paste these line into
    [PHP]Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^orion-me.com$ [NC]
    RewriteRule ^(.*)$ http://www.orion-me.com/$1 [R=301,L][/PHP]
    this will direct orion-me.com to http://www.orion-me.com permanently.
    2. If above not work, you can try this way. Open your index.php in joomla! folder and add these line on very top of the file (after “<?php” of course :p )
    [PHP]//… kASHx0 Redirect ………………………………….
    if (!ereg(‘www.’,$_SERVER[“SERVER_NAME”])) {
    Header( “HTTP/1.1 301 Moved Permanently” );
    Header( “Location: http://www.”.$_SERVER[“SERVER_NAME”] );
    }
    //… Redirect End ……………………………………..[/PHP]

    saminora Friend
    #351297

    Hi guys,

    my content in the ja newsflash doesnt change the updates. I put some more contenct/2 lines more, but it is not shown/updated. I deleted the cache but still the same: See: http://elmod9.alfahosting.org/

    aaronfarias Friend
    #351309

    Or you can set up a simple redirect in your cpanel under domains

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 7 voices, and was last updated by  aaronfarias 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum