-
AuthorPosts
-
June 15, 2008 at 4:45 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 16, 2008 at 4:20 am #253827Hi 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>
1 user says Thank You to Sherlock for this useful post
June 16, 2008 at 7:52 am #253849Hi 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 16, 2008 at 8:06 am #253853Open 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.1 user says Thank You to Menalto for this useful post
June 16, 2008 at 10:44 am #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
-
AuthorPosts
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