QUOTE (hcymaster @ Jan 20 2009, 12:02 PM)

Yeah well, a few days ago my .htaccess file's RewriteRule which re-directs almost every page on my e-commerce website stop working, and all I got now is a 404 error page. I just can load the frontpage.
I have e-mailed to technical support but is SO slow, and my web keeps inoperative. Any help? I haven't touch the .htaccess in days so I think the problem comes from the server.
This was caused by an update on the way that mod_rewrite's work.
I saw that you already fixed this on your hosting package, but for future reference, you would want to ensure that
RewriteBase /
is added to your .htaccess file right after the line
RewriteEngine On
If your domain is pointing to a subfolder of /htdocs, then you would want to use
RewriteBase /subfolder
I hope this information is helpful.