Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • alwasi9 Friend
    #129709

    hi every one my web site is http://www.arabicic.com
    I use Joomla 1.0.15 with JA Corona template .

    I have problem win I edit any article on front page the WYSIWYG editor net shown and the icon save, apply not work.
    also win i load my site give my. page loaded but with error on page.(with internet explorer).

    also I type on the explorer my domain (http://www.arabicic.com) after that I use the menu site the domain change and remove the www to (http://arabicic.com).

    I need to solve this problems pliz..

    Sherlock Friend
    #253827

    Hi AIWasi9 !
    Please try to add following code line :


    <?php if ( $my->id ) { initEditor(); } ?>

    under “<head>” tag in index.php file in templates/ja_corona folder.


    <head>
    <?php if ( $my->id ) { initEditor(); } ?>
    .........
    </head>

    alwasi9 Friend
    #253849

    Hi hainn84.

    Thank you so match, Yas It solv it,this is make WYSIWYG edito work good.:-[

    but the onather not fix

    <blockquote>
    my site give my. page loaded but with error on page.(with internet explorer).

    also I type on the explorer my domain (http://www.arabicic.com) after that I use the menu site the domain change and remove the www to (http://arabicic.com).
    </blockquote>

    Menalto Friend
    #253853

    Open up configuration.php file and change your live site from http://yourdomain to http://www.yourdomain.
    And add this in the .htaccess file:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]

    Also remember to change yourdomain with your real domain name.

    alwasi9 Friend
    #253878

    <em>@Menalto 59409 wrote:</em><blockquote>Open up configuration.php file and change your live site from http://yourdomain to http://www.yourdomain.
    And add this in the .htaccess file:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]

    Also remember to change yourdomain with your real domain name.</blockquote>

    good work thank you,

    ok now, but what is causes the error when opening the site

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  alwasi9 16 years, 5 months ago.

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