Akirien
Forum Replies Created
-
Peter,
Thank you very much. I will give it a try and inform you the result..
Thank you for your reply..
You mean this one?
<!-- meta --> <meta name ="viewport" content="width = 1020" /> <meta name="generator" content="www.site5.com" /> <?php if ( of_get_option('journal_enablemeta')== '1') { ?> <meta name="description" content="<?php echo of_get_option('journal_metadescription') ?>" /> <meta name="keywords" content="<?php wp_title(); ?>, <?php echo of_get_option('journal_metakeywords') ?>" /> <meta name="revisit-after" content="<?php echo of_get_option('journal_revisitafter') ?> days" /> <?php } ?> <?php if ( of_get_option('journal_enablerobot')== '1') { ?> <meta name="robots" content="<?php echo of_get_option('journal_metabots') ?>" /> <meta name="googlebot" content="<?php echo of_get_option('journal_metagooglebot') ?>" /> <?php } ?>
Forum: Fixing WordPress
In reply to: Insert Image shows homepageAnd not it says
Not Acceptable
An appropriate representation of the requested resource /wp-admin/media-upload.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Forum: Fixing WordPress
In reply to: Insert Image shows homepageI re-installed the wordpress script again… same result..
Forum: Fixing WordPress
In reply to: Insert Image shows homepageYes… I used the pre-installed script in the CPanel provided by hoster.. Before this, everything works fine. Same version. Then I re-installed it back to look if there are something wrong with the plugin or themes installed. But after clean install, with no plugin and default theme, I still got the same result? Could this caused by the hosting itself?
Forum: Fixing WordPress
In reply to: Insert Image shows homepageHere it is :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Insert Image shows homepagePlease? What you want me to do?
Forum: Fixing WordPress
In reply to: Insert Image shows homepagehttps://www.blogdefellas.com (fresh install)
In my root :
There are wordpress files, and got .htaccess and htaccess
Forum: Fixing WordPress
In reply to: Insert Image shows homepageI have tried all suggested solutions above just now.. Still get the same result ??