Welcome Guest, Not a member yet? Register   Sign In
Security issue- Index.php file permission set to 00
#7

[eluser]skunkbad[/eluser]
You could probably do something like this in .htaccess:

Code:
DirectoryIndex front.php

RewriteEngine On
RewriteBase /
RewriteRule ^(system|application|cgi-bin) - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* front.php/$0 [PT,L]

This would mean you would be routing through front.php instead of index.php. What is interesting is that I have had one of the FTP viruses on my network, and those viruses were looking for index files. Since you didn't have a virus, I know that's not your issue, but changing from index.php to front.php could make a difference if you did.


Messages In This Thread
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 01:31 AM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 01:44 AM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 01:52 AM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 04:27 AM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 07:48 AM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 02:36 PM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 04:07 PM
Security issue- Index.php file permission set to 00 - by El Forum - 05-09-2010, 05:00 PM
Security issue- Index.php file permission set to 00 - by El Forum - 05-10-2010, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB