Possible Concrete5 Hack?
Permalink
Hi there,
I run two domains. I can view the Index page of the Domain, but when I click on any other page or link I receive this: require('index.php');
Were these sites hacked or what could be wrong?
The Index.php file is in the Root directory, so I don't know what to check.
Thank you for any help.
I run two domains. I can view the Index page of the Domain, but when I click on any other page or link I receive this: require('index.php');
Were these sites hacked or what could be wrong?
The Index.php file is in the Root directory, so I don't know what to check.
Thank you for any help.
I had to change the .htaccess files for both sites to get the pretty urls working again. I changed from this:
RewriteRule ^.*$ pretty_url.php/$1 [L]
to
RewriteRule ^(.*)$ index.php?/$1 [L]