autotutorial
Forum Replies Created
-
read please I updated the previous post.
I still see these links in “google search console”. Google indexes these links. So I thought of redirect. yes please.
this is good, it means your site is indexed (still uses ajax crawler 2015) I could tell you how to rewrite in htaccess but it is likely that you will break your indexing.
are you using Pretty Permalink? https://wordpress.org/support/article/using-permalinks/
You don’t have to rewrite your url but we recommend using only plugins and the latest wordpress version (otherwise problems of various types, security problems, problems with plugins).
Currently WordPress 5.3 has modified several things in the core and therefore you have to use only plugins and themes compatible with version 5.3.
This parameter?_escaped_fragment_=aboutwas used until 2015 by the google crawler to index your website … once you have understood this you want the code for the redirect?
Please read https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html?m=1
Please read https://developers.google.com/search/docs/ajax-crawling/docs/specificationhttps://developers.google.com/search/docs/ajax-crawling/docs/specification
domain[:port]/path?_escaped_fragment_=hashfragment
in the case of ugly url (query string) it is right to see those parameters.Forum: Fixing WordPress
In reply to: wordpress install not working properlyyou are using the modified WordPress version that offers altervista (AlterBlog or old WordPress install of controll panel).. WordPress that can be installed from the control panel.
You cannot update a modified version with an original WordPress version (downloadable from wordpress.org)Forum: Fixing WordPress
In reply to: WP 5.3 BugWordPress has introduced many changes, before updating you must be sure to use theme or plugins compatible with WordPress 5.3.
If with the default themetwenty*e
disabled plugins don’t see error means you can’t use the theme or that plugin
https://wordpress.org/support/topic/read-this-first-wordpress-5-3-master-list/Forum: Installing WordPress
In reply to: Problem with Initial InstallationFrom Mysql 8 or MariaDB 10 you have to create the database user to work in localhost and with the native password
Native passwordhttps://wordpress.org/support/topic/which-is-the-correct-way-to-use-wordpress-multisite-with-different-domain-names/#post-12198764
when you change the secondary site from theeditbutton the domain mapping is activated.Forum: Fixing WordPress
In reply to: Multisite network issueI believe that code is part of this plugin, write here to get support and the plugin developers and the entire wordpress community can benefit https://wordpress.org/support/plugin/user-role-editor/
Multisite subdomain
Network: domain.tldhttps://domain.tld/wp-admin/network/
Secondary site: blog.domain.tldhttps://domain.tld/wp-admin/network/site-info.php?id=2
Other secondary site: forum.domain.tld (etc..)https://domain.tld/wp-admin/network/site-info.php?id=3
if the network is on https all secondary sites must have httpsFrom WordPress 4.5 or or higher (without plugin) Domain Mapping for secondary site of one network
htaccess, virtual host, uploads etc. Other
Forum: Networking WordPress
In reply to: Getting a multi-site to work@haltek18 the plugin wordpress importer https://wordpress.org/plugins/wordpress-importer/ shows
"textual"a path of the files (may be invalid).. while from wordpress 3.5 the secondary sites have the structure of uploads/site/ data (inside uploads is for the first site)
Default upload multisiteWarning: Cannot modify header information – headers already sent by (output started at /home/healit/testdb.org/wp-includes/class.wp-styles.php:225) in /home/healit/testdb.org/wp-content/plugins/healdb/include/health_camp.php on line 6
the healdb plugin calls ( /home/healit/testdb.org/wp-content/plugins/healdb/include/health_camp.php on line 6 ) wp-styles.php? this is a plugin that is not present on the wordpress repository you have to ask for support where such plugin exists.
Forum: Fixing WordPress
In reply to: Warning messagemeans that the php 5.6 spread operator was added from wordpress 5.3 https://make.wordpress.org/core/2019/10/09/wp-5-3-introducing-the-spread-operator/
1)Make sure you are using the latest version of Phlox theme and Phlox core Elements plugin.
if you still find errors, do as described on this page. (if you have not solved open the ticket of that page.) https://wordpress.org/support/topic/please-read-before-posting-68/
Forum: Fixing WordPress
In reply to: SSL WP, Or Theme? _autoload() spl deprecation on 4.8.9 and PHP 7.2manual installation is independent of the code that the server will have to execute because you are sending only files with no value for it.
There is no good practice because WordPress is variable.
You must back up your files and your database.
read the extended update instruction and apply this improvement, download the WordPress version unzip the file on your PC and add your themes, plugins inside the wp-content folder.
if your hosting offers you the possibility to send compressed archives you have to exit the files from the wordpress folder and compress them in a zip file.
Back-up and manuale update https://wordpress.org/support/article/upgrading-wordpress-extended-instructions/
you must also enter your upload folder, the attachments reside here (by default but you can choose a different path, by themes, plugins, uploads etc … This can and must know who created the first wordpress installation).
Look at your local code and make sure you always use your default theme (even inactive but it will be used automatically in case of problems)
Your local Default theme (it can different) Default theme
in the simplest case, you will get the manual installation guide without adding themes, plugins and uploads.
obviously you must initially updated to 4.8.11 with active plugins … on the server side you need to enable php error logging, you can also insert the constant into wp-config.php (it will be limited to the wordpress context and will only work if the server does not have the error log disabled).log_errors = 'On';
you can disable the single plugin or theme via ftp just rename the wp-content / plugins / my_plugin folder in old_my_plugin.Forum: Developing with WordPress
In reply to: WP-CLI plugin doesn’t update with –minor option$ wp plugin update --all --minor
https://developer.wordpress.org/cli/commands/plugin/update/
I think that –all must be the first argumentForum: Fixing WordPress
In reply to: SSL WP, Or Theme? _autoload() spl deprecation on 4.8.9 and PHP 7.2the deprecation warning indicates that in php 7.2 (for core and plugins) (now create_function and __autoload it deprecaded) you have to use something else, I searched for wp-cufon and it is an old plugin.
https://wordpress.org/download/releases/
the last of the branch 4.8 is 4.8.11 (in en_US).
I don’t know if it creates problems for your theme.