The forum operates in read-only mode. Please head to StackOverflow for support.
AddType 'text/html; charset=UTF-8' html Options +FollowSymLinks All IndexIgnore */* RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /admin/index.php
Re: Doesn't work in Firefox or Opera
Re: Doesn't work in Firefox or Opera
on local server it's working fine. Both IE and FF. But after upload to web server, only work on IE.
Check already content-type, and it's text/html. So anybody can help? What need to check?
On FF, the Editor just don't appear...
Re: Doesn't work in Firefox or Opera
Re: Doesn't work in Firefox or Opera
Re: Doesn't work in Firefox or Opera
AddType 'text/html; charset=UTF-8' html
to htaccess.
Re: Doesn't work in Firefox or Opera
AddType 'text/html; charset=UTF-8' html Options +FollowSymLinks All IndexIgnore */* RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /admin/index.phpRe: Doesn't work in Firefox or Opera
I'm just a newbie.. so i edit the meta tag.. :p
so it's work fine after adding on .htacess
thx everyone..