:: **Zploit** v1.0 | Current Path: **/home/iictguj2/.trash/**
:: Editing File: .htaccess.7
<IfModule mod_rewrite.c> Options +FollowSymLinks Options -Indexes Header always set Access-Control-Allow-Origin "*" RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /public/$1 #RewriteRule ^ index.php [L] RewriteRule ^(/)?$ public/index.php [L] </IfModule> # DirectoryIndex index.php # RewriteEngine On # RewriteRule ^/?$ public/ [L] # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.+)$ public/?path=$1 [L,QSA]