Cuando coloco el htaccess que me dio el compa
Enlace eliminado me sale todo bien, pero cuando le coloco lo que le falta me sale error 500, y de htaccess no se nada que podria ser, aqui dejo el archivo completo:
PHP:
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]
Ahora el problema que tengo es que cada vez que trata de generar un sitemap me sale eso y no se como corregirlo:
[SECTION START] blog tags [8,033.0Kb mem used] [63,258s (+63,141s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 5 [8,035.6Kb mem used] [63,258s (+0s)]
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