I'm trying to fix the file size limit by adding the .htaccess file you
posted here. I already have a file with that name with this code in it:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If I try adding your code to that file, I get a 500 error and the site does not work. If I remove that code and replace it with yours, I get the same 500 error. Is there anyway to have both so that I can upload files larger then 2MB?
Thanks!