Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.01 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#IndexIgnore * #Options +FollowSymlinks Options All RewriteEngine On RewriteBase /gaaf/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .(/)?$ index.php RewriteRule ^view/(.*)\.(txt|html)$ /home [R=301,L] RewriteRule ^controller/(.*)\.(txt|html|php)$ /home [R=301,L] RewriteRule ^model/(.*)\.(txt|html/php)$ /home [R=301,L] RewriteRule ^system\/?(.*)\.(txt|html)$ /home [R=301,L] RewriteRule ^admin\/?(.*)\.(txt|html)$ /home [R=301,L] <IfModule mod_php5.c> php_value LimitRequestBody 0 php_value short_open_tag 1 php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 1 php_value post_max_size 2000M php_value upload_max_filesize 2000M php_value memory_limit 2000M php_value max_execution_time 3600 php_value max_input_time 3600 </IfModule>