0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
magento
/
1.5.1.0-0
/
standard
/
htdocs
/
media
/
[
Home
]
File: .htaccess
Options All -Indexes <IfModule mod_php5.c> php_flag engine 0 </IfModule> AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi Options -ExecCGI <IfModule mod_rewrite.c> ############################################ ## enable rewrites Options +FollowSymLinks RewriteEngine on ############################################ ## never rewrite for existing files RewriteCond %{REQUEST_FILENAME} !-f ############################################ ## rewrite everything else to index.php RewriteRule .* ../get.php [L] </IfModule>