I have web hosting with HostGator, and I have some rewritemod stuff on my .htaccess in 3 different folders. Every so often ONLY while I am changing code around and keep uploading from Dreamweaver, for about 10-20 seconds I will receive a 500 internal server error, after the 20 seconds, its like nothing happened. The only way I have debugged this is to try to remove the rewrite mods I have on the root folder, but I was not able to recreate the issue, but I'm not sure at all that it was the problem, I have the same rewrites being made on 2 other folders. I'm at a loss, I've never had this issue before.
Here is what my .htaccess looks like.
RewriteEngine On
RewriteBase /ncms/admin
RewriteRule ^([a-zA-Z0-9-]+)$ index.php?p=$1 [L]
RewriteRule ^([a-zA-Z0-9-]+)/$ index.php?p=$1 [L]
This looks the same, the only difference is that for two other folders the RewriteBase is /ncms and /