Title: autotutorial's Replies - page 7 | 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 - 91 through 105 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/6/?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)…
[6](https://wordpress.org/support/users/autotutorial/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/autotutorial/replies/page/8/?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/8/?output_format=md)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can’t connect to WordPress REST API without a plugin](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/#post-12293310)
 * > Sites with the full API available (i.e. with WordPress 4.7+ or the [WordPress rest api version 2](https://wordpress.org/plugins/rest-api/)
   > installed) will have the wp/v2 item in namespaces as well.
   >  WordPress 4.4 enabled
   > the API infrastructure for all sites, but did not include the core endpoints
   > under wp/v2. without WordPress rest api version 2
 * [https://developer.wordpress.org/rest-api/using-the-rest-api/discovery/](https://developer.wordpress.org/rest-api/using-the-rest-api/discovery/)
 * Missing 4.7 here (for /wp/v2/ endpoint, root endpoint is /wp-json) [https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/](https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/)
 * Changelog [https://developer.wordpress.org/rest-api/changelog/](https://developer.wordpress.org/rest-api/changelog/)
 * Guide [https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/](https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/)(
   nonce automatically managed, for WordPress 4.7 or WordPress api rest version 
   2 plugin ).
    JavaScript core [https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/js/wp-api.js#L840](https://github.com/WordPress/WordPress/blob/5.3-branch/wp-includes/js/wp-api.js#L840)
   For developers using the built-in Javascript API, this is handled automatically
   for you. This is the recommended way to use the API for plugins and themes. Custom
   data models can extend wp.api.models.Base to ensure this is sent correctly for
   any custom requests.
 * I could not locate wp.api.models.Base , but the core file is this.
    theoretically
   javascript must send a header and the is automatically managed.
 * Good Coding.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can’t connect to WordPress REST API without a plugin](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/#post-12292860)
 * [https://developer.wordpress.org/rest-api/reference/posts/#arguments](https://developer.wordpress.org/rest-api/reference/posts/#arguments)
   default status publish and default context view. endpoint /wp/v2/posts
 * can you make the type of error you get readable? (obscuring sensitive data if
   necessary)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can’t connect to WordPress REST API without a plugin](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cant-connect-to-wordpress-rest-api-without-a-plugin/#post-12292790)
 * Context view GET, request wp/v2/posts?status=publish Does it work as a browser?
   view requests (GET) do not need authentication for this scenery.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error while trying to upload a picture.](https://wordpress.org/support/topic/error-while-trying-to-upload-a-picture/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/error-while-trying-to-upload-a-picture/#post-12292581)
 * you have to talk to your hosting, the php engine is not enabled for that path(
   maybe the change of domain or maybe the folder or maybe your wrong permissions).
   
   I see with browser plain text file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme 403 Forbidden](https://wordpress.org/support/topic/theme-403-forbidden/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/theme-403-forbidden/#post-12292551)
 * [https://wordpress.org/support/topic/theme-403-forbidden/#post-12292401](https://wordpress.org/support/topic/theme-403-forbidden/#post-12292401)
 * > The DirectoryIndex is the default page served by the server when a user requests
   > an index of a directory by specifying a forward slash (/) at the end of the
   > directory name.
   > For example, when a user requests the page [http://www.example.com/this_directory/](http://www.example.com/this_directory/),
   > he or she will get either the DirectoryIndex page if it exists, a server-generated
   > directory list if it does not and the Indexes option is specified, or a Permission
   > Denied page if neither is true. The server will try to find one of the files
   > listed in the DirectoryIndex directive and will return the first one it finds.
   > If it does not find any of these files and if Options Indexes is set for that
   > directory, the server will generate and return a list, in HTML format, of the
   > subdirectories and files in the directory. The default value, found in /etc/
   > apache2/mods-available/dir.conf is “index.html index.cgi index.pl index.php
   > index.xhtml index.htm”. Thus, if Apache2 finds a file in a requested directory
   > matching any of these names, the first will be displayed.
 * [https://httpd.apache.org/docs/2.4/sections.html#file-and-web](https://httpd.apache.org/docs/2.4/sections.html#file-and-web)
   
   server config (httpd.conf, htaccess), virtual host [https://httpd.apache.org/docs/2.4/mod/core.html#directory](https://httpd.apache.org/docs/2.4/mod/core.html#directory)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme 403 Forbidden](https://wordpress.org/support/topic/theme-403-forbidden/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/theme-403-forbidden/#post-12292401)
 * Directoryindex means when you connect remotely to a folder he moves you to the
   file you have set.
    Search with browser, directoryindex [https://help.ubuntu.com/lts/serverguide/httpd.html](https://help.ubuntu.com/lts/serverguide/httpd.html)(
   for ubuntu and apache 2)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home page 404 error index.html](https://wordpress.org/support/topic/home-page-404-error-index-html/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/home-page-404-error-index-html/#post-12292253)
 * use the private mode of chrome or a browser that has never had access to your
   website.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme 403 Forbidden](https://wordpress.org/support/topic/theme-403-forbidden/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/theme-403-forbidden/#post-12292042)
 * technically it must make requests to a file, is index.php of the theme twentytwenty
   visible in your browser?
    your guide indicates read and write permissions. Read
   only
 * > -rw-r–r– 1 wp-user wp-user 177 Nov 18 15:21 index.php
 * You have Read and Write -rw-rw-r–
    Only example , not edit any configuration 
   [https://www.a2hosting.com/kb/developer-corner/apache-web-server/directory-index-listings](https://www.a2hosting.com/kb/developer-corner/apache-web-server/directory-index-listings)
 * you just have to enable [directoryindex](https://httpd.apache.org/docs/2.4/mod/mod_dir.html#directoryindex)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot enable XML-RPC; mentioned configuration options are not there](https://wordpress.org/support/topic/cannot-enable-xml-rpc-mentioned-configuration-options-are-not-there/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cannot-enable-xml-rpc-mentioned-configuration-options-are-not-there/#post-12290819)
 * XML-RPC functionality is turned on by default since WordPress 3.5.
    [https://codex.wordpress.org/XML-RPC_Support](https://codex.wordpress.org/XML-RPC_Support)
   some hosting with custom WordPress may use the enable in a different way with
   the menu or htaccess configurations etc. even reverse proxies or proxies may 
   block requests to XML-RPC file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media sorted by year has changed its URL to include the current year directory](https://wordpress.org/support/topic/media-sorted-by-year-has-changed-its-url-to-include-the-current-year-directory/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/media-sorted-by-year-has-changed-its-url-to-include-the-current-year-directory/#post-12290789)
 * A path wp-content/upluoads or media/2020 is a valid path, probably WordPress 
   with a php regex recovers the year and overwrites it …. in this scenario it is
   a bug not a bad use for the constant.
    for completeness here are the predefined
   paths.[Uploads](https://wordpress.org/support/article/multisite-network-administration/#uploaded-file-path)
   Multisite or Normal WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parse error when switched to PHP 7.3](https://wordpress.org/support/topic/parse-error-when-switched-to-php-7-3/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/parse-error-when-switched-to-php-7-3/#post-12290636)
 * Yes [@sterndata](https://wordpress.org/support/users/sterndata/) is $args = array();
   reference [https://developer.wordpress.org/reference/classes/walker_category/](https://developer.wordpress.org/reference/classes/walker_category/)
   
   From the WordPress repository the latest version of the mystique theme is version
   2.5.7 from the manufacturer site 3.3.2 without updates for 8 years. [http://digitalnature.eu/themes/mystique/](http://digitalnature.eu/themes/mystique/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing Front Page From Permalink](https://wordpress.org/support/topic/removing-front-page-from-permalink/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/removing-front-page-from-permalink/#post-12290212)
 * [@padione](https://wordpress.org/support/users/padione/) you don’t have to change
   your url where wordpress resides but you have to limit yourself to using a static
   page.
    example constant ABSPATH local path installation folder wordpress /home/
   user/public_html/ must not be changed to /home/user/public_html/path otherwise
   for wordpress the url of the site is the setting of the dashboard (overwriting
   one path to another) Site Address (URL) **WP_HOME**.
 * > [Changing The Site URL](https://wordpress.org/support/article/changing-the-site-url/)
 * 
    Start installaction WordPress [https://vanside.de/](https://vanside.de/) (for
   browser) `define( 'WP_HOME', 'https://vanside.de' );` Without end slash for WordPress.
    -  This reply was modified 6 years, 4 months ago by [autotutorial](https://wordpress.org/support/users/autotutorial/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media sorted by year has changed its URL to include the current year directory](https://wordpress.org/support/topic/media-sorted-by-year-has-changed-its-url-to-include-the-current-year-directory/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/media-sorted-by-year-has-changed-its-url-to-include-the-current-year-directory/#post-12289699)
 * As of WordPress 5.3 you don’t use the old date and time functions depending on
   an offset, now use the DATETIME class or functions available from WordPress 5.3.
 *     ```
       $container = new DateTime( "Y", new DateTimeZone( "UTC" ) );
       $value = $container->format( "Y" );
       //or DashBoard settings get_option( 'timezone_string' ) or get_option( 'gmt_offset' )
       //Conversion object DateTimeZone https://developer.wordpress.org/reference/functions/wp_timezone/ refer to https://developer.wordpress.org/reference/functions/wp_timezone_string/ 
       // php 5.5.0 for offset +01:00
       ```
   
 * also from wordpress 5.3 it requires exactly YYYY-MM-DD.
    The predefined folders
   for uploading are created automatically by wordpress, it means not applying any
   code.
 * if to overwrite the uploads folder you create the code with the DateTime class
   without Multisite Global Media plugin and you have problems, you can open a ticket
   bug on [https://core.trac.wordrpress.org](https://core.trac.wordrpress.org)
    -  This reply was modified 6 years, 4 months ago by [autotutorial](https://wordpress.org/support/users/autotutorial/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing URL section](https://wordpress.org/support/topic/user-13/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/user-13/#post-12286941)
 * have you looked at my suggestion? can you show a screenshot of site settings?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing URL section](https://wordpress.org/support/topic/user-13/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/user-13/#post-12286663)
 * When you enable multisite and create your network, you cannot set WP_SITEURL 
   or WP_HOME from the Dasboard.
    From sites click on edit go to settings and look
   at the two urls

Viewing 15 replies - 91 through 105 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/6/?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)…
[6](https://wordpress.org/support/users/autotutorial/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/autotutorial/replies/page/8/?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/8/?output_format=md)