Hey guys.
Since it’s a friday, I can’t ask my host about this, but apparently, all the .php pages on my websites are giving out the “Internal Server Error”… this started just now, I was not on my admin cp, I did 0 changes to my website today, in fact, I changed nothing for about a week now.
I host a few forums and got alerted by some users just now who were browsing and suddenly this happens.
The website in question:
cudamine.com
Full Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxx@email.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I use cPanel X.
Should I be worried about this? Some sort of attack or something? All HTML pages work fine, it’s just .php that seems to have this issue, is this a problem on my hosts end, or can I do anything about this before monday? Thanks guys, and sorry if this is the wrong place to ask. It’s just that I don’t want to have no site for the whole weekend…
EDIT:
After reading up on the web about similar situations, I found some info on the .htaccess file, I found the file and this is what’s in it:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^cudamine.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.cudamine.com$
RewriteRule ^santa\\-maria\\/forum\\/?(.*)$ "http\\:\\/\\/cudamine\\.com\\/santa\\-maria\\/\\?page_id\\=7\\/$1" [R=301,L]
Those two RewriteCond are 2 of my links that use php… I tried deleting this file, nothing changed though.