Best Blackhat Forum

Full Version: [HELP] CloneForest Error Install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: apjluq.jpg]

I follow instructions this thread http://bestblackhatforum.com/Thread-GET-...00-working
But my problem like that picture, please if you can help me...

Thanks advance
do you have ioncube on server? try with another browser if not work check the .htaccess file
(11-24-2013 02:23 AM)pr3d4t0r Wrote: [ -> ]do you have ioncube on server? try with another browser if not work check the .htaccess file
I dont know about ioncube Blush
this my .htaccess
Code:
#SetEnv APPLICATION_ENV development
RewriteBase /
Options -Indexes
Options +FollowSymLinks
DirectoryIndex index.php index.html
<ifModule mod_rewrite.c>    
    RewriteEngine on    
    RewriteCond %{REQUEST_FILENAME} !-f    
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)\?*$ index.php [QSA,L]
</ifModule>
<ifModule mod_expires.c>    
    ExpiresActive On    
    ExpiresDefault "access plus 1 seconds"    
    ExpiresByType text/html "access plus 1 seconds"    
    ExpiresByType image/gif "access plus 2592000 seconds"    
    ExpiresByType image/jpeg "access plus 2592000 seconds"    
    ExpiresByType image/png "access plus 2592000 seconds"    
    ExpiresByType text/css "access plus 604800 seconds"    
    ExpiresByType text/javascript "access plus 216000 seconds"    
    ExpiresByType application/x-javascript "access plus 216000 seconds"
</ifModule>
<ifModule mod_deflate.c>
    <filesmatch "\.(js|css|html|jpg|png|gif|eot|woff|ttf|svg)$">
        SetOutputFilter DEFLATE
    </filesmatch>
</ifModule>

<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|cache)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

please help me bro...
Go to Cloneforest.com, click 'Products', find Cloneforest, click 'Purchase' and fill out the form(s) :-)
(11-29-2013 01:29 AM)Liquid™ Wrote: [ -> ]Go to Cloneforest.com, click 'Products', find Cloneforest, click 'Purchase' and fill out the form(s) :-)
Biggrin you GENIUS!!
Reference URL's