Title: autotutorial's Replies - page 23 | WordPress.org

---

# autotutorial

  [  ](https://wordpress.org/support/users/autotutorial/)

 *   [Profile](https://wordpress.org/support/users/autotutorial/)
 *   [Topics Started](https://wordpress.org/support/users/autotutorial/topics/)
 *   [Replies Created](https://wordpress.org/support/users/autotutorial/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/autotutorial/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/autotutorial/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/autotutorial/engagements/)
 *   [Favorites](https://wordpress.org/support/users/autotutorial/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 331 through 345 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/autotutorial/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/autotutorial/replies/page/24/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/24/?output_format=md)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Domain Mapping](https://wordpress.org/support/topic/domain-mapping-55/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/domain-mapping-55/#post-12129156)
 * [@azurite](https://wordpress.org/support/users/azurite/) [https://wordpress.org/support/topic/problems-with-domain_current_site-value/#post-12118924](https://wordpress.org/support/topic/problems-with-domain_current_site-value/#post-12118924)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with permalinks and sitemap 404](https://wordpress.org/support/topic/problems-with-permalinks-and-sitemap-404/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-permalinks-and-sitemap-404/#post-12128953)
 * [https://support.google.com/webmasters/answer/35179](https://support.google.com/webmasters/answer/35179)
   
   Yoast Seo set google search console for you, if you have used google Analytics
   you can set google search console from there. [https://yoast.com/wordpress/plugins/seo/add-website-google-search-console/](https://yoast.com/wordpress/plugins/seo/add-website-google-search-console/)
   Yoast Seo add your sitemap if you enable it.
 * Google search console for analytics [https://support.google.com/analytics/answer/1308621](https://support.google.com/analytics/answer/1308621)
   
   Plugin for Analytics [https://wordpress.org/plugins/google-analytics-for-wordpress/](https://wordpress.org/plugins/google-analytics-for-wordpress/)
 * **Note\*** I checked your api rest and it works with the rewriting of the url(
   mod_rewrite) requirement to create a proper sitemap with Yoast Seo.
    Please you
   can create test.php?
 *     ```
       <?php
       echo __FILE__;
       ```
   
 * Set your document root into wp-config.php, first of `require_once` (copy output
   of your scrip without /test.php)
 *     ```
       $_SERVER['DOCUMENT_ROOT'] = 'output script';
       $_ENV['DOCUMENT_ROOT'] = 'output script';
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error /wp-settings.php on line 162 after installing the last wp version](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/#post-12128808)
 * read well what i wrote before if you don’t have that file it is normal that you
   don’t work wordpress. Take a deep breath look for that file via ftp inside the
   wp-includes folder
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update from 5.24 to 5.3 failure?](https://wordpress.org/support/topic/update-from-5-24-to-5-3-failure/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-from-5-24-to-5-3-failure/#post-12127882)
 * [https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/#post-12127727](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/#post-12127727)
   
   read the part about the owner or the permissions, if the owner is php you need
   775 permissions for the folders and 664 (or 100
 * > [https://wordpress.org/support/article/changing-file-permissions/#php5-cgi-permissions](https://wordpress.org/support/article/changing-file-permissions/#php5-cgi-permissions)
 * ) on the files if the owner is ftp you need 755 and 644 (or 100
 * > [https://wordpress.org/support/article/changing-file-permissions/#php5-cgi-permissions](https://wordpress.org/support/article/changing-file-permissions/#php5-cgi-permissions)
 * ) for the files.
    Read all
 * > [https://wordpress.org/support/article/changing-file-permissions/](https://wordpress.org/support/article/changing-file-permissions/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error /wp-settings.php on line 162 after installing the last wp version](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-wp-settings-php-on-line-162-after-installing-the-last-wp-version/#post-12127727)
 * [https://github.com/WordPress/WordPress/blob/5.3-branch/wp-settings.php#L162](https://github.com/WordPress/WordPress/blob/5.3-branch/wp-settings.php#L162)
   `
   require( ABSPATH . WPINC . '/class-wp-date-query.php' );` You have this file?
   [https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/class-wp-date-query.php](https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/class-wp-date-query.php)
   Ask your hosting if the owner of the file must be the ftp user or the php user,
   once you have identified this you should make a backup [https://wordpress.org/support/article/wordpress-backups/](https://wordpress.org/support/article/wordpress-backups/)
   of your files and database, go to tools -> in site health (WordPress 5.2) and
   see if all the folders they are writable otherwise it means that the owner and/
   or read, write and execute permissions are not the right ones, I repeat the backup
   first. After [Upgrading](https://wordpress.org/support/article/upgrading-wordpress-extended-instructions/#detailed-instructions)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The authenticity of wordpress-5.3-new-bundled.zip could not be verified as no si](https://wordpress.org/support/topic/the-authenticity-of-wordpress-5-3-new-bundled-zip-could-not-be-verified-as-no-si/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/the-authenticity-of-wordpress-5-3-new-bundled-zip-could-not-be-verified-as-no-si/#post-12124609)
 * > [Security in 5.2](https://make.wordpress.org/core/2019/05/17/security-in-5-2/)
 * 
    simply wordpress does not send any signature.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updates not showing up for everyone](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/page/2/#post-12120084)
 * [@mrm4](https://wordpress.org/support/users/mrm4/) no, I just wanted to say that
   your problem is solved. When you edit or create new articles, empty the cache
   from the plugin for more info, contact godaddy
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove index.php breaks sitemap](https://wordpress.org/support/topic/remove-index-php-breaks-sitemap/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/remove-index-php-breaks-sitemap/#post-12119236)
 * Still not the right solution, you need to encode nginx from the htaccess file…
   otherwise you’ll soon have problems with plugins [https://wordpress.org/support/article/htaccess/](https://wordpress.org/support/article/htaccess/)
   
   If you know the syntax of nginx do not copy / paste this article but modofy as
   it is written in htacces otherwise do copy paste.
 * > [Nginx](https://wordpress.org/support/article/nginx/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updates not showing up for everyone](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/#post-12119192)
 * if I enter ?nocache=1 or without you don’t notice changes without your articles
   being cached. try the chrome incognito mode.
    I see all your articles even with
   the cache of the web server.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problems with DOMAIN_CURRENT_SITE value](https://wordpress.org/support/topic/problems-with-domain_current_site-value/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problems-with-domain_current_site-value/#post-12118924)
 * before explaining what a multusite is, it’s good to learn the terminology to 
   use, with the first WordPress installation you create the first site, only later
   you can create a network of sites where the first site is called the primary 
   site while all the others are they will call secondary sites. We hypothesized
   that I created WordPress from domain.tld [https://en.m.wikipedia.org/wiki/Second-level_domain](https://en.m.wikipedia.org/wiki/Second-level_domain)
   and then create the network here I have the first primary site (with id 1 otherwise
   there are other unexpected events) at this point WordPress puts you two multisite
   choices with subdirectories (in reality it does not create a directory but is
   a unique path) or subdomain example Network -> domain.tld
    1) with secondary 
   site subdirectory -> domain.tld/ns1 2) or with secondary site subdomain ns1.domain.
   com
 * Example secondary site with id 2 (id 1 for primary site) if different it changes
   in your id [http://ns1.domain.tld/wp-admin/network/site-info.php?id=2](http://ns1.domain.tld/wp-admin/network/site-info.php?id=2)(
   or [http://domain.tld/ns1/wp-admin/network/site-info.php?id=2](http://domain.tld/ns1/wp-admin/network/site-info.php?id=2))
 * in this scenary the Super adminin (owner who installed and subsequently created
   the network) will have a .domain.tld cookie and then create a cookie on .ns1.
   domain.tld in the case of installation with subdomain or on domain.tld with subdirectory,
   means access you have secondary sites without logging in.
 * From wordpress 4.5 (without WordPress MU Domain Mapping plugins or other plugins)
   there is the mapping of secondary domains that reference the mapped path or subdomain
   
   Example with subdirectory domain.tld/ns1 (or subdomain ns1.domain.tld) -> any.
   domain.com Even if you log in from any.domain.com you will have problems with
   the cookie because wordpress is requesting to domain.tld/ns1 (or subdomain ns1.
   domain.tld). In the first case you can use this `define('COOKIE_DOMAIN', $_SERVER['
   HTTP_HOST']);` otherwise `define('COOKIE_DOMAIN', '');`. if the primary site 
   and all secondary sites with or without mapping do not have the suffix www. you
   can dynamically remove these four letters from the variable I provided you and
   if in the case of domain mapping you cannot set subdomains with domain.tld you
   can also determine which one is mapped and which is not. Having said that you
   can also configure your dns for domain.tld and *.domain.tld in the case of mapping
   ns1.domain.tld will have to point to the mapped domain and with this scenario
   you don’t need to add other variables to wp-config.php, you have to set DOMAIN_CURRENT_SITE
   on the primary site (statically not with the variable) I think it serves to identify
   uniquely to which network it belongs.
 * [Nginx multisite subdirectory](https://wordpress.org/support/article/nginx/#wordpress-multisite-subdirectory-rules)
 * This is the Ningx guide offered by wordpress but you have to rely on the htaccess
   file (there are different types of versions depending on whether you started 
   with WordPress 3.5 or even earlier).
 * > [htaccess](https://wordpress.org/support/article/htaccess/)
 * > Uploaded File Path #Uploaded File Path
   >  Your first site on a fresh install 
   > will put uploaded files in the traditional location of /wp-content/uploads/,
   > however all subsequent sites on your network will be in the /wp-content/uploads/
   > sites/ folder, in their own subfolder based on the site number, designated 
   > by the database. These files will be accessible via that URL.
   > This is a change from Multisite 3.0-3.4.2, where images of subsites were stored
   > in /wp-content/blogs.dir/ and were shown in [http://example.com/files/](http://example.com/files/)
   > and [http://example.com/sitename/files](http://example.com/sitename/files) 
   > and so on. If you started with a Multisite install older than 3.5, it is not
   > an error if your images show with the URL of /files/.
 * I refer you to this discussion to set a default domain (read the whole article
   is also useful for ssl) if it does not correspond to the wordpress domain redirects
   to id 1 this case in the case of mismatch).
    [https://stackoverflow.com/questions/9824328/why-is-nginx-responding-to-any-domain-name](https://stackoverflow.com/questions/9824328/why-is-nginx-responding-to-any-domain-name)
   This is an example for per domain and subdomain on ningx (have dense for multisite
   subdomain), in reality you should exclude the www subdomain if you want to follow
   the rule I recommended to you.
 *     ```
       server {
           server_name domain.tld *.domain.tld;
           [...]
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove index.php breaks sitemap](https://wordpress.org/support/topic/remove-index-php-breaks-sitemap/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/remove-index-php-breaks-sitemap/#post-12118429)
 * Changing the site map plugin with one supported by Pretty permalink.
    [https://kb.yoast.com/kb/xml-sitemap-errors/](https://kb.yoast.com/kb/xml-sitemap-errors/)
   [Pretty Permalink](https://wordpress.org/support/article/introduction-to-blogging/#pretty-permalinks)
   means that your server if it does not find a regular directory or file passes
   it to index.php do not modify your htaccess as signed by the Yoast Seo plugin
   rather than the basic htaccess file does this basic for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I see site title class in header.php repeated twice first as then as](https://wordpress.org/support/topic/i-see-site-title-class-in-header-php-repeated-twice-first-as-then-as/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/i-see-site-title-class-in-header-php-repeated-twice-first-as-then-as/#post-12117970)
 * If is_front_page is true and is_home is false it is static page without you set
   as the `"Posts page"`.
 * > If you set a static page for the front page of your site, this function will
   > return true when viewing that page.
   > Otherwise the same as [@see](https://wordpress.org/support/users/see/) is_home()
 * otherwise: is_front_page and is_home true it is a static page you set as the `"
   Posts page"` or
 * > `Depends on the site’s "Front page displays" Reading Settings ‘show_on_front’
   > and ‘page_on_front’.`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updates not showing up for everyone](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/#post-12117892)
 * 1) Enter the WordPress dashboard ([http://yournameDomain/wp-admin/](http://yournameDomain/wp-admin/)).
   
   2) At the top of the control panel, in the GoDaddy menu select Clear Cache.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [faulty redirect for /wp-admin/](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/faulty-redirect-for-wp-admin/#post-12117774)
 * sorry I didn’t understand what you wrote but I’ll explain how wordpress works.
   Install WordPress apply for the multisite and you must add a constant in your
   wp-config.php from that moment you can choose by subdirectory or subdomain (an
   htaccess file and other constants will be created in wp-config.php) From wordpress
   4.5 (without using WordPress MU Domain Mapping or other plugins) when from the
   network you edit a secondary domain (I think a new table is created that remembers
   the new domain from the old path). an example follows network (primary site) 
   domain.tld installation with subdirectory secondary site domain.tld/site1 (with
   or without http/https) with subdomain site1.domain.tld (you can only create secondary
   sites that are based on the network in this case added by subdomain site1 and
   added network domain.tld) domain.tld domain mapping can be any domain you have
   also chosen a domain without domain.tld example from site1.domain.tld to new.
   site.com (in this case you should have new.site.com in your database pointing
   to site1.domain.tld). I believe that the use of the relocate constant has restored
   your multisite in normal installation (has modified htaccess and wp-config.php)
   if you can enter your database on phpmyadmin after clicking your database name
   you can search for tables with prefix wp if you don’t use wp but you have customized
   your prefix for example word you have to use this last one for the search, the
   tables wp_x_ (where x is a numerical value represents your secondary site) (to
   understand if you use subdirectories or subdomains) I don’t know how to indicate
   the tables for the mapping you will have to arrange yourself. Important do not
   change manually in your database (in some cases you can install a plugin that
   does this work for you but first you need to understand what installation it 
   was and maybe backup your files and database). Can you bring me the path of wp_x_?
   Can you bring back your htaccess? Can you bring me the variables in your wp-config.
   php? (no password, nothing about the salt or the database but after the constant
   Multisite) Can you give me the name of the mapping table and the route?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updates not showing up for everyone](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/updates-not-showing-up-for-everyone/#post-12117611)
 * [@mrm4](https://wordpress.org/support/users/mrm4/) [https://www.godaddy.com/help/clear-your-cache-12444](https://www.godaddy.com/help/clear-your-cache-12444)
   
   this link indicates that godaddy on managed wordpress uses a cache plugin and
   tells you that if you no longer find the plugin contact support. Furthermore 
   the web cache service should be available only for users (pro of the united states
   and canada) at least this is what appears from the plan that you can subscribe.

Viewing 15 replies - 331 through 345 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/autotutorial/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/autotutorial/replies/page/24/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/24/?output_format=md)