I have a site hosted on NetworkSolutions using Joomla with mod_rewrite on. When I use that with php files, the pages load and stop, randomly, somewhere a part of the way into the file and fail to download completely. If I turn mod_rewrite off, and access the php page directly, it doesn't have this issue. Any thoughts on why this could be? perhaps there is some process either running out of memory or the rewrite of the URL causes the response time to exceed some keepalive timeout of the server and it just kills the connnection after a certain time? This has been vexing for a couple of days and I'd love some insight - and possibly some way to circumvent this issue.
thanks!!