Borge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 403 Forbidden – Request forbidden by administrative rules.Try checking this forum below,
https://wordpress.org/support/topic/403-forbidden-request-forbidden-by-administrative-rules
Forum: Fixing WordPress
In reply to: HTTP error when loading photos-started with WP 4.6I could think 2 common fix on that issue.
1. increasing memory limit.
2. check in your settings>media>upload path should only be wp-contents/uploads. anything other than that like home/user/public_html shoud be remove.Kindly check those.
Forum: Fixing WordPress
In reply to: wordpress window is not being shown on my domainim glad its fixed ☺☺ 👍👍
Forum: Fixing WordPress
In reply to: HTTPS image uploadwhat have you made so far after activating the SSL?
htaccess changes?
database changes?
dashboard settings changes?What is your site URL?
Forum: Fixing WordPress
In reply to: wordpress window is not being shown on my domainYou’re welcome 🙂
Forum: Fixing WordPress
In reply to: Missing wp-admin/options.php filesI really cant tell. Way to say is to check the server access logs.
Forum: Fixing WordPress
In reply to: Unable to Connect WordPress Blog to IFTTTI tried creating an account with IFTTT. I then tried connecting to my WordPress. seems to be okay and i used the format domain.com.
Only 2 things that I could think of,
1. Issue on your IFTTT account.
2. Issue is between your desk and your chair. 🙂Forum: Fixing WordPress
In reply to: wordpress window is not being shown on my domainwhen accessing the website it says
“Domain petramusilova.cz
is parking at CZECHIA.COM”Reasons could be
1. The name servers are incorrect
2. IP address on A record for both www and naked is incorrect
3. The index.php initially created by your hosting provider was not override by the index.php carried by the zip file you have extracted.Please communicate with your hosting provider and mention to them these following circumstances.
Hope that helps 🙂
Forum: Fixing WordPress
In reply to: Missing wp-admin/options.php filesThis seems issue on web server. Your hypothesis can be the reason. I cant think of something else unless server has been hacked or the same.
Work around could be restoring backups from snapshots if there is/are.
Forum: Fixing WordPress
In reply to: Missing wp-admin/options.php fileswhat kind of server are you using? Shared or VPS? Linux Cpanel or Plesk?
Forum: Fixing WordPress
In reply to: Moving from .com to .orgIf you wanna transfer the domain from WordPress.com to bluehost, you can follow this instructions in the link below, (you need to unlock the domain and get the EPP or Registry Key)
https://en.support.wordpress.com/transfer-domain-registration/
Another option is you can have the domain still with wordpress.com (not transfer) and just change the NS (Name Servers) of your BH (bluehost) server.
(better to transfer so you can manage it in one place)
hope that helps. 🙂
Forum: Fixing WordPress
In reply to: Images not scaling in mediaCould be memory issue. Have you checked the error_logs in your Cpanel with HG?
If not try checking it or let HG Support to increase the memory limit.
Forum: Fixing WordPress
In reply to: Remove /blog from url ?In Dashboard, look for Appearance>Editor
then look for header.php in the list of the templates on the right handside.
You will then see the PHP code of the header file. Look for the code
<meta itemprop=”title” content = “Blog”>
Then remove that code.
Forum: Fixing WordPress
In reply to: PHP 7 Memory Limit problemsChanging core files “they said” is not good. But I guess, this is the only option you got to resolve that issue since you’ve got 2GB RAM on your virtual server.
Go to wp-includes/default-constants.php
change this code
if ( !defined('WP_MEMORY_LIMIT') ) { if ( is_multisite() ) { define('WP_MEMORY_LIMIT', '128M'); } else { define('WP_MEMORY_LIMIT', '256M'); } } if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) { define( 'WP_MAX_MEMORY_LIMIT', '512M' ); }Let me know if that works for you.
Forum: Fixing WordPress
In reply to: Remove /blog from url ?Its actually not androidfreedom.com/blog. blog is added on the Searches due to the metatags added on the theme.
<meta itemprop=”title” content = “Blog”>
Read this article on how to remove/replace that