MyNation
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to fix NON ENGLISH subdomain URLThank you all.
Even I changed everywhere including WP/Network and base directory, non Latin words was creating problem in sitemap too,
so I just changed URL to https://mynation.net/mera-sangharsh/
THANK YOU
Forum: Networking WordPress
In reply to: How to fix NON ENGLISH subdomain URL@bcworkz Thank you for the reply. thats what i was trying to do, either remove space or add – between 2 words, but when i change this within wordpress domain name and URL in settings it breaks who sub directory level subdomain.
@threadi What i mean subdomain means, its built with directory type subdomain with WPMU
Browser encode non latin to actual readable word correctly,
When i change ???? ?????? to ????-?????? or ?????????? it breaks whole site. unless i revert back in DB file change as actual word.
is there anywhere else i have to change than within WordPress Domain and URL place and WPMU network settings on main site?
Forum: Networking WordPress
In reply to: how to setup multi domain websites on single WordPress installI seen that Plugin, Thank you for the suggestions.
in that plugin installation, these points are not clear
The A-Records of the used domains must have the same IP address assigned as your main domain. This is usually done in the DNS-Settings of your domain registrar.
In your hosting environment, you must configure all domains to point into the same directory as your main domain (usually your WordPress root directory). This is usually called virtual hosting, multidomain, domain mapping, domain aliasForum: Networking WordPress
In reply to: how to setup multi domain websites on single WordPress installsomeone suggested this .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /# redirect rules for the other three domains
RewriteCond %{HTTP_HOST} ^website1\.com$
RewriteRule . https://website1.com [R=301,L]
RewriteCond %{HTTP_HOST} ^website2\.com$
RewriteRule . https://website1.com/site2 [R=301,L]
RewriteCond %{HTTP_HOST} ^website3\.com$
RewriteRule . https://website1.com/site3 [R=301,L]RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressis this .htaccess working?
This error on all Directory-subdomains
Version of Post SMTP was 3.0.1 updated from earlier version, as I install all latest.
I have php 8.2., Wp 6.7.1
yes it is Multi Network Site.
Earlier it happened many times when personally updating new version, reported as update breaks the website when uninstalling. still reinstalled again as there was no other suitable plugin
lately web provider and WP health recommend to set to Autoupdate and today there was update and all its subdirectories were down.its a live site, its difficult to recreate same to make video. as there was no WP debug setup so no error log created.
usually it allow to login to main site nd disable plugin, delete it and reinstalling again make it work but today even i deleted it did not delete directory, even i deleted from wordpress side. it made me disable other plugins even there was no other plugin/theme update.
only after i logged in to control panel of webhost i came to know that plugin directory still there only after deleting it website came back online.
it took 4 hours and 2 hours reconfigure other uninstalled plugins again.
Forum: Fixing WordPress
In reply to: enable REST APIAfter lot of RnD and RE search finally i managed to REST API work.
REST API Endpoint: https://karkala.org/wp-json/wp/v2/types/post?context=edit
{“code”:”rest_forbidden_context”,”message”:”Sorry, you are not allowed to edit posts in this post type.”,”data”:{“status”:401}}
As there was no Security plugin which disable/Block it but when i searched WP_OPTION file in database there was entry showing DISABLE REST API. I deleted that entry with PhpmyAdmin still problem was same
then I found one Plugin “Advanced Database Cleaner” which shows all entries in WP_OPTION and allow you to delete it, Its Pro version shows which entry is belongs to which plugin, as i was not having Pro version I gone through each entry one by one, and deleted all leftover junk by earlier plugins.
By default Site health check was set to weekly with “WP Crontrol” i changed it to daily.
I also read LiteSpeed Cache Plugin use REST API so i uninstalled LiteSpeed and deleted all its more than 400 entries from WP_OPTION and there it is.
Surekha… Surekha….. It started to work
(Surekha is Indian Girl name)Forum: Fixing WordPress
In reply to: enable REST APINone of them are installed.
May be Independent Analytics installed once for test.
there is so much junk in wp_option many leftover autoloader still loading, I am in process of remove all manually which take time as i have to verify those are active and required or not.
3D FlipBook : Dflip Lite
AddToAny Share Buttons
bbPress
Default Sort Ascend
Easy Google AdSense
IndexNow
Inline Related Posts
Minify HTML
WP-Members
WPCode Lite
XML Sitemap Generator for Googlethese are the plugins installed, no special security plugin
Still question remains, HOW TO START REST API.
Forum: Fixing WordPress
In reply to: enable REST APIAfter hours of REsearch (searching again and again on internet)
I found 2 plugin
Autoload checker(to check autoloader)
and
WP Crontrol (enables you to take control of the scheduled cron events)and this is the result
Forum: Fixing WordPress
In reply to: enable REST APII spoke to Hostinger team, they will not do much in helping issue than suggest to restore from backup.
While fixing this issue i changed many settings and configuration, tweeked and removed unwanted themes and plugins, so i cannt restore to earlier backup.These are other defines of wp-config
define('WP_DEBUG', false); define('WP_POST_REVISIONS', false ); define('CONCATENATE_SCRIPTS', false); define('EMPTY_TRASH_DAYS', 0 ); define('DISABLE_WP_CRON', true); define( "WP_USE_MULTIPLE_DB", false ); define('WP_ALLOW_MULTISITE', true); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); define( 'FS_METHOD', 'direct' ); define( 'WP_AUTO_UPDATE_CORE', true );
removed REST API option from above.
myself System admin/Webmaster I support and manage websites for charities and NGOs, I will work on it myself and fix the issue.
After all there is no option to start REST API or no one knows how to start it.
I asked Hostinger to reboot my node but its on shared hosting so they will not do that.Anyway, any help is much appreciated.
Forum: Fixing WordPress
In reply to: enable REST APIConstants called “WP_REST_API_DISABLED” Ifound here, its not my creation
https://stackoverflow.com/questions/60216816/how-can-i-enable-rest-api-on-my-wordpress-web-siteit can be technically disabled and same way there should be way to enable it. As some plugins disable it, why not some plugin to enable it?
My question is HOW TO ENABLE IT.
On Hostinger I have a dozens of websites with almost similar plugings/theme and also created other website with same plugin and theme but REST API is working. so i cannt blame them or ask to fix it.
As i told you this website ise very old, some conflicting plugin disabled it, as I install uninstall many plugins, when i found better one or when Author abandon the update of works only with older version of PHP.
My Question what is the way to make it work again
Forum: Fixing WordPress
In reply to: enable REST APIThank you Again.
before posting here
I have disabled all plugins,
Saved Permalinks(twice)
Cleared Cache from server sideStill same issue.
I have other websites on same webhost with similar and more other plugins, where REST API works, so its not the other pluginThis website is almost 10/15 years old, there are plenty of old autoloaders still in wp_options, WORDPRESS has no options to force plugin developers add options to clear their junk once their plugin is uninstalled nor there is any plugin to clear it. May be some autoloader still keep it down.
Anyway I will change the theme and will see. and update if its working.
Question is even after adding in WP config file why its not starting
Forum: Fixing WordPress
In reply to: enable REST APIThank you for the speedy reply.
I suspected SPAM BEE bot blocker plugin and disabled it, still same problem, but SPAM BEE is not the reason where on other website all same plugins installed and REST API is working.
and other Human Verification Turnstile plugin loads every time even after you verified once, informed plugin owner but he is not ready to admit that there is bug in his plugin blaming other plugins and his plugin also blocks the comments.
i disabled both SPAM BEDD and reCaptcha Turnstile still REST API is down. it was never intentionally disabled but i am not finding any option to enable it or make it run, thats the issue.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Not Saving BOT name or TokenRequest URL:https://website.com/wp-json/wptelegram-bot/v1/getMe/?_locale=user
Request Method:POST
Status Code:404 Not Found
Remote Address:151.106.124.23:443
Referrer Policy:strict-origin-when-cross-originaccept-ranges:bytes content-encoding:br content-length:912 content-type:text/html date:Sat, 04 Jan 2025 03:53:30 GMT etag:"666-60536dde-5961c286019756da;br" last-modified:Thu, 18 Mar 2021 15:12:30 GMT
Good on you mate, No worries.
I started to uninstall, already done with 2/3 rest will follow.
Your new version just promoting your other plugin. and that has depreciated functions and continuously generating errorsI wanted to use Turnstile, for Google reCaptcha there are plenty other plugins, and with more million installs.
Take care.
ISSUE NOT RESOLVED.