I've been suffered Internal Server Error 500 for a while.
( http://vblog.pcriot.com )
The index page is fine,but when users try to click any button on the index page,error 500 will show. But I did not get any kind of error before and I believe my web site configuration is correct. I am doubting...
I've been suffered Internal Server Error 500 for a while. The index page is fine,but when users try to click any button on the index page,error 500 will show. But I did not get any kind of error before and I believe my web site configuration is correct. I am doubting the rewrite configurations...
It looks like the Rewrite Mode is not working on my site, it was working fine before the server upgrades. I did not do anything on the site configuration. The content of .htaccess file :
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$...