adminalvaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updating WordPress version and plugins throws an errorAre you trying to restore the site or a use a backup?
I was trying to use a backup, but now I can’t even install the backup plugin because of the error.
Is this the log for the failed upgrade?
Yes, it is
It’s a google error. I sent the sitemap to Bing and it reads the sitemap perfectly.
When I send the sitemap to Google, it shows me the same errorI have just modified .htacces file. Try now.
Try this link: https://pantalonesrojos.000webhostapp.com/
It should be running, but my site is on a free hosting. Sometimes it doesn’t load.
This is my .htacces file:
#Yoast SEO Sitemaps
location ~ ([^/]*)sitemap(.*).x(m|s)l$ {
## this redirects sitemap.xml to /sitemap_index.xml
rewrite ^/sitemap.xml$ /sitemap_index.xml permanent;
## this makes the XML sitemaps work
rewrite ^/([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 last;
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
## The following lines are optional for the premium extensions
## News SEO
rewrite ^/news-sitemap.xml$ /index.php?sitemap=wpseo_news last;
## Local SEO
rewrite ^/locations.kml$ /index.php?sitemap=wpseo_local_kml last;
rewrite ^/geo-sitemap.xml$ /index.php?sitemap=wpseo_local last;
## Video SEO
rewrite ^/video-sitemap.xsl$ /index.php?xsl=video last;
}
# BEGIN WordPress
# Las directivas (líneas) entreBEGIN WordPressyEND WordPressse generan dinámicamente
# , y solo se deberían modificar mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores se sobreescribirán.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Now it gives me error 500 instead of the other
Photo: https://drive.google.com/file/d/1AcX0isNS728oXG4D2HG_UD6-OCU4QHig/view- This reply was modified 5 years, 10 months ago by adminalvaro.
- This reply was modified 5 years, 10 months ago by adminalvaro.
It worked THANK YOU!!!!!!!!!