autotutorial
@autotutorial on WordPress.org, @Autotutorial on Slack
- Member Since: November 12th, 2017
Contribution History
autotutorial’s badges:- Core Contributor Core Contributor
-
Posted a reply to Subdomain Multisite Unavailable, on the site WordPress.org Forums:
WordPress does not configure your DNS, this job belongs to your hosting.3 months ago
-
Posted a reply to Defining UPLOADS location on multisite results in “too many redirects”, on the site WordPress.org Forums:
RewriteBase /subfolder/ this / for root directory. Read you set-up, http://domain.com/subfolder/wp-admin/network/setup.php3 months ago
-
Posted a reply to ?cat=-1 Indexed Versions Of Homepage, on the site WordPress.org Forums:
the query string should be used when you have not clicked save for the Pretty…3 months ago
-
Posted a reply to Manually copied site times out, on the site WordPress.org Forums:
WordPress stores information in the database you must also use a Better Search Replace, if…3 months ago
-
Posted a reply to domain name, on the site WordPress.org Forums:
1) You need to ask for more information at your hosting. 2) Ask if you…3 months ago
-
Posted a reply to Event scheduled with wp_schedule_single_event is executing more than once, on the site WordPress.org Forums:
add_filter( 'cron_schedules', 'cron_add_tenminutes' ); function cron_add_tenminutes( $schedules ) { // Adds once 10 minutes to…3 months ago
-
Posted a reply to local multisite setup problem, on the site WordPress.org Forums:
It is the standard WordPress code, see Doc htaccess for version 3.0 to 3.4.2 (even…3 months ago
-
Posted a reply to Event scheduled with wp_schedule_single_event is executing more than once, on the site WordPress.org Forums:
@nkearns if $ args is different it is called several times, do you want the…3 months ago
-
Posted a reply to wordpress multisite domain mapping, on the site WordPress.org Forums:
From WordPress 4.5 domain mapping is predefined without plugin, create secondary site from your network->sites->add…3 months ago
-
Posted a reply to Event scheduled with wp_schedule_single_event is executing more than once, on the site WordPress.org Forums:
$args = array( '123' ); //value timestamp or false if ( ! ($var = wp_next_scheduled(…3 months ago
-
Posted a reply to local multisite setup problem, on the site WordPress.org Forums:
http://localhost/wordpress/wp-admin/network/sites.php ( sites from network, have add new site) Setup multisite for wp-config.php and .htaccess…3 months ago
-
Posted a reply to Event scheduled with wp_schedule_single_event is executing more than once, on the site WordPress.org Forums:
Note that scheduling an event to occur within 10 minutes of an existing event with…3 months ago
-
Posted a reply to local multisite setup problem, on the site WordPress.org Forums:
Your network must be in the /wordpress/ folder the secondary site must be created by…3 months ago
-
Posted a reply to What’s the minimum wordpress version to support php 7.3, on the site WordPress.org Forums:
4.9.0 start from php 7.2 https://wordpress.org/support/wordpress-version/version-4-9/ and 4.9.6 have support php 7.3 (last 4.9.13 for…3 months ago
-
Posted a reply to What’s the minimum wordpress version to support php 7.3, on the site WordPress.org Forums:
WordPress 5.2 support maxium php 7.3, WordPress 5.3 support maxium php 7.43 months ago
-
Posted a reply to Best way to access and control remote sites, on the site WordPress.org Forums:
Woocommerce use this api rest https://docs.woocommerce.com/document/woocommerce-rest-api/3 months ago
-
Posted a reply to Best way to access and control remote sites, on the site WordPress.org Forums:
If all your stores have woocommerce see the API rest of this plugin, you need…3 months ago
-
Posted a reply to Request exceeded the limit of 10 internal redirects, on the site WordPress.org Forums:
talk to the plugin developer slug /es/ , you need a second slug in this…3 months ago
-
Posted a reply to Multi-site upload directory path (v 4.9.8), on the site WordPress.org Forums:
Site->edit->settings all option for secondary site, upload , Year month etc.3 months ago
-
Posted a reply to Bad URL in some pages of WordPress backend (domain removed), on the site WordPress.org Forums:
overwriting is necessary when changing the domain name otherwise leave the default one. For WordPress…3 months ago
-
Posted a reply to Site works only with Ugly permalinks, on the site WordPress.org Forums:
you need to disable the cache, if you use plugin cache ask the plug-in programmer…3 months ago
-
Posted a reply to Relative path, on the site WordPress.org Forums:
Shortcode3 months ago
-
Posted a reply to External form submission data lost, on the site WordPress.org Forums:
you have no limit to the body of a request except php.ini configurations, did your…3 months ago
-
Posted a reply to multisite: Blocked by Content Security Policy instead of Preview as admin, on the site WordPress.org Forums:
that page is in sites, after clicking edit and site settings, obviously you have to…3 months ago
-
Posted a reply to get_avatar_url() with https, on the site WordPress.org Forums:
the set_url_scheme is used https://developer.wordpress.org/reference/functions/get_avatar_data/ ( reference for get_avatar_url ) For default url read line…3 months ago
-
Posted a reply to Site works only with Ugly permalinks, on the site WordPress.org Forums:
If you want to solve your problem, you must ask the programmer of your plugin…3 months ago
-
Posted a reply to multisite: Blocked by Content Security Policy instead of Preview as admin, on the site WordPress.org Forums:
that link is about wordpress 5.0, after clicking preview can you manually replace the domain…3 months ago
-
Posted a reply to WP-admin page not loading, on the site WordPress.org Forums:
Good url: http://craftesque.com/wp-admin/ (without subdomain www).3 months ago
-
Posted a reply to It is not possible to register field for settings route in REST API, on the site WordPress.org Forums:
$args = [ 'get_callback' => function() { return get_option('show_on_front'); } ]; // conversion ObjectClousure to…3 months ago
-
Posted a reply to Too many redirects – slightly odd, on the site WordPress.org Forums:
@dippyhull currently your server responds with a 302 redirect without a localion header (tells the…3 months ago
-
Posted a reply to $wp_rewrite->rules is always NULL, on the site WordPress.org Forums:
the rest_api_init action is enabled when you are on an endpoints and should set $wp_rewrite,…3 months ago
-
Posted a reply to Header not displaying on all pages & remove index.php from URLs, on the site WordPress.org Forums:
https://wordpress.org/support/article/using-permalinks/#pathinfo-almost-pretty you are currently using PATHINFO Almost pretty, if you use APACHE you can use…3 months ago
-
Posted a reply to Updating failed. Error message: The response is not a valid JSON response., on the site WordPress.org Forums:
Can you enable the php error log on your server? in your php.ini otherwise enable…3 months ago
-
Posted a reply to Updating failed. Error message: The response is not a valid JSON response., on the site WordPress.org Forums:
After a certain period of time, the topics are set to resolved to give visibility…3 months ago
-
Posted a reply to redirection problem, on the site WordPress.org Forums:
Into wordpress folder, fix RewriteBase. # BEGIN WordPress # Die Anweisungen (Zeilen) zwischen <code>BEGIN WordPress</code>…3 months ago
-
Posted a reply to WP Multisite in costruzione non mostra anteprima pagine, on the site Forum Italiano:
Il Multisito usa la riscrittura della url, htaccess per apache o riscrittura per Ningx e…3 months ago
-
Posted a reply to Can’t update security, on the site WordPress.org Forums:
Unfortunately, if you don't own anything, only your hosting can help you.3 months ago
-
Posted a reply to Can’t update security, on the site WordPress.org Forums:
If you can have access to FileTrasnferProtocol (FTP) you can add two constants to your…3 months ago
-
Posted a reply to Can’t update security, on the site WordPress.org Forums:
Installat certificate (DV for Domain Validation) https://help.dreamhost.com/hc/en-us/articles/216041537-SSL-certificates-overview3 months ago
-
Posted a reply to Site down because of General Settings error, on the site WordPress.org Forums:
If you can access FTP you can add the constants for the wp_config.php file, then…3 months ago
-
Posted a reply to connect to remote mysql, on the site WordPress.org Forums:
After enabling mysql on external connection you have to create the database and the user.…3 months ago
-
Posted a reply to Server hostname instead of site url in multisite, on the site WordPress.org Forums:
make sure to enclose the strings with single quotes or double quote, also please when…3 months ago
-
Posted a reply to Redirecting from “d & m” to “post name” permalink format issue, on the site WordPress.org Forums:
^(/)?[0-9]{4}/[0-9]{2}/[0-9]{2}/(.*) /$2 Prove this without end ($).3 months ago
-
Posted a reply to Slow Redirect, on the site WordPress.org Forums:
Was the site created without the www domain?3 months ago
-
Posted a reply to Server hostname instead of site url in multisite, on the site WordPress.org Forums:
https://wordpress.org/support/topic/mapping-domain-on-the-same-ip-address-same-hosting/#post-12310641 Copy and paste this url in your browser, essentially before creating a network you…3 months ago
-
Posted a reply to localhost xampp error 310 .htaccess, on the site WordPress.org Forums:
Before performing a redirect you must understand the origin of the data and then you…3 months ago
-
Posted a reply to How to update PHP & only show errors to admin, on the site WordPress.org Forums:
It is a discourse related to your hosting company, if htaccess, ini_set, php.ini, user.ini is…3 months ago
-
Posted a reply to Yet another too many redirects: WP 5.3.2 on AWS VM, on the site WordPress.org Forums:
WordPress redirects if it is not your WP_HOME if you define this constant WordPress does…3 months ago
-
Posted a reply to Multisite issue on domain not pointing to Public_html, on the site WordPress.org Forums:
WordPress recommends creating a multisite subdomain when you are in the root directory. your root…3 months ago
-
Posted a reply to Media sorted by year has changed its URL to include the current year directory, on the site WordPress.org Forums:
All settings secondary site with id 2 ( set 0 for upload Year Month) https://yourdomain.con/wp-admin/network/site-settings.php?id=23 months ago