scott_lorencia16
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
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 the rewrite configurations have been changed or unset compared to the original server.
The content of .htaccess file :
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1
Any hint, Thanks.
( 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 the rewrite configurations have been changed or unset compared to the original server.
The content of .htaccess file :
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1
Any hint, Thanks.
Last edited: