- Desde
- 16 Ene 2008
- Mensajes
- 674
Y cual es esa ruta que tenes que poner?
definitivamente tu problema es .htaccess, porque haciendo lo que debe hacer el .htaccess manualmente, si funciona (lee el post anterior)
prueba poniendo la linea indicada al final pero aumentando nuevamente el RewriteEngine On
asi que debes tener esto al final de tu .htaccess
y elimina la linea anterior....PHP:RewriteEngine On RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
ese problema supongo que es hosting.. algo no anda bien en tu .httaccess ya que al poner estovBSEO Google / Yahoo Sitemap for vBulletin
Me sale eso:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 25165807 bytes) in /home/chileund/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 1537
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^chileunder\.com$ [NC]
RewriteRule ^(.*)$ http://www.chileunder.com/$1 [R=301,L]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(und-adm/|und-mod/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(und-adm|und-mod|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Options -MultiViews
pero ya visualizas al hacer http://www.chileunder.com/sitemap_index.xml.gz porque el .htaccess ya trabaja como debe ser.Coloque el que me diste pero no puedo generar ningun sitemap por que ahora me sale el siguiente error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 25165807 bytes) in /home/chileund/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 1537
eso fue lo que dije una y otra y otra vez desde este postAhora si me muestra, haber si entendi todo bien, los sitemaps van a estar siempre en data? pero al entrar la ruta http://www.chileunder.com/sitemap_index.xml.gz me lleva a los sitemaps que estan en data atravez de una redirección?
uhm.... quizas elY ahora como agrego las cosas que faltan al htaccess?
RewriteEngine on
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
si tenia las lineas, solo que no las ejecutaba... supongo que por ahi alguna de las lineas previas lo bloquea o su previa ejecucion impide que se ejecute correctamente.... la pregunta es: ¿Cual es la que genera ese problema y porque?Si, a mi me extraño porque si tu foro esta en la raiz y suigues los pasos de instalacion que incluye agregar las lineas al .htaccess sale caminando solo.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^chileunder.com$ [NC]
RewriteRule ^(.*)$ http://www.chileunder.com/$1 [R=301,L]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule \.0([0-9]+)\.html$ forumdisplay.php?f=$1&%{QUERY_STRING} [L]
RewriteRule \.([0-9]+)\.html$ showthread.php?t=$1&%{QUERY_STRING} [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(und-adm/|und-mod/|chat|cron)
RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(und-adm|und-mod|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Options -MultiViews
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://chileunder.cl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chileunder.cl$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chileunder.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://chileunder.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://lakatanga.cl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://lakatanga.cl$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.chileunder.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.chileunder.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chileunder.cl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chileunder.cl$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chileunder.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.chileunder.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.lakatanga.cl/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.lakatanga.cl$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.chileunder.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mail.chileunder.com$ [NC]
RewriteRule .*\.()$ http://i35.tinypic.com/28wm7pt.jpg [R,NC]RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^foro.php$ "http\:\/\/www\.chileunder\.com\/" [R=302,L]
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?